From f40a7b488d1992b35d33798c940d4caa3dd8bc40 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 4 Dec 2024 10:45:37 +0100 Subject: [PATCH] add new version 14.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 4d13a6e..af46b33 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git", - .exact("13.1.0") + .exact("13.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", - .exact("13.1.0") + .exact("13.2.0") ), .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: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.1.0") + .exact("11.1.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.1.0/WebIdVideoIdentProductPlugin.framework-v14.1.0.zip", - checksum: "dd431dbfe795dd743339b0ffe3dd142c54d009d745b4977fc30524ffc845ca9a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.2.0/WebIdVideoIdentProductPlugin.framework-v14.2.0.zip", + checksum: "699c409feddd345fafaab6389ddc3c4669b2678907bf7fbf83a318815c154bf5" ), .target( name: "WebIdVideoIdentProductPluginWrapper",