From 6948f276c22e6cdf88e8957bf43ed5a6d59c1ba7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Sep 2024 13:06:48 +0200 Subject: [PATCH] add new version 14.0.0 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 37acc30..a687a85 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git", - .exact("13.0.0-beta") + .exact("13.0.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-beta") + .exact("13.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.0.0-beta") + .exact("12.0.0") ), .package( name: "WebIdVideoIdentPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.0.0/WebIdVideoIdentProductPlugin.framework-v14.0.0-beta.zip", - checksum: "934c944d2b92bc933fbab02d5412e9f2c069e435f48ee551f71c013dea7f4e60" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.0.0/WebIdVideoIdentProductPlugin.framework-v14.0.0.zip", + checksum: "f51f261c65bb2e0f0cd460a0707eb4da49421142412897bcab90cf91426ab566" ), .target( name: "WebIdVideoIdentProductPluginWrapper",