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.
This commit is contained in:
Siddarth Kumar 2023-09-05 09:25:25 +00:00 committed by GitHub
parent 37af9d9b97
commit 7ca17e537e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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