From ff94735908ed933f201445dfa4ae2caba0a88897 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Nov 2025 13:35:21 +0100 Subject: [PATCH] add new version 15.1.1 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index a883d87..674eb94 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("13.7.5") + .exact("15.1.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.7.2") + .exact("15.1.0") ), .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.6.0") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.7.5/WebIdMetaPlugin.framework-v13.7.5.zip", - checksum: "02002aef37228f402c17119f14ccdbf85680debfbe328fa425f51de53c5bef70" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.1/WebIdMetaPlugin.framework-v15.1.1.zip", + checksum: "57c2483c5a8e4e89a458796f98070ac9b0242ad6f72bb80db463944945ac702d" ), .target( name: "WebIdMetaPluginWrapper",