Skip to content

Commit

Permalink
fix SPM linking
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Jan 26, 2024
1 parent 5ad2b59 commit 0bacff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Debug App/Primer.io Debug App SPM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/primer-io/primer-klarna-sdk-ios";
requirement = {
branch = nq/update_klarnamobilesdk;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "PrimerKlarnaSDK",
"repositoryURL": "https://github.com/primer-io/primer-klarna-sdk-ios",
"state": {
"branch": "nq/update_klarnamobilesdk",
"revision": "817fb8af77240a552a68c395758879c31c8d9bd9",
"version": null
"branch": null,
"revision": "146d9ae8f7accc1ad7b64b2a455106d54914edef",
"version": "1.1.0"
}
},
{
Expand Down

0 comments on commit 0bacff1

Please sign in to comment.