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…
Reference in New Issue