From c72806868435a0bafd705295ba1282b0f76af923 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 24 Apr 2025 17:45:16 +0200 Subject: [PATCH] add new version 14.5.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 377f227..a74b3b2 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.1") + .exact("12.3.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.3.2") + .exact("13.4.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.4.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.4.3.zip", - checksum: "914ae104693cfbbbe6ee6a999b6997d4e8ae1fe99cf955fa8ac7e98ca03b00a3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.5.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.5.0.zip", + checksum: "59631f1602690651a6126bbbade3b27f6de43860bd5ca4883c18cc1d22d408a9" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",