From fc7c63b5634a84e722c13db72f5475db14ff394b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 24 Oct 2024 14:44:10 +0200 Subject: [PATCH] add new version 14.1.0 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index e73b8b4..a51e2d1 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .exact("14.0.1") + .exact("14.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.0.0") + .exact("11.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") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git", - .exact("13.0.0") + .exact("13.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", - .exact("13.0.0") + .exact("13.1.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.0.1/WebIdMetaPlugin.framework-v14.0.1.zip", - checksum: "3612faa9c7153d8e1e503b98dad895a2ff2f3941f9ccc1d79e444fcc1b4d9896" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.1.0/WebIdMetaPlugin.framework-v14.1.0.zip", + checksum: "cd169d2bdaf163ffa9a55ea87eae036858b757ac3ef88c6f9efe46edf739a38c" ), .target( name: "WebIdMetaPluginWrapper",