Skip to content

Commit

Permalink
[INJIMOB-1554] change dependency versions for release (#1548)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Paul <[email protected]>
  • Loading branch information
abhip2565 authored Jun 30, 2024
1 parent 5af8458 commit 3262795
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
34 changes: 17 additions & 17 deletions ios/Inji.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -243,8 +243,8 @@
);
name = Inji;
packageProductDependencies = (
9CE34B1E2BFE03E4001AF414 /* pixelpass */,
E8AF2B9C2C0D93E800E775F6 /* VCIClient */,
9C7A2F9F2C3129D2009C68D4 /* pixelpass */,
9C7A2FA22C3129FC009C68D4 /* VCIClient */,
);
productName = Inji;
productReference = 13B07F961A680F5B00A75B9A /* Inji.app */;
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 */
Expand Down
9 changes: 5 additions & 4 deletions ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "3de43a9fdcd5ea826d64a486680e1152ae01e34f4f25e98d41ee2667da7f9ac9",
"pins" : [
{
"identity" : "base45-swift",
Expand All @@ -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"
}
},
Expand All @@ -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
}
}

0 comments on commit 3262795

Please sign in to comment.