From de655909231c9b79a0a6bff0f45e562d27f5f2e9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 11:12:12 +0200 Subject: [PATCH] add new version 14.6.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index a74b3b2..bda25af 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.3.0") + .exact("12.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.4.0") + .exact("13.5.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.4.0") + .exact("13.5.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.6.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.6.0.zip", + checksum: "2b3dd5786807f13cf7dd7e8a40927561edc4f6905005906bfe328a4203b50174" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",