update pod spec
This commit is contained in:
@@ -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 = { :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.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" }
|
||||||
s.prepare_command = <<-CMD
|
s.prepare_command = <<-CMD
|
||||||
cd "${PODS_TARGET_SRCROOT}"
|
ls -R -l
|
||||||
tar -xf "hiddify-libcore-ios.xcframework.tar.gz"
|
tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz"
|
||||||
CMD
|
CMD
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user