diff --git a/Package.swift b/Package.swift index a7d87be..b19589f 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", - .branch("legacy-snapshots") + .exact("15.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ), .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.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.1/WebIdEIdOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", - checksum: "060cbfeaf2a3168cb786321479d5c7d854a695fec130d8f6760f74ee4db74032" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.1/WebIdEIdOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip", + checksum: "0ad1778359a98096840c498035914b22810887917c7cec4998ab53162e23567d" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",