From 949c4102aaa665501bc7a3472990cee56849d5b8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 07:29:01 +0100 Subject: [PATCH] [Fix] WebIdDigitalSigningPlugin (15.0.1-SNAPSHOT) --- .../15.0.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdDigitalSigningPlugin/15.0.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec b/WebIdDigitalSigningPlugin/15.0.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec index a0765a4..11d4b83 100644 --- a/WebIdDigitalSigningPlugin/15.0.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec +++ b/WebIdDigitalSigningPlugin/15.0.1-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/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-814.zip', :sha256 => 'edd53383e73c39aa6bf7bf5e818546b79e08d753cc7f87143f10143dec1504cf' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-822.zip', :sha256 => '77945f9e315703455d7c6a611ed3b77f3cd9cb07ad47a88987600c5cbe161db1' } 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", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdSdkUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots end