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 @@ -268,7 +268,7 @@ dependencies {
268268 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
269269 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" )
270270 implementation(" io.mosip:injivcrenderer-aar:0.1.0" )
271- implementation(" io.inji:inji-openid4vp-aar:0.7.0-SNAPSHOT " ){
271+ implementation(" io.inji:inji-openid4vp-aar:0.7.0" ){
272272 changing = true
273273 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk15on'
274274 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk18on'
@@ -281,7 +281,7 @@ dependencies {
281281 implementation(" io.mosip:pixelpass-aar:0.7.0" )
282282 implementation(" io.mosip:secure-keystore:0.3.0" )
283283 implementation(" io.mosip:tuvali:0.5.2" )
284- implementation(" io.inji:inji-vci-client-aar:0.7.0-SNAPSHOT " ){
284+ implementation(" io.inji:inji-vci-client-aar:0.7.0" ){
285285 changing = true
286286 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk15on'
287287 exclude group : ' org.bouncycastle' , module : ' bcpkix-jdk18on'
Original file line number Diff line number Diff line change 11791179 isa = XCRemoteSwiftPackageReference;
11801180 repositoryURL = "https://github.com/inji/inji-openid4vp-ios-swift.git";
11811181 requirement = {
1182- branch = "release-0.7.x" ;
1183- kind = branch ;
1182+ kind = exactVersion ;
1183+ version = 0.7.0 ;
11841184 };
11851185 };
11861186 C3F18B1B2E320C9A007DBE73 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = {
11871187 isa = XCRemoteSwiftPackageReference;
11881188 repositoryURL = "https://github.com/inji/inji-vci-client-ios-swift";
11891189 requirement = {
1190- branch = "release-0.7.x" ;
1191- kind = branch ;
1190+ kind = exactVersion ;
1191+ version = 0.7.0 ;
11921192 };
11931193 };
11941194/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments