From cf2eaefe7725782add9700cf87472680ae6b4e6f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Jun 2024 15:30:20 +0200 Subject: [PATCH] add new version 13.0.3 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index a017ad4..e648dec 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.1") + .exact("12.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.1") + .exact("12.0.2") ), .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.2/WebIdVideoIdentProductPlugin.framework-v13.0.2.zip", - checksum: "719c5619264e090bdfd04d5a974936fc29b3af47520b1d5c59a07c88d285837d" + 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" ), .target( name: "WebIdVideoIdentProductPluginWrapper",