From 4d010c0dc78505db8efbbe4438659e246e66dca7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 24 Oct 2024 14:43:25 +0200 Subject: [PATCH] add new version 14.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index f863639..3091125 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.0.0") + .exact("13.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.0.0") + .exact("13.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("6.0.0") + .exact("6.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.0.0") + .exact("12.1.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.0.1/WebIdEIdProductPlugin.framework-v14.0.1.zip", - checksum: "0403ebecb67d01b341dae45d84588304453c52d3e9663e5d5b77cbfc1a788092" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.1.0/WebIdEIdProductPlugin.framework-v14.1.0.zip", + checksum: "1ff39ae62517dbf212e9addaf5eae256584c9b529d5d3ffbdbc8efc1bb4928cb" ), .target( name: "WebIdEIdProductPluginWrapper",