diff --git a/Package.swift b/Package.swift index a78fc71..8ad7d3d 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.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip", - checksum: "9f2619e5be950d7b16006473fff4c3e861efffe278ae3a0bbfde55e76710e227" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip", + checksum: "97128fdbcdcd505ff5342d7b97e083ed50ba3fa58a7124ab6769e892afe5cf36" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",