From e774b3c351d4ea29c8c81f2560e0ce24d2e65b87 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 1 Jul 2025 11:44:51 +0200 Subject: [PATCH] add new version 20.0.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 408f1a4..ce4e591 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("13.6.0") + .exact("20.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.6.0") + .exact("20.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.3") + .exact("20.0.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.4.2") + .exact("20.0.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.7.0/WebIdVideoIdentProductPlugin.framework-v14.7.0.zip", - checksum: "8a26e1080c297428337555bc5e440d4b50b90b0f0861e822176494366fb3e0fc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.0/WebIdVideoIdentProductPlugin.framework-v20.0.0.zip", + checksum: "bbd42f63c3f9306a93b30ec2b60795912e33db06d891bcaf4a1bc482b2bb9501" ), .target( name: "WebIdVideoIdentProductPluginWrapper",