From acfc8e5bb28b73d80d2d2ea7082358f84e80a938 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 15:30:13 +0100 Subject: [PATCH] add new version 15.1.3 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index f40c524..6d7a4f9 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("15.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.2.zip", - checksum: "022fcbf2e0ebe2b1991f6da3fa92d4d20dd2addfb5888ad0ce6968d3a8662619" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.3.zip", + checksum: "f0ebe17265b4df55c87d461b3b03681dbff94f5770074874b90d6032a5a00557" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",