diff --git a/Package.swift b/Package.swift index 9d16527..a78fc71 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", - .exact("11.4.2") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .branch("legacy-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.6.0") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.4.zip", - checksum: "5738e4322d4c3e86ae5595a63cea9f955818c38bafb4c2cbaad67795a7a02f77" + 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" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",