From 35c19b079177f5a3b1fe311da00362d5115eab85 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Jun 2024 13:11:05 +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 c1cbebc..b17bfc3 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,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.1") + .exact("12.0.2") ), .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") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.0.2/WebIdPayProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip", - checksum: "db1cd5584dafaf34fc8f269f64fa277a6bcfecd95fb8f106a5ed97077b5fa6a2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.0.2/WebIdPayProductPlugin.framework-v13.0.2-SNAPSHOT-1190.zip", + checksum: "8f69834fdb4ac6ceccb7b64e8256ecf414bf65792a68fcb56f7287b21e7e1eed" ), .target( name: "WebIdPayProductPluginWrapper",