diff --git a/Package.swift b/Package.swift index 1ec404a..ebdadb0 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-380.zip", - checksum: "a163a598640c8fbee22bebcc360c6a96ce74218357e6874a2ce0baf743463701" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-381.zip", + checksum: "0abbb1b80b4ff356390dcc575bb219da927caaf3979a0d8de54a8de56295ff3f" ), .target( name: "WebIdIosBankIdentPluginWrapper",