From e7f37f2f9353579ce01f89440b808d7ddf38c03f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 1 Jul 2025 11:44:00 +0200 Subject: [PATCH] add new version 20.0.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index cc7d01b..cf95d3c 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("13.6.0") + .exact("20.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.6.0") + .exact("20.0.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("6.5.2") + .exact("20.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.3") + .exact("20.0.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.7.0/WebIdEIdProductPlugin.framework-v14.7.0.zip", - checksum: "f1452c5148b1ed5d5e9fa404f030754012a92c615da6ba003207abe18473c255" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.0.0/WebIdEIdProductPlugin.framework-v20.0.0.zip", + checksum: "4f8eb1ab4638d58c64178f5c09da1cf894a32116ef0a76a66795746b4c55f973" ), .target( name: "WebIdEIdProductPluginWrapper",