From 468077a5959f794913ed4c1f9163a3e192a9ca61 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jul 2024 12:16:50 +0200 Subject: [PATCH] add new version 13.0.14 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 7648607..b03baaa 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("13.0.13") + .exact("13.0.14") ), .package( name: "WebIdVideoIdentPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.0.13/WebIdMetaPlugin.framework-v13.0.13.zip", - checksum: "b6c9e6391f3b7b0f591100fc7e12710a2a1a26d7b065dc03d0a6d7b2bff2de87" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.0.14/WebIdMetaPlugin.framework-v13.0.14.zip", + checksum: "acd122512e50f9fc11f7ffc19e98a14c22a6c09edaba4420a700fd33211ca48e" ), .target( name: "WebIdMetaPluginWrapper",