A bash script to enable the Sencha SDK Tools for Sencha Touch 2.0 to co-exist with Sencha Cmd for Sencha Touch 2.1.
This script will not modify the Sencha SDK Tools or Sencha Cmd in any way. Instead it removes Sencha SDK Tools and Sencha Cmd from the system PATH, then adds its containing directory to the system PATH.
Once the bridge is installed, you can use the sencha
command as you normally would. The bridge
will figure out the proper context and reroute the command to the correct toolset.
Profile scripts .bash_profile
and .bashrc
are modified but backup copies are stored in
.bash_profile.sencha-tools-bridge-save
and .bashrc.sencha-tools-bridge-save
during both
the install and uninstall process.
This script has been tested on Mac OS X.
This project has absolutely no affiliation with Sencha.
Released under the MIT license. See LICENSE.md for details.
- Sencha SDK Tools
- Sencha Cmd
- Download and extract the project
- Make the bash script executable by issuing
chmod 755 ./sencha
- Install using command
./sencha install
- Issue
sencha
commands as you normally would
- Issue the command
sencha uninstall
The following people provided input via the Sencha forums:
Forum posts: