From 44aac39546610607e37efc010c6272fc22b43c2a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 1 Sep 2025 10:59:54 +0200 Subject: [PATCH] add new version 13.7.3 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 6b9cad9..398f43b 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("15.0.1") + .exact("13.7.3") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.0.0") + .exact("10.7.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.0") + .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.0") + .exact("12.6.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.0") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.0.1/WebIdMetaPlugin.framework-v15.0.1.zip", - checksum: "b2fae3b06355b8b1fef4209fc57a0e8b4c40b407acf69113739c4265b3184386" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.7.3/WebIdMetaPlugin.framework-v13.7.3.zip", + checksum: "bd3f77b171c7289bc438ee9dfda51fb97ff6ed935e2352aed38a38d45434b997" ), .target( name: "WebIdMetaPluginWrapper",