diff --git a/Package.swift b/Package.swift index 2d0e841..718f7e1 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("12.2.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.3.0/WebIdIosBankIdentPlugin.framework-v10.3.0-SNAPSHOT-348.zip", - checksum: "6541051071ce3033c3aeffdaaeb329ddaf6e1e2e366b407d9cb0a57512912f16" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.3.0/WebIdIosBankIdentPlugin.framework-v10.3.0-SNAPSHOT-352.zip", + checksum: "a083f5d886a1e2e7df5acca0371a20dc8d0173bdf5913ba02ac6c5f116f78295" ), .target( name: "WebIdIosBankIdentPluginWrapper",