From 477777497a796a6021ba83ae7a58a7813c1878f1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 10:31:12 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (15.0.5-SNAPSHOT) --- WebIdEIdentPlugin/15.0.5-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/15.0.5-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/15.0.5-SNAPSHOT/WebIdEIdentPlugin.podspec index fff8f99..266aabe 100644 --- a/WebIdEIdentPlugin/15.0.5-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/15.0.5-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/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.5/WebIdEIdentPlugin.framework-v15.0.5-SNAPSHOT-439.zip', :sha256 => 'fc8fee90570775e9fd92a8fff0a283c291c82b376c35e7a9ae38eddef6d14a11' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.5/WebIdEIdentPlugin.framework-v15.0.5-SNAPSHOT-440.zip', :sha256 => '6df94fcc9c1f8c8016ad5b5af261e21d2990a9b4e3697751d5dfd22820c3d7e8' } 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", "15.0.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.1" s.dependency "AusweisApp2", "2.2.2" end