From 41bf02dfa4bf28f110e806ab29184358041c6851 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 5 Jan 2026 20:21:28 +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 c0686b3..9c518f9 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-642.zip', :sha256 => 'a6018aff88f2153eead95318b460869b377316b6ec7968adc2cf83b9c6481362' } + 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-643.zip', :sha256 => 'd6b5b7a0a96838d4311f1668e6293e290b5d5b92b7f8949482159968631c49cd' } 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", "200.4.1-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "AusweisApp2", "2.2.2" end