From dc7fdcff149df275d3f74a20c307251d0deeb8a2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Feb 2026 17:02:41 +0100 Subject: [PATCH] [Fix] WebIdIosBankIdentPlugin (21.0.2-SNAPSHOT) --- .../21.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdIosBankIdentPlugin/21.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/21.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec index 0b236ce..1045592 100644 --- a/WebIdIosBankIdentPlugin/21.0.2-SNAPSHOT/WebIdIosBankIdentPlugin.podspec +++ b/WebIdIosBankIdentPlugin/21.0.2-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/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.2/WebIdIosBankIdentPlugin.framework-v21.0.2-SNAPSHOT-474.zip', :sha256 => 'd92dce232e8c24a4349d5311215da4d12e58a11e1d53f61e14cb195bd5380384' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.2/WebIdIosBankIdentPlugin.framework-v21.0.2-SNAPSHOT-477.zip', :sha256 => 'a0c2a5199dc935b6ebdaaf2ff4b75c81a468104ca565aedb66f7ae1b07371e41' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' - s.dependency "WebIdPluginCore", "21.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.2" s.dependency "XS2AiOS", "2.1.0" end