Skip to content

Commit

Permalink
#207: wrapped device name in quotes to support spaces inside names
Browse files Browse the repository at this point in the history
  • Loading branch information
build committed Sep 25, 2024
1 parent 60e7861 commit 0f55dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ "${PLATFORM_NAME}" == "android" ]; then
elif [ "${PLATFORM_NAME}" == "ios" ]; then
node /app/lib/cli ios-device \
--serial ${DEVICE_UDID} \
--device-name ${STF_PROVIDER_DEVICE_NAME} \
--device-name "${STF_PROVIDER_DEVICE_NAME}" \
--host ${STF_PROVIDER_HOST} \
--screen-port ${STF_PROVIDER_MIN_PORT} \
--connect-port ${MJPEG_PORT} \
Expand Down

0 comments on commit 0f55dae

Please sign in to comment.