From f4264660cf54522dd628c88bc1a8cc05f8568c26 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 27 Aug 2025 11:58:56 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (20.1.2-SNAPSHOT) --- .../20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index 764c879..f8bed47 100644 --- a/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/20.1.2-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/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip', :sha256 => '03a66169e2a75650b23c8a279c6dd97a744356a12eff2300015786929d70bfd2' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip', :sha256 => 'ada3dfa10b01f3bcd393bfa9b3c29967195c1806f2207c1cff75878935195a92' } 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 "WebIdOnServerDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.1.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 "WebIdOnServerDocumentScanner", "20.2.0" + s.dependency "WebIdIosIdentScanPlugin", "20.2.0" + s.dependency "WebIdEIdentPlugin", "20.2.0" + s.dependency "WebIdDigitalSigningPlugin", "20.2.0" end