From 83cf851f0527ddab66ffee76624499a565e7d918 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Jun 2025 11:22:12 +0200 Subject: [PATCH] add new version 13.7.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index be71386..4668060 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.3") + .exact("12.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.5.3") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.1.zip", - checksum: "7f7a7cf67e2b403e39248dc61d19f40f3ce3641e08c76aee29788fc40594dd7c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.2.zip", + checksum: "e23b8af611b92de4cc1fdbdcb45b422c26c0860d47ad1edd7120ee9a7f786dca" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",