From d6564e44afa7ebfceaa58de0bc692a59016b071f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 14:56:40 +0200 Subject: [PATCH] add new version 13.0.0-SNAPSHOT-1159 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index afe9665..19032af 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .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: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/12.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v12.0.4.zip", - checksum: "12670468b38ee13b8551321816ed131eef3ffa8f1d038035d2961f440aa59455" + url: "https://api.webid-solutions.de/releases/ios/xcframework/MWI-1288/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "4ccce554a7229aa1b72f2afa6450fdb318247ece5d5aa6be1ab113236b7de1ee" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",