From d7089d9407adf5558c23ef4e06d3d5aaaca45c93 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 14:49:23 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (15.1.2-SNAPSHOT) --- WebIdEIdentPlugin/15.1.2-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/15.1.2-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/15.1.2-SNAPSHOT/WebIdEIdentPlugin.podspec index 42d04d5..d6d67c0 100644 --- a/WebIdEIdentPlugin/15.1.2-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/15.1.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/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.1.2/WebIdEIdentPlugin.framework-v15.1.2-SNAPSHOT-454.zip', :sha256 => 'f2a7a0c473a124328afd689bc399e08d8420acb2e9aca116e63349de28025e74' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdentPlugin/15.1.2/WebIdEIdentPlugin.framework-v15.1.2-SNAPSHOT-457.zip', :sha256 => 'ac0a84ac4bcfb21c24de94b086b5103f62b1e4094afa79abd8bc4ab78e945ee7' } 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.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.2.0" s.dependency "AusweisApp2", "2.2.2" end