From 7311deb98fcfb1beb97fd83d38608be56e25b631 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:14:44 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (15.3.4-SNAPSHOT) --- .../15.3.4-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/15.3.4-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.3.4-SNAPSHOT/WebIdEIdProductPlugin.podspec index 75888ed..2968af8 100644 --- a/WebIdEIdProductPlugin/15.3.4-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/15.3.4-SNAPSHOT/WebIdEIdProductPlugin.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/WebIdEIdProductPlugin/15.3.4/WebIdEIdProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip', :sha256 => 'f857fc4e7a449a7e95ce986d1d5b7b9f64ebd0a62080723342f1cdb7e29a5b90' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.3.4/WebIdEIdProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip', :sha256 => '1a11392f0127bb5968cfa6c81725246228064b12df54bd2508c8c103e821b64a' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' - s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdEIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "15.2.0" + s.dependency "WebIdIosIdentScanPlugin", "15.2.0" + s.dependency "WebIdEIdentPlugin", "15.2.0" + s.dependency "WebIdDigitalSigningPlugin", "15.2.0" end