diff --git a/Package.swift b/Package.swift index 9676293..3abaebb 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/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/20.0.5/WebIdPayProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", - checksum: "c77bc9a69ba5ed7849234a15e729aa6b383ccd4e1c7c962c09dd9ad4cb689645" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/20.0.5/WebIdPayProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip", + checksum: "250e8a0e6742c7bdf05f793018ac16141425a0f039401378752d63a13f8812b3" ), .target( name: "WebIdPayProductPluginWrapper",