chore: wip deploy app to my iphone via network

This commit is contained in:
Siddarth Kumar 2024-10-25 13:12:02 +05:30
parent 65cdb0dfe7
commit a6981eba26
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 3 additions and 1 deletions

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