From 405522893240497e227ccc133daed9b84ce83eb3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 24 May 2024 10:47:49 +0200 Subject: [PATCH] add new version 12.0.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 4d19ba4..2c4aa24 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("10.1.1") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.1/WebIdIosIdentScanPlugin.framework-v11.1.1.zip", - checksum: "85aa18b95921cc4fb68fe655ca890b75f06dd5bbc50e68509e39649d4577b6ae" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.0/WebIdIosIdentScanPlugin.framework-v12.0.0.zip", + checksum: "38e5de18d50862719cd1ecca4e1e16ae233cee3d0e012b470dae2fae58d9b3ea" ), .target( name: "WebIdIosIdentScanPluginWrapper",