diff --git a/Package.swift b/Package.swift index 2998656..dd2e237 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.5") + .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.1.3/WebIdEIdOnServerProductPlugin.framework-v15.1.3-SNAPSHOT-1341.zip", - checksum: "b390a7711cf246162595a5ce0a47bca7519ae290a8dd610085416523b57da52e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.1.5/WebIdEIdOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1343.zip", + checksum: "3e40fc4dfc8ddeb79b1b6bcfd5aa404a151521253b5534997107df049f2ace95" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",