diff --git a/Package.swift b/Package.swift index 2f2682f..aee715a 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.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: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.4/WebIdEIdOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip", - checksum: "a628a1cdf475caca9a559eb4bc936d34e34210369e5c39be911bc59731d47328" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.4/WebIdEIdOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1371.zip", + checksum: "6427a683a3445b909deb3f212773228ff6b3282757f8391709f5ead26eadf96a" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",