From cbd555af946f2baacf54c83195dffb2e8c80664f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 26 Nov 2025 14:22:56 +0100 Subject: [PATCH] add new version 15.1.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 674eb94..ea06f03 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("15.1.1") + .exact("15.1.2") ), .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/15.1.1/WebIdMetaPlugin.framework-v15.1.1.zip", - checksum: "57c2483c5a8e4e89a458796f98070ac9b0242ad6f72bb80db463944945ac702d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.2/WebIdMetaPlugin.framework-v15.1.2.zip", + checksum: "038bf35697d10629201b87414071f16bd789c6daee167bf4ea580f1c69fba6d9" ), .target( name: "WebIdMetaPluginWrapper",