From e298dcd7c8ef363d7f531cadef47b619fb702641 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Aug 2024 10:59:27 +0200 Subject: [PATCH] add new version 13.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 7afbef8..08007c7 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.git", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.3") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.1.2") + .exact("10.2.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.14/WebIdVideoIdentProductPlugin.framework-v13.0.14.zip", - checksum: "aaa425518651ceb3c11c3293e93510b8b7cc576c873c200ff4d95a178ef74f00" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.1.0/WebIdVideoIdentProductPlugin.framework-v13.1.0.zip", + checksum: "7b9929f43b8413dfebcf0af5d2d2f0d7bfaae3cfff2e65ac58ae65281e12eb29" ), .target( name: "WebIdVideoIdentProductPluginWrapper",