From a6981eba263864e7c18e89d6f58430d5301857fb Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 25 Oct 2024 13:12:02 +0530 Subject: [PATCH] chore: wip deploy app to my iphone via network --- scripts/run-ios-device.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run-ios-device.sh b/scripts/run-ios-device.sh index 11cbd5f2dd..70395c624e 100755 --- a/scripts/run-ios-device.sh +++ b/scripts/run-ios-device.sh @@ -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