mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
Add pod-install
Makefile target
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a7c9329df5
commit
616489bbf2
4
Makefile
4
Makefile
@ -101,6 +101,10 @@ disable-githooks: ##@prepare Disables lein githooks
|
||||
-e 's|:pre-commit|;; :pre-commit|' project.clj; \
|
||||
rm project.clj~
|
||||
|
||||
pod-install: export TARGET_OS := ios
|
||||
pod-install: ##@prepare Run 'pod install' to install podfiles and update Podfile.lock
|
||||
cd ios && pod install; cd --
|
||||
|
||||
#----------------
|
||||
# Release builds
|
||||
#----------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user