From 7b23c4c9f40c06c5aaa34b5c3bc558cd627b5530 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 12:05:23 +0200 Subject: [PATCH] add new version 12.4.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5de657e..48d9570 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("12.3.2") + .exact("12.4.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.2/WebIdIosIdentScanPlugin.framework-v12.3.2.zip", - checksum: "eabf4bd474d29d621f919e733528cbbca955b5d81f418203389ad61bc5b8f836" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.4.0/WebIdIosIdentScanPlugin.framework-v12.4.0.zip", + checksum: "cdd07b2ee4b27005dc2258ffd5cb4cc27edcfe0ffdd12d1f6f08840c3f11b4f2" ), .target( name: "WebIdIosIdentScanPluginWrapper",