From 9c149609f70e4f57fa0537b6cb581d2f7d3a5ede Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 20 May 2025 10:14:05 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 62cb0ab..158be85 100644 --- a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/13.4.1-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/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1271.zip', :sha256 => '8e9c11ce6538b83797580abe6f1efacc0313a3716bd2b271dae5339e2c78ddb4' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip', :sha256 => '66a742a48fbc5fda7266a080a0f088e4a3c5ee7523b7435add1ac7cfb00febea' } 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", "11.3.0" - s.dependency "WebIdIosIdentScanPlugin", "12.4.0" - s.dependency "WebIdOnServerDocumentScanner", "12.4.0" + s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots end