diff --git a/Package.swift b/Package.swift index ee96250..8daa179 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("snapshots") + .exact("15.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("15.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("15.0.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("snapshots") + .exact("15.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/15.0.0/WebIdPayProductPlugin.framework-v15.0.0-SNAPSHOT-1292.zip", - checksum: "99a09b53c2ddbdd474a5ec65780fd8792d3dbc80c7e2e5aaae2c72e89208a3d7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/15.0.0/WebIdPayProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip", + checksum: "aa40d799641bf1cb1e83ea71681188eda2aacec75f2333f4f967457bfd17a0fd" ), .target( name: "WebIdPayProductPluginWrapper",