Skip to content

Commit

Permalink
Add pod-install Makefile target
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
Pedro Pombeiro authored and jakubgs committed Sep 30, 2019
1 parent a7c9329 commit 616489b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#----------------
Expand Down

0 comments on commit 616489b

Please sign in to comment.