From 744e55a9e208928038d7d6ddf3ad9950d5df0303 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Jul 2025 19:04:08 +0200 Subject: [PATCH] add new version 20.0.4 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 2cf9428..91a2f4f 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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.0.0") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.3.zip", - checksum: "a8a2cb9918dad93a56ae2ef7e33362a816f9590d1dcf0b70d686457e00f5377d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.4.zip", + checksum: "7bdff8a7c7b466deecb54f76ec852c89b947ba760d3f09995bdef7eb2986a45a" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",