From 1f29658c8b10a409fb3f884569f28936280541a7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 8 Oct 2025 14:04:26 +0200 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (21.0.4-SNAPSHOT) --- .../21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.0.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index bdbcf3c..bf76165 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-1531.zip', :sha256 => '87b9160e1a933dc865cbe9d82ca8ddf079b36214fe9b113c08ecf0e754e8c53e' } + 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-1532.zip', :sha256 => 'e939130f670f76901e2c826cb63ea8f7eb4c3273e392897e1fcd5d3d6e5bd330' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' s.dependency "WebIdDigitalSigningPlugin", "20.3.1" - s.dependency "WebIdIosIdentScanPlugin", "20.3.3" - s.dependency "WebIdDocumentScanner", "20.3.3" - s.dependency "WebIdOnServerDocumentScanner", "20.3.3" + s.dependency "WebIdIosIdentScanPlugin", "20.3.4" + s.dependency "WebIdDocumentScanner", "20.3.4" + s.dependency "WebIdOnServerDocumentScanner", "20.3.4" end