From 651500439e5fb9d941cea62b0c146e8ea4c19be9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 11 Aug 2025 16:01:47 +0200 Subject: [PATCH] [Fix] WebIdOnServerDocumentScanner (20.1.2-SNAPSHOT) --- .../20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec b/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec index ba01155..85c0222 100644 --- a/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.podspec +++ b/WebIdOnServerDocumentScanner/20.1.2-SNAPSHOT/WebIdOnServerDocumentScanner.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/WebIdOnServerDocumentScanner/20.1.2/WebIdOnServerDocumentScanner.framework-v20.1.2-SNAPSHOT-1461.zip', :sha256 => 'd3621aae488275bb46d7126e49670ac82521152735a6b8ca86febf988ab2b02c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/20.1.2/WebIdOnServerDocumentScanner.framework-v20.1.2-SNAPSHOT-1462.zip', :sha256 => '118d5853c6a364a80af7c0f8457a77f63c5402dd6ddcee7cfc9b610643691542' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' s.dependency "WebIdDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots end