From f2ee396d8e70bbd807ebc88a17d4827db5950267 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 13:49:15 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnDeviceProductPlugin (15.3.4-SNAPSHOT) --- .../WebIdAutoIdentOnDeviceProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnDeviceProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index d40c7e8..bc08c0f 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/15.3.4-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.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/WebIdAutoIdentOnDeviceProductPlugin/15.3.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip', :sha256 => '13934ef2063bad808240b8dae1b621c883777ae204f40ec8b70ee4f96ab0665f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.4-SNAPSHOT-1371.zip', :sha256 => 'e958f36ccdc8589178d09b2160a4438c40d0f18176c136a734669a399947bc5d' } 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 = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "15.2.0" - s.dependency "WebIdIosIdentScanPlugin", "15.2.0" - s.dependency "WebIdOnDeviceDocumentScanner", "15.2.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosIdentScanPlugin", "15.2.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "15.2.1-SNAPSHOT" #branch:legacy-snapshots end