From a21be61696c8c31a3c69796dc721061e25af2eea Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 10:58:14 +0200 Subject: [PATCH] add new version 13.7.0 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index a1149fc..53fc19b 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.6.2") + .exact("13.7.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.6.1") + .exact("10.7.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.3.0") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.4.0") + .exact("12.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.4.0") + .exact("12.5.2") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.6.2/WebIdMetaPlugin.framework-v13.6.2.zip", - checksum: "8e8be8da99d3144b7626483dcd316ec485955aac4a789cb99aa9d8af3e7ccc60" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.7.0/WebIdMetaPlugin.framework-v13.7.0.zip", + checksum: "3c5d9ebed91de9f0e49988111e2abc158abcd747d7c2d6aa7ebdd7844ac63aac" ), .target( name: "WebIdMetaPluginWrapper",