From e61a05991d9f65a7e3d406a3a3fd84ebcbed4604 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 1 Aug 2025 14:50:44 +0200 Subject: [PATCH] add new version 20.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 03e2429..19590f3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("20.0.2") + .exact("20.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.1") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4.zip", - checksum: "f4932088b639f726ae4d77f552dadf3b3fca2ee81505d82868f4212d079e334e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.1.0/WebIdEIdProductPlugin.framework-v20.1.0.zip", + checksum: "64f5d7b2305f3bfa4a5f58392940952c8e010662537b86f143a7a1ee83b499b6" ), .target( name: "WebIdEIdProductPluginWrapper",