From f09c25d9ecd493616fc1dd8c62ba9a389049ba28 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 20 Oct 2025 16:42:31 +0200 Subject: [PATCH] add new version 13.7.5 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 333b8ec..c96e34b 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/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.1") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("12.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.1") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.0.zip", - checksum: "24c5c9c94b16dda032b1505ceef85fe7095c7deeb1ba559fb470356c80330897" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.5/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.5.zip", + checksum: "8f3c2ffa9c6560c75180a8d4110480455d47b59c93a3844bd8f313a65eeaf8af" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",