From 45b3eda3218b7b911369e3f8fe9976105a92945c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:38:15 +0200 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (22.3.4-SNAPSHOT) --- .../22.3.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdProductPlugin/22.3.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/22.3.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index 4625ef8..71252e5 100644 --- a/WebIdAutoIdProductPlugin/22.3.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/22.3.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/22.3.4/WebIdAutoIdProductPlugin.framework-v22.3.4-SNAPSHOT-1683.zip', :sha256 => '8f48c4294502523d15f060bb3bc8eaa705f0516cdaf8e38678aae76983190549' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.4/WebIdAutoIdProductPlugin.framework-v22.3.4-SNAPSHOT-1684.zip', :sha256 => '571aef96dfee5a8ecdcccd664398e1f308badeaf9cb697053382e45d802116fe' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,9 +16,9 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "22.0.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "22.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdCellCheckPlugin", "2.0.6-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "22.0.1" + s.dependency "WebIdIosIdentScanPlugin", "22.0.2" + s.dependency "WebIdDocumentScanner", "22.0.2" + s.dependency "WebIdOnServerDocumentScanner", "22.0.2" + s.dependency "WebIdCellCheckPlugin", "2.0.5" end