From 3abf88b722aa3e5b2d0afe0e82358d801605edbf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 16 Dec 2025 16:12:02 +0100 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (201.1.5-SNAPSHOT) --- .../201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index d635322..220b390 100644 --- a/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/201.1.5-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/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1553.zip', :sha256 => '3cb7656bc7e41e0ecdd2193b397fc11c828d5e6e58e5b99377381fa13f949d15' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1569.zip', :sha256 => 'a56b2c32b6a003dd88bfc2db8035562e4ad13651c19d37e41b9d44c52b70e109' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "200.3.2-SNAPSHOT" #branch:experimental - s.dependency "WebIdIosIdentScanPlugin", "200.3.6-SNAPSHOT" #branch:experimental - s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental - s.dependency "WebIdOnServerDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental + end