From a17fb6f53c31b85bc6e12467c7183b5d715f5b8e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 14:56:58 +0200 Subject: [PATCH] add new version 13.0.0-SNAPSHOT-1159 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 2b9386a..3250075 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", - .exact("9.0.2") + .exact("10.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.2") + .exact("11.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("11.1.1") + .exact("12.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.4/WebIdPayOnServerProductPlugin.framework-v12.0.4.zip", - checksum: "dbdbcd41952c4bf28666ca6c9c027b22c377c247d5d4eca7ab803ec093a90a75" + url: "https://api.webid-solutions.de/releases/ios/xcframework/MWI-1288/de/webid-solutions/WebIdPayOnServerProductPlugin/13.0.0/WebIdPayOnServerProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "fc8e3730695c821f538b69a3b38c04dcba045aa97fb10ff97bb7aa35626069b3" ), .target( name: "WebIdPayOnServerProductPluginWrapper",