From 8e626b10685a10d21d558dae8e85b3736723d2b4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 15:43:19 +0200 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (22.5.2-SNAPSHOT) --- .../22.5.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdProductPlugin/22.5.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/22.5.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index 2c0d60c7..3095f1f2 100644 --- a/WebIdAutoIdProductPlugin/22.5.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/22.5.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.5.2/WebIdAutoIdProductPlugin.framework-v22.5.2-SNAPSHOT-1724.zip', :sha256 => 'bb9a6d96e5765a5e78e9d50dfd07ed9e5adb10e9d0a9f60130b5e73bc2973d52' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.5.2/WebIdAutoIdProductPlugin.framework-v22.5.2-SNAPSHOT-1725.zip', :sha256 => 'c04e0888e88564551a7a682e3612ae6104856c287910981623b807c9aae4dbdf' } 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", "23.0.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdCellCheckPlugin", "2.1.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "23.0.2" + s.dependency "WebIdIosIdentScanPlugin", "23.1.0" + s.dependency "WebIdDocumentScanner", "23.1.0" + s.dependency "WebIdOnServerDocumentScanner", "23.1.0" + s.dependency "WebIdCellCheckPlugin", "3.0.0" end