From 35e2020b00f82bee6e5afb5b8ae8c59ff095f185 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 8 Oct 2025 15:48:08 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (15.0.1-SNAPSHOT) --- WebIdEIdentPlugin/15.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/15.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/15.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec index 54ab783..a35d4fd 100644 --- a/WebIdEIdentPlugin/15.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/15.0.1-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.1/WebIdEIdentPlugin.framework-v15.0.1-SNAPSHOT-420.zip', :sha256 => 'd327cb1995be8477f0524e2f4fc10b57183cf3a2e15ee08a1dd7c8c945febdbd' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.1/WebIdEIdentPlugin.framework-v15.0.1-SNAPSHOT-423.zip', :sha256 => '0c3a82ecde8854036cdcc99ec1f0cc7cae5229264493634ca540a44b6ccd8b87' } 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.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.1" s.dependency "AusweisApp2", "2.2.2" end