From be474038749c6138a42552e87e207570495773d8 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:54:41 +0000 Subject: [PATCH] update podspec --- Libcore.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Libcore.podspec b/Libcore.podspec index d68f170..ed3dde2 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -11,6 +11,7 @@ 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" CMD