From 8119f5fd4122dfe99e36175f49fa9b57227f3ad3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Jun 2024 13:10:50 +0200 Subject: [PATCH] add new version 13.0.2-SNAPSHOT-1190 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 6872a44..e599648 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.1") + .exact("12.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.1") + .exact("12.0.2") ), .package( name: "WebIdEIdentPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.0.2/WebIdEIdProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip", - checksum: "c5275ec0eecb1f20dee2ee7814939942f9931cc3a49587861fa8fc29670fb225" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.0.2/WebIdEIdProductPlugin.framework-v13.0.2-SNAPSHOT-1190.zip", + checksum: "6a4c089ad079cefcd63f187e00227d963fdc60c426a8a2208e41b63907d72f58" ), .target( name: "WebIdEIdProductPluginWrapper",