From 3cb95d5319631d9d13235a457b4ed1dac5de7fff Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 11:21:04 +0200 Subject: [PATCH] add new version 14.7.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 9c8a393..cc7d01b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.5.2") + .exact("13.6.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.5.2") + .exact("13.6.0") ), .package( name: "WebIdEIdentPlugin", @@ -32,14 +32,14 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.2") + .exact("12.4.3") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.6.1/WebIdEIdProductPlugin.framework-v14.6.1.zip", - checksum: "eca43dc7a6e795fd4339f1b83e9f0098908c06ba00a0c099e38d9fdc79ec4b86" + 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" ), .target( name: "WebIdEIdProductPluginWrapper",