From 188ca424d91ab7de58a47e614ce0510a53ffcf0f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 13:03:13 +0200 Subject: [PATCH] add new version 13.0.2-SNAPSHOT-1201 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index f7ab905..e4c4003 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ) ], 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-1200.zip", - checksum: "c9afdc72fc120d28e49663d4230c4f310c8bd7dca1d4e6aa70460d6105977c9d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2-SNAPSHOT-1201.zip", + checksum: "49a2848959706b0d5df9e3b69466743c2284ed4e8a6811c0e0505544301ce196" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",