Compare commits

...
Author SHA1 Message Date
Siddarth Kumar a6981eba26 chore: wip deploy app to my iphone via network 2024-10-25 13:12:02 +05:30
+3 -1
View File
@@ -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