From 32627954fb32462a60617baa33dee55c59f45ba2 Mon Sep 17 00:00:00 2001 From: abhip2565 <74866247+abhip2565@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:59:55 +0530 Subject: [PATCH] [INJIMOB-1554] change dependency versions for release (#1548) Signed-off-by: Abhishek Paul --- android/app/build.gradle | 4 +-- ios/Inji.xcodeproj/project.pbxproj | 34 +++++++++---------- .../xcshareddata/swiftpm/Package.resolved | 9 ++--- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c9b8166826..a25ba4db58 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -256,8 +256,8 @@ android { dependencies { implementation("com.facebook.react:react-android") implementation 'com.facebook.soloader:soloader:0.10.1+' - implementation("io.mosip:pixelpass:1.2-SNAPSHOT") - implementation("io.mosip:secure-keystore:1.2-SNAPSHOT") + implementation("io.mosip:pixelpass:0.2.0-SNAPSHOT") + implementation("io.mosip:secure-keystore:0.2.0-SNAPSHOT") def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true"; def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true"; diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index 5498c7bbda..0c7bd9195a 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -15,12 +15,12 @@ 96905EF65AED1B983A6B3ABC /* libPods-Inji.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-Inji.a */; }; 9C0E86B52BEE357A00E9F9F6 /* RNPixelpassModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C0E86B42BEE357A00E9F9F6 /* RNPixelpassModule.swift */; }; 9C0E86BB2BEE36C300E9F9F6 /* RNPixelpassModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C0E86BA2BEE36C300E9F9F6 /* RNPixelpassModule.m */; }; - 9CE34B1F2BFE03E4001AF414 /* pixelpass in Frameworks */ = {isa = PBXBuildFile; productRef = 9CE34B1E2BFE03E4001AF414 /* pixelpass */; }; + 9C7A2FA02C3129D2009C68D4 /* pixelpass in Frameworks */ = {isa = PBXBuildFile; productRef = 9C7A2F9F2C3129D2009C68D4 /* pixelpass */; }; + 9C7A2FA32C3129FC009C68D4 /* VCIClient in Frameworks */ = {isa = PBXBuildFile; productRef = 9C7A2FA22C3129FC009C68D4 /* VCIClient */; }; B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; }; BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; E86208152C0335C5007C3E24 /* RNVCIClientModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86208142C0335C5007C3E24 /* RNVCIClientModule.swift */; }; E86208172C0335EC007C3E24 /* RNVCIClientModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E86208162C0335EC007C3E24 /* RNVCIClientModule.m */; }; - E8AF2B9D2C0D93E800E775F6 /* VCIClient in Frameworks */ = {isa = PBXBuildFile; productRef = E8AF2B9C2C0D93E800E775F6 /* VCIClient */; }; FD8D20B92BBAACDF009AD01C /* Fontisto.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FD8D20A62BBAACDF009AD01C /* Fontisto.ttf */; }; FD8D20BA2BBAACDF009AD01C /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FD8D20A72BBAACDF009AD01C /* Octicons.ttf */; }; FD8D20BB2BBAACDF009AD01C /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FD8D20A82BBAACDF009AD01C /* Feather.ttf */; }; @@ -89,8 +89,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E8AF2B9D2C0D93E800E775F6 /* VCIClient in Frameworks */, - 9CE34B1F2BFE03E4001AF414 /* pixelpass in Frameworks */, + 9C7A2FA32C3129FC009C68D4 /* VCIClient in Frameworks */, + 9C7A2FA02C3129D2009C68D4 /* pixelpass in Frameworks */, 96905EF65AED1B983A6B3ABC /* libPods-Inji.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -243,8 +243,8 @@ ); name = Inji; packageProductDependencies = ( - 9CE34B1E2BFE03E4001AF414 /* pixelpass */, - E8AF2B9C2C0D93E800E775F6 /* VCIClient */, + 9C7A2F9F2C3129D2009C68D4 /* pixelpass */, + 9C7A2FA22C3129FC009C68D4 /* VCIClient */, ); productName = Inji; productReference = 13B07F961A680F5B00A75B9A /* Inji.app */; @@ -273,8 +273,8 @@ ); mainGroup = 83CBB9F61A601CBA00E9B192; packageReferences = ( - 9CE34B1D2BFE03E4001AF414 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */, - E86208242C039895007C3E24 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */, + 9C7A2F9E2C3129D2009C68D4 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */, + 9C7A2FA12C3129FC009C68D4 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */, ); productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; projectDirPath = ""; @@ -690,33 +690,33 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 9CE34B1D2BFE03E4001AF414 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */ = { + 9C7A2F9E2C3129D2009C68D4 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/pixelpass-ios-swift/"; requirement = { - branch = develop; + branch = "release-0.2.x"; kind = branch; }; }; - E86208242C039895007C3E24 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = { + 9C7A2FA12C3129FC009C68D4 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = { isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift.git"; + repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift/"; requirement = { - branch = develop; + branch = "release-0.1.x"; kind = branch; }; }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 9CE34B1E2BFE03E4001AF414 /* pixelpass */ = { + 9C7A2F9F2C3129D2009C68D4 /* pixelpass */ = { isa = XCSwiftPackageProductDependency; - package = 9CE34B1D2BFE03E4001AF414 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */; + package = 9C7A2F9E2C3129D2009C68D4 /* XCRemoteSwiftPackageReference "pixelpass-ios-swift" */; productName = pixelpass; }; - E8AF2B9C2C0D93E800E775F6 /* VCIClient */ = { + 9C7A2FA22C3129FC009C68D4 /* VCIClient */ = { isa = XCSwiftPackageProductDependency; - package = E86208242C039895007C3E24 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */; + package = 9C7A2FA12C3129FC009C68D4 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */; productName = VCIClient; }; /* End XCSwiftPackageProductDependency section */ diff --git a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6860a39d9a..1b26602bc4 100644 --- a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "3de43a9fdcd5ea826d64a486680e1152ae01e34f4f25e98d41ee2667da7f9ac9", "pins" : [ { "identity" : "base45-swift", @@ -12,9 +13,9 @@ { "identity" : "inji-vci-client-ios-swift", "kind" : "remoteSourceControl", - "location" : "https://github.com/mosip/inji-vci-client-ios-swift.git", + "location" : "https://github.com/mosip/inji-vci-client-ios-swift/", "state" : { - "branch" : "develop", + "branch" : "release-0.1.x", "revision" : "2c2a3d2c321e11511f4667e3727587dc0cca61cb" } }, @@ -23,10 +24,10 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/pixelpass-ios-swift/", "state" : { - "branch" : "develop", + "branch" : "release-0.2.x", "revision" : "0b716d5f6545b10de84c69edbf59565e66776ccd" } } ], "version" : 2 -} \ No newline at end of file +}