Fixed a missing trailing apostrophe

pull/1061/head
Morgan Pretty 1 month ago
parent 2902e268ed
commit 371afc6d3c

@ -29,7 +29,7 @@ local boot_simulator(device_type="") = {
(if device_type != "" then
'xcrun simctl create "$devname" ' + device_type
else
'xcrun simctl create "$devname" "$(xcrun simctl list devicetypes | grep -Eo \'com\\\\.apple\\\\.CoreSimulator\\\\.SimDeviceType\\\\.iPhone[^)]*\' | head -1)"
'xcrun simctl create "$devname" "$(xcrun simctl list devicetypes | grep -Eo \'com\\\\.apple\\\\.CoreSimulator\\\\.SimDeviceType\\\\.iPhone[^)]*\' | head -1)"'
),
'sim_uuid=$(xcrun simctl list devices -je | jq -re \'[.devices[][] | select(.name == "\'$devname\'").udid][0]\')',
'xcrun simctl boot $sim_uuid',

Loading…
Cancel
Save