From a44ea26d057bdce3d8392fb7aa6e28f30ac64f30 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:47:42 +0100 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (15.1.5-SNAPSHOT) --- .../15.1.5-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/15.1.5-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.1.5-SNAPSHOT/WebIdEIdProductPlugin.podspec index 391b010..967623e 100644 --- a/WebIdEIdProductPlugin/15.1.5-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/15.1.5-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.1.5/WebIdEIdProductPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => '98ae62a2a65fc26fdc1f25f0bf2e70484bf86f9b9562bd27ac79194db375bf5a' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.1.5/WebIdEIdProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '41cd078b2b223fcb333c6027d38e0756725b813e18207e29ac6c01d658661590' } 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.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdEIdentPlugin", "15.0.6-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "15.1.0" + s.dependency "WebIdIosIdentScanPlugin", "15.1.0" + s.dependency "WebIdEIdentPlugin", "15.1.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.0" end