Skip to content

Commit

Permalink
update Sargon
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Nov 29, 2024
1 parent 4e3a800 commit 16d17fa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
19 changes: 10 additions & 9 deletions RadixWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -7177,7 +7177,7 @@
8318BB172BC8403800057BCB /* XCRemoteSwiftPackageReference "swift-custom-dump" */,
E6A0B0492BF23C7000617DAC /* XCRemoteSwiftPackageReference "swift-identified-collections" */,
5B634A922C91D2A0004B2FBC /* XCRemoteSwiftPackageReference "ScreenshotPreventing-iOS" */,
E775A1BB2CF9C09500E72DB9 /* XCLocalSwiftPackageReference "../sargon" */,
E775A1BC2CFA04B100E72DB9 /* XCRemoteSwiftPackageReference "sargon" */,
);
productRefGroup = 48CFBC502ADC106300E77A5C /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -9017,13 +9017,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E775A1BB2CF9C09500E72DB9 /* XCLocalSwiftPackageReference "../sargon" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../sargon;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
48FFFA972ADC1EEC00B2B213 /* XCRemoteSwiftPackageReference "AsyncExtensions" */ = {
isa = XCRemoteSwiftPackageReference;
Expand Down Expand Up @@ -9297,6 +9290,14 @@
version = 1.0.2;
};
};
E775A1BC2CFA04B100E72DB9 /* XCRemoteSwiftPackageReference "sargon" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/radixdlt/sargon";
requirement = {
kind = exactVersion;
version = 1.1.70;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "1d033d2d9728e181322e687c87550e30c6bcdac33f59fe631e1e37780502d076",
"originHash" : "4eb650ade57061cd1cf989ce8f615547774e9303f591ff57a76f3f2c04cdbd07",
"pins" : [
{
"identity" : "anycodable",
Expand Down Expand Up @@ -109,6 +109,15 @@
"version" : "11.6.4"
}
},
{
"identity" : "sargon",
"kind" : "remoteSourceControl",
"location" : "https://github.com/radixdlt/sargon",
"state" : {
"revision" : "914a297c6f06ee7e91e317e2ac33a9ff61c8337f",
"version" : "1.1.70"
}
},
{
"identity" : "screenshotpreventing-ios",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 16d17fa

Please sign in to comment.