diff --git a/Package.swift b/Package.swift index 3d5d4d2..245355c 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.2.0") + .branch("legacy-snapshots") ), .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.2.0") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.4/WebIdPayOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip", - checksum: "d6434e475de1c001713ee71c31d4344b96eee4fc7100d52409e5fb23e119d454" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.4/WebIdPayOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1371.zip", + checksum: "949b1d1e518fa67d3a74129130dabdc0db12691484e237ae4020e839c2cacbe8" ), .target( name: "WebIdPayOnServerProductPluginWrapper",