From 3632a5fa034b6c1afcf306aa97cdcfa69e2906ae Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 28 Jun 2024 15:27:15 +0200 Subject: [PATCH] add new version 13.0.4 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index e648dec..02093e6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("12.0.2") + .exact("12.0.3") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.2") + .exact("12.0.3") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.3/WebIdVideoIdentProductPlugin.framework-v13.0.3.zip", - checksum: "e065c8f69ec03cead25d96138fd9663dd5fa7f64d8db9bb65ae56b66ac40c713" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.4/WebIdVideoIdentProductPlugin.framework-v13.0.4.zip", + checksum: "06592d2481c34dc0843c85f9be29a7bdd127129c56d666b5add42d5ff1593aeb" ), .target( name: "WebIdVideoIdentProductPluginWrapper",