From 98e7d2f94e6ac14d191fd495be687e1add292f4d Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:03:17 +0000 Subject: [PATCH] update pod spec --- Libcore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libcore.podspec b/Libcore.podspec index ed3dde2..0d5f4e5 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -11,8 +11,8 @@ Pod::Spec.new do |s| # 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 - cd "${PODS_TARGET_SRCROOT}" - tar -xf "hiddify-libcore-ios.xcframework.tar.gz" + ls -R -l + tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz" CMD