From 552566856e8fd69f925500d32f575031ffc76c95 Mon Sep 17 00:00:00 2001 From: KiruthikaJeyashankar Date: Tue, 19 Nov 2024 15:09:54 +0530 Subject: [PATCH] [INJIMOB-2265] update swift package versions (#1693) Signed-off-by: KiruthikaJeyashankar --- ios/Inji.xcodeproj/project.pbxproj | 38 +++++++++---------- .../xcshareddata/swiftpm/Package.resolved | 12 +++--- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index ca16bebd..a2defcbe 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -767,23 +767,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/inji-openid4vp-ios-swift"; requirement = { - branch = develop; - kind = branch; - }; - }; - 9C4850412C3E5873002ECBD5 /* XCRemoteSwiftPackageReference "tuvali-ios-swift" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/mosip/tuvali-ios-swift/"; - requirement = { - branch = develop; - kind = branch; - }; - }; - 9C7CDF472C89802C00243A9A /* XCRemoteSwiftPackageReference "secure-keystore-ios-swift" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/mosip/secure-keystore-ios-swift"; - requirement = { - branch = develop; + branch = "ovp-demo"; kind = branch; }; }; @@ -791,7 +775,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift"; requirement = { - branch = develop; + branch = "release-0.2.x"; kind = branch; }; }; @@ -799,7 +783,23 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/pixelpass-ios-swift"; requirement = { - branch = develop; + branch = "release-0.6.x"; + kind = branch; + }; + }; + 9C4850412C3E5873002ECBD5 /* XCRemoteSwiftPackageReference "tuvali-ios-swift" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/mosip/tuvali-ios-swift/"; + requirement = { + kind = exactVersion; + version = 0.5.0; + }; + }; + 9C7CDF472C89802C00243A9A /* XCRemoteSwiftPackageReference "secure-keystore-ios-swift" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/mosip/secure-keystore-ios-swift"; + requirement = { + branch = "release-0.3.x"; kind = branch; }; }; diff --git a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved index 62f33495..c53e104f 100644 --- a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -42,7 +42,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/inji-vci-client-ios-swift", "state" : { - "branch" : "develop", + "branch" : "release-0.2.x", "revision" : "5fe56728106cffc8eff47e43437f288307c9d91b" } }, @@ -51,7 +51,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/pixelpass-ios-swift", "state" : { - "branch" : "develop", + "branch" : "release-0.6.x", "revision" : "7111692893287015599e4e0297bcade6a5375527" } }, @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/secure-keystore-ios-swift", "state" : { - "branch" : "develop", - "revision" : "8fdfcfe515dc58c0896716c34204c89669e11f89" + "branch" : "release-0.3.x", + "revision" : "068969c69eb56d906bf717628aa52e10cf0747ad" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/tuvali-ios-swift/", "state" : { - "branch" : "develop", - "revision" : "96bc662cd07df051cf2357691469bba57b0217e8" + "revision" : "2d49e123f70dfc2179983a753d370cc2212385db", + "version" : "0.5.0" } } ],