From 71a654c2cfa9fbd6c67b3905b8ba1170c9f897ac Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 17:17:30 +0200 Subject: [PATCH] add new version 13.6.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index e88993b..43a5b17 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.2.0") + .exact("11.3.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.2") + .exact("12.4.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.3.2") + .exact("12.4.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.5.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.5.0.zip", - checksum: "3288a00cb3220338059d576040230eed37a401518f32b88d736d5e36d58659a7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.6.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.6.0.zip", + checksum: "dd67cfcdd24aa977688b5cee274eff387dfcfb8dcab6f2f2a55392d97ddc915c" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",