From 56978b06670985071c62952d46481c66cdfe5532 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 10:58:12 +0200 Subject: [PATCH] add new version 13.7.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a1d213d..8e171ed 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.6.1") + .exact("10.7.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.6.2/WebIdVideoIdentProductPlugin.framework-v13.6.2.zip", - checksum: "f79a9383f869c4d8e0eb31138925c2b5c71ecce910f758b3a87287e6a2fb844c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.7.0/WebIdVideoIdentProductPlugin.framework-v13.7.0.zip", + checksum: "85cf491b3ce2cd48dfa025684a660873c75adbeeacccd4587cd9a458273cacb1" ), .target( name: "WebIdVideoIdentProductPluginWrapper",