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:
parent
37af9d9b97
commit
7ca17e537e
1
Makefile
1
Makefile
|
@ -286,7 +286,6 @@ else
|
||||||
npx react-native run-ios
|
npx react-native run-ios
|
||||||
endif
|
endif
|
||||||
|
|
||||||
show-ios-devices: export TARGET := ios
|
|
||||||
show-ios-devices: ##@other shows connected ios device and its name
|
show-ios-devices: ##@other shows connected ios device and its name
|
||||||
xcrun xctrace list devices
|
xcrun xctrace list devices
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue