From 28c9a315429c3de3dec61d6de10367eb5fb6c5f1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 1 Jul 2024 11:19:41 +0200 Subject: [PATCH] add new version 13.0.2-SNAPSHOT-1183 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 0731e5a..a03ce0b 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.2") + .exact("12.0.3") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.2") + .exact("12.0.3") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1181.zip", - checksum: "b8f02b8838d3815de806d65012c3c862435c20dc281023dd9bc9109bb7bd7815" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1183.zip", + checksum: "e4eab34f0d11923405273c49402124c218c9278a8f23c0c2aeaa19bf23573c04" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",