diff --git a/Package.swift b/Package.swift index 7d69898..f047acb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", - checksum: "e7700a2e8a3f2e69bd66cf07f6519aba3d60ba741f4671a80c7d605a0d5ba6b7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip", + checksum: "272b594b0fefe336213b6456828a44b6c55983bc5de537357d39830bb2e9e87d" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",