From 2879fcd5ef13c1488b11da4927509aacb7b4b0f2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 31 Jan 2025 14:50:47 +0100 Subject: [PATCH] add new version 13.4.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5905558..f743759 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.3.0") + .exact("12.3.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.3.0") + .exact("12.3.1") ), .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.4.0/WebIdVideoIdentProductPlugin.framework-v13.4.0.zip", - checksum: "853039ca3ff49fc9c71bf7894c0e23e610a6405ee5f51b55b97cb5623ea0fbe5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.4.1/WebIdVideoIdentProductPlugin.framework-v13.4.1.zip", + checksum: "403a04de3d4818bc5ebcf3f56b3ddccba6381253220795ac868699b145034220" ), .target( name: "WebIdVideoIdentProductPluginWrapper",