diff --git a/Package.swift b/Package.swift index 6e95a44..5af2628 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("21.2.0") ), .package( name: "XS2AiOS", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.6/WebIdIosBankIdentPlugin.framework-v21.0.6-SNAPSHOT-504.zip", - checksum: "2fac79ea01a38e1e20e2e9444b768ac25c166cb9ca66a944cab0a7c0f4eb4fb1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.6/WebIdIosBankIdentPlugin.framework-v21.0.6-SNAPSHOT-507.zip", + checksum: "42119e0833577f2e4d68ef9b340687cd8115015d49afc81f7a6553b6b5f4d808" ), .target( name: "WebIdIosBankIdentPluginWrapper",