From f0da58806d7f5ba799c8fd70ae1085d931749e11 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 17:21:09 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (20.2.2-SNAPSHOT) --- WebIdEIdentPlugin/20.2.2-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/20.2.2-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.2.2-SNAPSHOT/WebIdEIdentPlugin.podspec index 4af5625..f40a5e5 100644 --- a/WebIdEIdentPlugin/20.2.2-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/20.2.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.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-598.zip', :sha256 => 'ca2cb3be9cf8d9d517092b4b4a048df421e9d94eb4fbf50997a471c9aa238081' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-601.zip', :sha256 => '6a9638081c6cb41d6d853e455f01c633ed0bffbc5b06a5153fc976b14b3c6d51' } 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.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.3.0" s.dependency "AusweisApp2", "2.2.2" end