From 7ca17e537ebed3b5a4e38ba92b050d44823a3312 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Tue, 5 Sep 2023 09:25:25 +0000 Subject: [PATCH] chore: improve `make show-ios-devices` (#17180) This commit removes the dependency of the IOS Target for `show-ios-devices` command. We no longer need the IOS target because the default shell contains the `ios-deploy` library, which is used by this command already. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2534a7e8fb..70081f977e 100644 --- a/Makefile +++ b/Makefile @@ -286,7 +286,6 @@ else npx react-native run-ios endif -show-ios-devices: export TARGET := ios show-ios-devices: ##@other shows connected ios device and its name xcrun xctrace list devices