From c078f71e8f278c385cd02294d3f1db707e706fa6 Mon Sep 17 00:00:00 2001 From: Ghenadie Vasiliev-Pusca Date: Thu, 11 Apr 2024 18:09:57 +0300 Subject: [PATCH 1/2] wip --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index da2647f680..09e527a7cd 100644 --- a/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -213,8 +213,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump", "state" : { - "revision" : "aedcf6f4cd486ccef5b312ccac85d4b3f6e58605", - "version" : "1.1.2" + "revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", + "version" : "1.3.0" } }, { From f1b7d43b6cfa68dc791678031571536e94e72f6d Mon Sep 17 00:00:00 2001 From: Ghenadie Vasiliev-Pusca Date: Thu, 11 Apr 2024 19:00:15 +0300 Subject: [PATCH 2/2] fix version --- RadixWallet.xcodeproj/project.pbxproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RadixWallet.xcodeproj/project.pbxproj b/RadixWallet.xcodeproj/project.pbxproj index 1dbc382808..b21cc6538f 100644 --- a/RadixWallet.xcodeproj/project.pbxproj +++ b/RadixWallet.xcodeproj/project.pbxproj @@ -7826,6 +7826,7 @@ A47571FD2B29B0860059A95D /* XCRemoteSwiftPackageReference "IOSSecuritySuite" */, A415574E2B757C5E0040AD4E /* XCRemoteSwiftPackageReference "swift-composable-architecture" */, 5B1C4FD32BBB0B0C00B9436F /* XCRemoteSwiftPackageReference "AppsFlyerFramework-Strict" */, + 8318BB172BC8403800057BCB /* XCRemoteSwiftPackageReference "swift-custom-dump" */, ); productRefGroup = 48CFBC502ADC106300E77A5C /* Products */; projectDirPath = ""; @@ -9885,6 +9886,14 @@ minimumVersion = 6.13.2; }; }; + 8318BB172BC8403800057BCB /* XCRemoteSwiftPackageReference "swift-custom-dump" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/pointfreeco/swift-custom-dump"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 1.3.0; + }; + }; A415574E2B757C5E0040AD4E /* XCRemoteSwiftPackageReference "swift-composable-architecture" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/pointfreeco/swift-composable-architecture";