diff --git a/Package.swift b/Package.swift index bfa01d1..2533b5a 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", - .branch("legacy-snapshots") + .exact("15.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.5/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1344.zip", - checksum: "bacd87f2daf533683a22c4d061aaf6a3e34b6f9085f80a151f7663b3dc712aca" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.5/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", + checksum: "4f0d54b8c94178cb10490dbb6d07d17c3c1d1dfa80de779fef6e39eb2df945a8" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",