From 30496e181233b210e7a0cebc6dcb6dbc2f81492c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 25 Jun 2024 15:32:38 +0200 Subject: [PATCH] add new version 13.0.2-SNAPSHOT-1182 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index ae1127b..a400d65 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("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.0") + .exact("11.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.0.0") + .exact("10.0.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.1/WebIdVideoIdentProductPlugin.framework-v13.0.1-SNAPSHOT-1164.zip", - checksum: "464177e5569d6f8821e0da061cc488b065bd5c8c9fbb3e437dfe66bfdc8cd5a7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1182.zip", + checksum: "789e179516bd2679f2836c7d62c975a4df886ac200b192acc2f05b1aaa53c389" ), .target( name: "WebIdVideoIdentProductPluginWrapper",