From e7b999c49cd23a569402a41bb3d4c4546769b9d6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Apr 2026 16:36:32 +0200 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (22.3.2-SNAPSHOT) --- .../22.3.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdProductPlugin/22.3.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/22.3.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index e52d808..b43532e 100644 --- a/WebIdAutoIdProductPlugin/22.3.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/22.3.2-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.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip', :sha256 => 'b0e1b6b8ab910cccde227734469941d815c963bde12019d12fe283107a5fbfb7' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.2/WebIdAutoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip', :sha256 => '9c171a9089e76ca3b2124651dd9a6d3014f89f974e302316fb0cbbab460a2dc1' } 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.0" + s.dependency "WebIdDocumentScanner", "22.0.0" + s.dependency "WebIdOnServerDocumentScanner", "22.0.0" + s.dependency "WebIdCellCheckPlugin", "2.0.5" end