From 195016352f7562e60e94ab05903605cb8e0831dc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:35:59 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (15.0.2-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index ce5d378..f7cf883 100644 --- a/WebIdAutoIdentOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/15.0.2-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/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '3d7df9059c3a2293f1257fb0c8ea738f47974e7f1405f0cc1c1d1cab98e1afb7' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'cb3dbfc07ca4d703acd917cc999e7b81715788541b6a51a681ef7fb9f91cdd34' } 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", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.0.1" + s.dependency "WebIdIosIdentScanPlugin", "15.0.1" + s.dependency "WebIdOnServerDocumentScanner", "15.0.1" end