diff --git a/Package.swift b/Package.swift index 49fde50..d9154c5 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: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.1.2") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.1/WebIdPayProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", - checksum: "caa735497ec4c2f61f482b3885aef7259acae7d71f3d1da3a57b043f1896fe2c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.1/WebIdPayProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip", + checksum: "93ee9281c4dd126c6ed62c1888694871d2b9768492813f2a19470633a3f518ed" ), .target( name: "WebIdPayProductPluginWrapper",