From 6a8186f5239b1096a4613b2772b4d8c7df3ac597 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 1 Aug 2025 14:51:33 +0200 Subject: [PATCH] add new version 20.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 965c77c..405fc28 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", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("20.0.1") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.4/WebIdVideoIdentProductPlugin.framework-v20.0.4.zip", - checksum: "3a70524ae3809f9fd0ff9d78382c0d32a060d0e74a04d29c29381bab68bfec81" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/20.1.0/WebIdVideoIdentProductPlugin.framework-v20.1.0.zip", + checksum: "b01b46d96da21d46737e32f8618b573cf9125e033d2a67cced40ef3b00a78acc" ), .target( name: "WebIdVideoIdentProductPluginWrapper",