From 5b8e0ebeb0278bb36cf335e5d79d8f2dac9373b3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 1 Aug 2025 14:36:04 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (20.0.5-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 559a2f4..6b2fcd5 100644 --- a/WebIdAutoIdentOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.5/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip', :sha256 => '73443962380cb2ae3f3bb3b9313faa474ae0e1ea90fe22238313f92ae437a0ed' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.5/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip', :sha256 => 'c5da22f3e27865d4dba6ff59021b4d342b2afb3766fe33d7cc9f01dd85c70602' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdDigitalSigningPlugin", "20.1.0" + s.dependency "WebIdIosIdentScanPlugin", "20.1.0" + s.dependency "WebIdOnServerDocumentScanner", "20.1.0" end