We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4c233 commit c348c2eCopy full SHA for c348c2e
mobile/scripts/ios/run.sh
@@ -8,7 +8,7 @@ set -euo pipefail
8
9
CWD=$(realpath "$(dirname "$0")")
10
APP=${APP:-"$CWD/../../bin/Applications/Status-tablet.app"} # Path to the .app bundle
11
-APPID=${APPID:-$(mdls -name kMDItemCFBundleIdentifier -raw "$APP")} # Bundle identifier of the app
+APPID=${APPID:-$(plutil -extract CFBundleIdentifier raw "$APP/Info.plist")} # Bundle identifier of the app
12
SIMULATOR_UDID=${SIMULATOR_UDID:-""} # Specify to skip interactive selection
13
IPHONE_SDK=${IPHONE_SDK:-iphonesimulator} # Default to simulator if not set
14
DEVICE_ID=${DEVICE_ID:-""} # For physical device selection
0 commit comments