From 41c25a18ba7fb87a7f9b9c83f16a20c764fac374 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 20 May 2025 10:14:47 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (13.4.1-SNAPSHOT) --- .../13.4.1-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/13.4.1-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/13.4.1-SNAPSHOT/WebIdEIdProductPlugin.podspec index 3a0b43e..ab8c60a 100644 --- a/WebIdEIdProductPlugin/13.4.1-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/13.4.1-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/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1271.zip', :sha256 => '90472e0bdfc3eb02d0171746921d06a88efe80a1965b23a3bc0230cd066124b0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip', :sha256 => 'bd76664b2749d57c8e3cb8bb805817729f65da09d29674aaa1cd8d583ef1ce1c' } 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", "12.4.0" - s.dependency "WebIdIosIdentScanPlugin", "12.4.0" - s.dependency "WebIdEIdentPlugin", "5.4.0" - s.dependency "WebIdDigitalSigningPlugin", "11.3.0" + s.dependency "WebIdOnDeviceDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdEIdentPlugin", "5.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots end