Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 14, 2024
1 parent 98e7d2f commit b180f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Libcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit b180f78

Please sign in to comment.