From 6c584accfc5fbbb1a093804780fd61671ff33fe6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 19 Nov 2024 12:42:55 +0100 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (14.2.0-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/14.2.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/14.2.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 632c664..e54afb1 100644 --- a/WebIdAutoIdentOnServerProductPlugin/14.2.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/14.2.0-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/14.2.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.2.0-SNAPSHOT-1239.zip', :sha256 => '77013ccda72575dd1e3490fd8f373eea64ddf6d074c28c11d1791ab5819e265d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.2.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.2.0-SNAPSHOT-1240.zip', :sha256 => '684e49c1e790853b3568895e9d7b6947bd98b82c956d3b466778488ba6f74e4f' } 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", "12.1.1" - s.dependency "WebIdIosIdentScanPlugin", "13.1.0" - s.dependency "WebIdOnServerDocumentScanner", "13.1.0" + s.dependency "WebIdDigitalSigningPlugin", "12.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdIosIdentScanPlugin", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdOnServerDocumentScanner", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots end