From d0ce9a7f7ee8023d85bb4c336482fd5b48965775 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:13:40 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (15.3.4-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index e0ebaab..b0a4234 100644 --- a/WebIdAutoIdentOnServerProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/15.3.4-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.3.4/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip', :sha256 => 'a9db514c5ff38390a2d4731bdd9cb3b3efbaf05bea24ac470c29c41fe5e3fe05' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.4/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip', :sha256 => 'dc047ff4dcd8eb7f21d5dc40a08765dab5f5c63519a22b45363db4b1b71ca0b2' } 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.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.2.0" + s.dependency "WebIdIosIdentScanPlugin", "15.2.0" + s.dependency "WebIdOnServerDocumentScanner", "15.2.0" end