From b180f780792341fca5dfa6f5a146ae70ae64d50c Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:15:15 +0000 Subject: [PATCH] update podspec --- Libcore.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libcore.podspec b/Libcore.podspec index 0d5f4e5c..00f303c2 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -10,10 +10,10 @@ Pod::Spec.new do |s| s.vendored_frameworks = 'Libcore.xcframework' # s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version } s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" } - s.prepare_command = <<-CMD - ls -R -l - tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz" - CMD + # s.prepare_command = <<-CMD + # ls -R -l + # tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz" + # CMD