From a1d6ae7616edc44c269130006028abba63c0285b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 11:08:07 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 158be85..45ce911 100644 --- a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.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/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip', :sha256 => '66a742a48fbc5fda7266a080a0f088e4a3c5ee7523b7435add1ac7cfb00febea' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1276.zip', :sha256 => 'b628b678a63c0e3e05a23e6b8b6facc7b1771d4a5d001feefc280049d9e9e1e7' } 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 = 'WebIdAutoIdentOnServerProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "11.4.0" + s.dependency "WebIdIosIdentScanPlugin", "12.5.0" + s.dependency "WebIdOnServerDocumentScanner", "12.5.0" end