From b69b4ffaf544f1092a7c372b139f787dac15c7fe Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 14:57:01 +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 cafb7e5..1aa042b 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: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("11.1.1") + .exact("12.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/12.0.4/WebIdPayProductPlugin.framework-v12.0.4.zip", - checksum: "001e15e7cb699602845830538056c2ebc21b4d64059850904353b62ce277588e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/MWI-1288/de/webid-solutions/WebIdPayProductPlugin/13.0.0/WebIdPayProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "03114441a764f965333f3960962e4b8814ef6ad3a9af1d1451c03c12647e0611" ), .target( name: "WebIdPayProductPluginWrapper",