From a1e000a8939d4349dedd3105c553ee9538d95d52 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 4 Dec 2024 10:43:45 +0100 Subject: [PATCH] add new version 14.2.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index af6b449..4b57ade 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("12.1.1") + .exact("12.1.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.1.0") + .exact("13.2.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.1.0") + .exact("13.2.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.1.0.zip", - checksum: "5306f4fe58b587e602bb153f722b48fb3209757ccceec2bc8c844e1d3236cc6a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.2.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.2.0.zip", + checksum: "9103b5030a563910a3eb379514a55399c44ab73a81962a45e6c132befa432b10" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",