From 4c1dba92232b6bde36f0999cb19e8e4c1f23ef5a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Nov 2025 13:33:17 +0100 Subject: [PATCH] add new version 15.1.1 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index c96e34b..43bdf25 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("11.4.2") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .exact("15.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.6.0") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.1.zip", + checksum: "7301e9aebaebe20dd6c2263a956ddbdf36948f7aab5c5c39caaa52eaf5e94904" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",