Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created February 3, 2013 11:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylukasavage/4701491 to your computer and use it in GitHub Desktop.
Save tonylukasavage/4701491 to your computer and use it in GitHub Desktop.
Proper .project file for Alloy in TiStudio, making sure all the right-click wizards for alloy are present
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>g_2tabbed</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.appcelerator.titanium.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.appcelerator.titanium.alloy.core.nature</nature>
<nature>com.appcelerator.titanium.mobile.nature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment