File tree Expand file tree Collapse file tree
Inji.xcworkspace/xcshareddata/swiftpm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ android {
262262}
263263
264264dependencies {
265- implementation(" io.mosip:inji-openid4vp:0.3.0-SNAPSHOT " ){
265+ implementation(" io.mosip:inji-openid4vp:0.3.0" ){
266266 changing = true
267267 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk15on'
268268 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk18on'
@@ -272,12 +272,12 @@ dependencies {
272272 }
273273 implementation(" com.facebook.react:react-android" )
274274 implementation ' com.facebook.soloader:soloader:0.10.1+'
275- implementation(" io.mosip:pixelpass-aar:0.7.0-SNAPSHOT " )
275+ implementation(" io.mosip:pixelpass-aar:0.7.0" )
276276 implementation(" io.mosip:secure-keystore:0.3.0" )
277277 implementation(" io.mosip:tuvali:0.5.2" )
278- implementation(" io.mosip:inji-vci-client:0.3.0-SNAPSHOT " )
278+ implementation(" io.mosip:inji-vci-client:0.3.0" )
279279 implementation(" com.google.code.gson:gson:2.10.1" )
280- implementation(" io.mosip:vcverifier-aar:1.3.0-SNAPSHOT " ) {
280+ implementation(" io.mosip:vcverifier-aar:1.3.0" ) {
281281 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk15on'
282282 }
283283
Original file line number Diff line number Diff line change 830830 isa = XCRemoteSwiftPackageReference;
831831 repositoryURL = "https://github.com/mosip/pixelpass-ios-swift/";
832832 requirement = {
833- branch = "release-0.6.x" ;
834- kind = branch ;
833+ kind = exactVersion ;
834+ version = 0.6.2 ;
835835 };
836836 };
837837 9C4BE08D2DE06B72005D014E /* XCRemoteSwiftPackageReference "secure-keystore-ios-swift" */ = {
854854 isa = XCRemoteSwiftPackageReference;
855855 repositoryURL = "https://github.com/mosip/inji-openid4vp-ios-swift";
856856 requirement = {
857- branch = "release-0.3.x" ;
858- kind = branch ;
857+ kind = exactVersion ;
858+ version = 0.3.0 ;
859859 };
860860 };
861861 9C66920C2DF96F1E003E5975 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = {
862862 isa = XCRemoteSwiftPackageReference;
863863 repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift/";
864864 requirement = {
865- branch = "release-0.3.x" ;
866- kind = branch ;
865+ kind = exactVersion ;
866+ version = 0.3.0 ;
867867 };
868868 };
869869/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments