From 4b298f511195f0b8908e78ee50da947b1d82e95c Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 22 Dec 2023 00:23:33 +0530 Subject: [PATCH] chore: xcbeautify when `make run-ios` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b27dad2bbe0..7b5a9e8de5df 100644 --- a/Makefile +++ b/Makefile @@ -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