From 59d817607aa378fce8c055f26e0423b11a923fe4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Oct 2025 09:47:29 +0200 Subject: [PATCH] [Fix] WebIdDigitalSigningPlugin (20.3.2-SNAPSHOT) --- .../20.3.2-SNAPSHOT/WebIdDigitalSigningPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdDigitalSigningPlugin/20.3.2-SNAPSHOT/WebIdDigitalSigningPlugin.podspec b/WebIdDigitalSigningPlugin/20.3.2-SNAPSHOT/WebIdDigitalSigningPlugin.podspec index c877bbe..e2be137 100644 --- a/WebIdDigitalSigningPlugin/20.3.2-SNAPSHOT/WebIdDigitalSigningPlugin.podspec +++ b/WebIdDigitalSigningPlugin/20.3.2-SNAPSHOT/WebIdDigitalSigningPlugin.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/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-975.zip', :sha256 => '8a7fce181952d58518708477e08552ece8659b4976de277e05292780310acdad' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.2/WebIdDigitalSigningPlugin.framework-v20.3.2-SNAPSHOT-976.zip', :sha256 => '4c2a6f0b86476d44205a712550888b4ca3866d17223921d6eeea749647a7f58c' } 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 = 'WebIdDigitalSigningPlugin.xcframework' - s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental - s.dependency "WebIdSdkUiKitComponents", "20.3.1-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdSdkUiKitComponents", "20.3.1-SNAPSHOT" #branch:snapshots end