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
|
# 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
|
# Check if any device is connected
|
||||||
if [ -z "${DEVICE_UUID}" ]; then
|
if [ -z "${DEVICE_UUID}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue