From 01b10c7e6a1132789d434eaf0a4e77070f8e2423 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Oct 2025 14:29:31 +0200 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (21.0.4-SNAPSHOT) --- .../21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index 5695fd0..d6126f2 100644 --- a/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.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/WebIdAutoIdProductPlugin/21.0.4/WebIdAutoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1520.zip', :sha256 => '86145db192d8d613a8bb46cb1c870dddc7faace33f6a4d24ef4e043a7ba6ff84' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.4/WebIdAutoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1525.zip', :sha256 => '567394376e2acaf037f46593ded2aa1403e574affcf64d7ee0a64080a7351d17' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "20.3.1" + s.dependency "WebIdIosIdentScanPlugin", "20.3.0" + s.dependency "WebIdDocumentScanner", "20.3.0" + s.dependency "WebIdOnServerDocumentScanner", "20.3.0" end