diff --git a/Package.swift b/Package.swift index d8e3545..431323a 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.0.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/20.4.1/WebIdIosBankIdentPlugin.framework-v20.4.1-SNAPSHOT-461.zip", - checksum: "fc2996e343e63c22522b2a3ae8dc374a51ae0e6ca4b34b00bc266c794fd553b8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.4.1/WebIdIosBankIdentPlugin.framework-v20.4.1-SNAPSHOT-464.zip", + checksum: "e5f3a8de500e17464f56bdc456a5b7eea4374f1997289ecd8ecb71342ad1a9aa" ), .target( name: "WebIdIosBankIdentPluginWrapper",