diff --git a/Package.swift b/Package.swift index 7fcb5f9..47cd15b 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("15.2.0") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.2.0") + .branch("legacy-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.2.0") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip", - checksum: "13934ef2063bad808240b8dae1b621c883777ae204f40ec8b70ee4f96ab0665f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.4-SNAPSHOT-1371.zip", + checksum: "e958f36ccdc8589178d09b2160a4438c40d0f18176c136a734669a399947bc5d" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",