From 90796a875e2dbc5f5d285e1a4be8cb1975cb46df Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 15:06:31 +0100 Subject: [PATCH] [Fix] WebIdIosBankIdentPlugin (15.0.1-SNAPSHOT) --- .../15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec index abf09ed..38f0e64 100644 --- a/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec +++ b/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.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/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-374.zip', :sha256 => '8552f03aae5a5525c984070484cb04cba952fa627625b676506a87cf6dc7ab7e' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-379.zip', :sha256 => '3596cfff0e44b49703e88f13828cb1b171b845e113729e8c374c908a5b07342b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' s.dependency "XS2AiOS", "2.2.1" - s.dependency "WebIdPluginCore", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.1" end