From fa85f74d498d962dc64c8d52034d80ea5e605611 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Mar 2026 16:05:13 +0100 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (22.2.4-SNAPSHOT) --- .../22.2.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdProductPlugin/22.2.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/22.2.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index 1cbf177..bdd3ad0 100644 --- a/WebIdAutoIdProductPlugin/22.2.4-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/22.2.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.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip', :sha256 => '310752f82898f32619c40d58dd11aed331ffa9dd836a5d1f7dbc1a53aef5b4bd' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => 'dae4719861675a1b38c29f03de36b0e9ce767ee0d610587e39abf3a98b7de82f' } 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", "21.0.5-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdCellCheckPlugin", "2.0.5-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "21.0.4" + s.dependency "WebIdIosIdentScanPlugin", "21.2.1" + s.dependency "WebIdDocumentScanner", "21.2.1" + s.dependency "WebIdOnServerDocumentScanner", "21.2.1" + s.dependency "WebIdCellCheckPlugin", "2.0.4" end