From 78ddd8d3438bec96c11de495383f52d6df9e0cf5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 14 Mar 2025 16:54:31 +0100 Subject: [PATCH] add new version 14.4.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 6873799..60ae83c 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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.3.1") + .exact("13.3.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.3.1") + .exact("13.3.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0.zip", - checksum: "fcdeed3717121c28bf65e10638abc0017c3602a4683f5c6f7f1c0cc11d3fcd03" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.4.0.zip", + checksum: "a3ffd27e22504ccf30a89f3cab6e1ec780b91b8900c6a0d5fe7a532a8bf4d77b" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",