From 90ab3ce8760f47083c7e3be81af921d2f800073e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:37:16 +0100 Subject: [PATCH] [Fix] WebIdAutoIdentOnDeviceProductPlugin (15.3.1-SNAPSHOT) --- .../WebIdAutoIdentOnDeviceProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnDeviceProductPlugin/15.3.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/15.3.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index 5757e6b..2c8a3d3 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/15.3.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/15.3.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.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/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'e7700a2e8a3f2e69bd66cf07f6519aba3d60ba741f4671a80c7d605a0d5ba6b7' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '272b594b0fefe336213b6456828a44b6c55983bc5de537357d39830bb2e9e87d' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" + s.dependency "WebIdIosIdentScanPlugin", "15.1.2" + s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2" end