Skip to content

Commit

Permalink
chore: xcbeautify when make run-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Dec 21, 2023
1 parent 1bf8ad9 commit 4b298f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ run-ios: export TARGET := ios
run-ios: export IOS_STATUS_GO_TARGETS := iossimulator/amd64
run-ios: ##@run Build iOS app and start it in a simulator/device
ifneq ("$(SIMULATOR)", "")
npx react-native run-ios --simulator="$(SIMULATOR)"
npx react-native run-ios --simulator="$(SIMULATOR)" | xcbeautify
else
npx react-native run-ios
npx react-native run-ios | xcbeautify
endif

show-ios-devices: ##@other shows connected ios device and its name
Expand Down

0 comments on commit 4b298f5

Please sign in to comment.