diff --git a/Package.swift b/Package.swift index 9f0431b..b9c6031 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("15.0.1") + .branch("legacy-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.1.3/WebIdPayProductPlugin.framework-v15.1.3-SNAPSHOT-1341.zip", - checksum: "e3dadaad830c44c220ee24b28706f4261242e4fed137162f81e9fc7d708b44e5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.1.5/WebIdPayProductPlugin.framework-v15.1.5-SNAPSHOT-1345.zip", + checksum: "a641a5363648e299a2badf7e085abbfa9edd53d4ee49c65f4fc2e9713d9256a8" ), .target( name: "WebIdPayProductPluginWrapper",