From b092f11efacb9affeda8c12ec824c4056976ebee Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Nov 2025 15:41:00 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (20.3.3-SNAPSHOT) --- WebIdEIdentPlugin/20.3.3-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/20.3.3-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/20.3.3-SNAPSHOT/WebIdEIdentPlugin.podspec index a0cc085..9721841 100644 --- a/WebIdEIdentPlugin/20.3.3-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/20.3.3-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.3.3/WebIdEIdentPlugin.framework-v20.3.3-SNAPSHOT-614.zip', :sha256 => '47cd7db6de11e0c3498b18f19a2a8ae84ae8395e14cacc97ef72dc0166f7146c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.3.3/WebIdEIdentPlugin.framework-v20.3.3-SNAPSHOT-615.zip', :sha256 => '490575c63b783e95b43adfd3063a349feebba7dc108b29fe5380043defc655e6' } 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.2-SNAPSHOT" #branch:snapshots s.dependency "AusweisApp2", "2.2.2" end