From a889116f7f84bef6e90d818512f4abb794f435a8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 11:32:52 +0200 Subject: [PATCH] add new version 13.4.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index d30a538..a6706d2 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/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.3.1") + .exact("13.4.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.2/WebIdIosIdentScanPlugin.framework-v13.3.2.zip", - checksum: "1106b5308c6ac149f12e471f0a6c950a16e276c38e7ac4d43609215de0b6ecc3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.4.0/WebIdIosIdentScanPlugin.framework-v13.4.0.zip", + checksum: "2e91d16a7743d157d6c9c2eb18c0f49e573368bd177a75ff534033945a5ff12a" ), .target( name: "WebIdIosIdentScanPluginWrapper",