From 1feffd97a3999da7d1e286d594ff62348f50e13f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 10:26:45 +0200 Subject: [PATCH] add new version 15.1.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 9d16527..333b8ec 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.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.4.zip", - checksum: "5738e4322d4c3e86ae5595a63cea9f955818c38bafb4c2cbaad67795a7a02f77" + 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" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",