Skip to content

Commit

Permalink
Support for custom install location of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
osadchuk committed Aug 3, 2011
1 parent c3af82b commit 3978a80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Commands/Run Simulator.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<key>command</key>
<string>#!/bin/bash
CORONA_SIM_PATH="/Applications/CoronaSDK/simulator"
if ${#SDK_PATH} &gt; 0 ; then
CORONA_SIM_PATH=$SDK_PATH"/simulator"
else
CORONA_SIM_PATH="/Applications/CoronaSDK/simulator"
fi
# In order for the simulator relaunch to work, "Enable access for assistive devices" must be selected in System Preferences &gt; Universal Access.
Expand Down

0 comments on commit 3978a80

Please sign in to comment.