From bb1ab258dbe13bda4fa894d9ac0de7308b2e04f1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 5 Jan 2026 18:14:06 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (20.4.3-SNAPSHOT) --- WebIdEIdentPlugin/20.4.3-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/20.4.3-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.4.3-SNAPSHOT/WebIdEIdentPlugin.podspec index db26c79..c0686b3 100644 --- a/WebIdEIdentPlugin/20.4.3-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/20.4.3-SNAPSHOT/WebIdEIdentPlugin.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/WebIdEIdentPlugin/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-640.zip', :sha256 => '6a78a8f2349118e237534de18db71e97c2d51c46bd312f4cfb66b0340869d3ab' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-642.zip', :sha256 => 'a6018aff88f2153eead95318b460869b377316b6ec7968adc2cf83b9c6481362' } 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 = 'WebIdEIdentPlugin.xcframework' - s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental s.dependency "AusweisApp2", "2.2.2" end