From 792e443b54a9a956b1cf8bcea24a8172e6f80fcd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 13:16:39 +0200 Subject: [PATCH] add new version 13.0.9 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 7b74ded..7a396a8 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/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.8/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.8.zip", - checksum: "b5abe9412755ae3f0ab3fa000305d9e0aa149e50f3aa545c1c8f32e23ab48cff" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.9/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.9.zip", + checksum: "3919041c8b53c3805ece8bf330e5bb4419ece9f29a704d6ec7b8f6d0fc8325b2" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",