From d550c8f56f97ceb393fd84635fb6ff749e77d21c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 8 May 2024 14:49:28 +0200 Subject: [PATCH] add new version 12.0.4 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a228967..ab403b4 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("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.1") + .exact("10.0.2") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("9.0.1") + .exact("9.0.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.3/WebIdVideoIdentProductPlugin.framework-v12.0.3.zip", - checksum: "70eaf82c3d25d714a63ccbdbe2ed2f72f7729129b7c362b8321aa8fa06d8e925" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.4/WebIdVideoIdentProductPlugin.framework-v12.0.4.zip", + checksum: "50a7234ebc7786e4729d7ad5c512a7f205106ec93eb9bd917dbcee4c2745999a" ), .target( name: "WebIdVideoIdentProductPluginWrapper",