From 2925cfbbdbd48bf1d3e7eedd9635570f635cea0c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 18 Jul 2024 09:05:13 +0200 Subject: [PATCH] add new version 13.0.8 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 9e38740..7b74ded 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.0.1") + .exact("11.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.3") + .exact("12.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.7/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.7.zip", - checksum: "6461a2b39c22419fb51bb32048f4cdf0523cd3ad74c0055fa045cf46060ff46c" + 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" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",