From a3f569296ea3eb5399ab03683159651073f33945 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 12:13:50 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (20.1.1-SNAPSHOT) --- .../20.1.1-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/20.1.1-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/20.1.1-SNAPSHOT/WebIdEIdProductPlugin.podspec index f1d374e..dfcef4c 100644 --- a/WebIdEIdProductPlugin/20.1.1-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/20.1.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/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.1/WebIdEIdProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip', :sha256 => 'c4b636e4aabbff45a5240f717f4d03864d53e345ffb6011ffa5f90c889c9e973' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.1/WebIdEIdProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => '6eaf9247cf673b83de3ff84052706680a7e6f5bedfb75efdd5971141281cdb42' } 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", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdEIdentPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "20.1.1" + s.dependency "WebIdIosIdentScanPlugin", "20.1.1" + s.dependency "WebIdEIdentPlugin", "20.1.0" + s.dependency "WebIdDigitalSigningPlugin", "20.1.0" end