From 51b4fd849c05f340cc4c0eb494dc1384a4f0371a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Nov 2025 15:56:14 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (20.4.2-SNAPSHOT) --- WebIdEIdentPlugin/20.4.2-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/20.4.2-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.4.2-SNAPSHOT/WebIdEIdentPlugin.podspec index 25eeb9f..43f0d78 100644 --- a/WebIdEIdentPlugin/20.4.2-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/20.4.2-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.2/WebIdEIdentPlugin.framework-v20.4.2-SNAPSHOT-623.zip', :sha256 => '3ff2b07abee8e771a5923ad15fde98dc5b908669594d052003830985dbb83b44' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.4.2/WebIdEIdentPlugin.framework-v20.4.2-SNAPSHOT-624.zip', :sha256 => '4d1950d242f9b5c7580b01cc998094f816ab4ebbbb33dd6050fa8be3c486381d' } 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.3.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "AusweisApp2", "2.2.2" end