From ce7f1792448716dc6ece3aa6d49802c9b1fa6afc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 May 2024 17:16:16 +0200 Subject: [PATCH] add new version 12.0.4-SNAPSHOT-1150 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a76ec23..18317fd 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/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.4/WebIdVideoIdentProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "2b6edfd07bc0330360687c80811c6492edaa39f31995790f4eeece4af41dbcdc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.4/WebIdVideoIdentProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "19394854d34aba8d17018d4b73718aa7ef0d8338c7fa494755531855197e529a" ), .target( name: "WebIdVideoIdentProductPluginWrapper",