diff --git a/Package.swift b/Package.swift index a5ca1ae..ac42d2a 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", - .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: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", - checksum: "d3cec5444860580593cec673707fa6ee508eb58f38812fc63bac8c65a0384721" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip", + checksum: "69d3b5a6f306fd1b2365ca3c3a23d4caedd934f5994df5c374e5cf4db725ee52" ), .target( name: "WebIdPayOnServerProductPluginWrapper",