From d12f3da1e9f6658009165db4fe57f9aaa40823ca Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 14:58:07 +0100 Subject: [PATCH] [Fix] WebIdDigitalSigningPlugin (15.1.1-SNAPSHOT) --- .../15.1.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdDigitalSigningPlugin/15.1.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec b/WebIdDigitalSigningPlugin/15.1.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec index 495fd37..c575aa0 100644 --- a/WebIdDigitalSigningPlugin/15.1.1-SNAPSHOT/WebIdDigitalSigningPlugin.podspec +++ b/WebIdDigitalSigningPlugin/15.1.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.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-830.zip', :sha256 => '314d6191e9cdce9ce363c685bffebfdbcc2582b02e62acf1c8be1074f8fecfa1' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-831.zip', :sha256 => 'bc578f42f2c58387fece826ef6049ae8315a488a7510da89b4da3bb23d3dee99' } 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.1.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdSdkUiKitComponents", "15.1.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdPluginCore", "15.1.1" + s.dependency "WebIdSdkUiKitComponents", "15.1.1" end