mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
chore: wip deploy app to my iphone via network
This commit is contained in:
parent
65cdb0dfe7
commit
a6981eba26
@ -32,7 +32,9 @@ showXcrunLogs() {
|
||||
}
|
||||
|
||||
# find the first connected iPhone's UUID
|
||||
DEVICE_UUID=$(idevice_id -l)
|
||||
#DEVICE_UUID=$(idevice_id -l)
|
||||
# hardcoding Sid's iPhone
|
||||
DEVICE_UUID="00008120-0002681E0E04201E"
|
||||
|
||||
# Check if any device is connected
|
||||
if [ -z "${DEVICE_UUID}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user