From 6f5ac6a271f571c5fcaea4be6b394eb27194da39 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 May 2024 17:15:40 +0200 Subject: [PATCH] add new version 12.0.4-SNAPSHOT-1150 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index f7f90f1..6e58e27 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("10.0.1") + .exact("10.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("11.1.0") + .exact("11.1.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/12.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "4c3ce4c114d34947ef1d03d55e776e280bc6c392f25a2365a6457cc7037fcee0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/12.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "cc8c3d921fb7049e06fac0082a360b1d8b40d73cb70ef7b2548a7a4811bb2da0" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",