From 392e5a8167df16ff1bb57b46ce1c0ad7fb225e24 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Jul 2025 17:13:27 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (20.0.2-SNAPSHOT) --- WebIdEIdentPlugin/20.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/20.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec index bb422f1..48c5186 100644 --- a/WebIdEIdentPlugin/20.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/20.0.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/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/20.0.2/WebIdEIdentPlugin.framework-v20.0.2-SNAPSHOT-570.zip', :sha256 => '346609a8ca63925ff4967c5f2d151638558cd3906b3dac67d147de7a3b78dc34' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/20.0.2/WebIdEIdentPlugin.framework-v20.0.2-SNAPSHOT-572.zip', :sha256 => '1f6ffce199907e36ce50c14d6c081be1f0dc5f71e4fb8b107c256b520c2fa860' } 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.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.0.0" s.dependency "AusweisApp2", "2.2.2" end