From ace72e4a38568820c367dfd8c62e4b732e01bf96 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:39:10 +0100 Subject: [PATCH] [Fix] WebIdMetaPlugin (15.3.1-SNAPSHOT) --- WebIdMetaPlugin/15.3.1-SNAPSHOT/WebIdMetaPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdMetaPlugin/15.3.1-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/15.3.1-SNAPSHOT/WebIdMetaPlugin.podspec index 143d8d4..4dcef7e 100644 --- a/WebIdMetaPlugin/15.3.1-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/15.3.1-SNAPSHOT/WebIdMetaPlugin.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.platform = :ios - s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.3.1/WebIdMetaPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => '815788ec4941e41a7cbee1df702490293aeca2edf615f65b43cd760b9dfd5729' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.3.1/WebIdMetaPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => 'ec2d3c1575c3f7893e21ce480cb105b94dc29701c1fb3906c2f295334f4393e2' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.dependency "WebIdVideoIdentProductPlugin", "15.3.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" end