mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-09 16:26:07 +00:00
46351543f1
This commit does the following : - Adds a command in makefile to show connected iOS devices via make `show-ios-devices` - Developers can then copy their connected iPhone's Device Name and use it to deploy debug builds on the device by `make run-ios-device DEVICE_NAME="their-device-name"` - Enables automatic code signing ( only for Debug scheme )