diff --git a/Package.swift b/Package.swift index 358a6bd..f5c5962 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", - .branch("snapshots") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.0.1/WebIdIosBankIdentPlugin.framework-v10.0.1-SNAPSHOT-331.zip", - checksum: "4f43971f03beacc1bebc5302c24f0aaa3821f3bfa313828045d35e851f210ca6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.0.1/WebIdIosBankIdentPlugin.framework-v10.0.1-SNAPSHOT-332.zip", + checksum: "70dbaa990daf7bec4bfb1625bd5eb13983a70efe1821d64a670c51c0bb39410b" ), .target( name: "WebIdIosBankIdentPluginWrapper",