diff --git a/Package.swift b/Package.swift index 91c90a7..91a8795 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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.5/WebIdPayOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip", - checksum: "8f95f8fa5014aabb9228cd8538d4448a3ea50eaeec3e81c1c71f62e8316d36c0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.5/WebIdPayOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip", + checksum: "42328d6379c9382dc3862cb2d4f8acd77e8455959ae134b0ec7cc46aab684824" ), .target( name: "WebIdPayOnServerProductPluginWrapper",