From 769cd611092c001a8353e15fac16e2f498d2ada6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 25 Nov 2025 08:41:38 +0100 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (21.1.3-SNAPSHOT) --- .../21.1.3-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebIdAutoIdProductPlugin/21.1.3-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.1.3-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index ac99223..c75ffe7 100644 --- a/WebIdAutoIdProductPlugin/21.1.3-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/21.1.3-SNAPSHOT/WebIdAutoIdProductPlugin.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/WebIdAutoIdProductPlugin/21.1.3/WebIdAutoIdProductPlugin.framework-v21.1.3-SNAPSHOT-1542.zip', :sha256 => '2abb9dc235e139ebf56eb7ef1b32b78faa6140eac6a36eb5ca48c29814111e95' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.3/WebIdAutoIdProductPlugin.framework-v21.1.3-SNAPSHOT-1543.zip', :sha256 => '41b91d102090dae81964ed497ba7e42a3c8303ef4e9599f1dd15627b334715dc' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -20,4 +20,5 @@ Pod::Spec.new do |s| s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots + s.dependency "WebIdCellCheckPlugin", "1.0.0-SNAPSHOT" #branch:snapshots end