Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created January 16, 2013 20:52
Show Gist options
  • Save kwhinnery/4550851 to your computer and use it in GitHub Desktop.
Save kwhinnery/4550851 to your computer and use it in GitHub Desktop.
Installing and using Titanium (for iOS) is now 67% more easy/awesome with the node-based CLI.

Getting Started with Titanium (Redux)

Now that Titanium is starting to have a proper CLI, installing and using Titanium is 67% more awesome. At some of the CLI commands, you will be asked for config information and your Appcelerator login, but these are the high level steps:

  1. Sign up for an account at appcelerator.com
  2. Install node.js
  3. Install Xcode from the Mac App Store
  4. sudo npm install -g titanium
  5. titanium sdk install --default
  6. titanium create
  7. cd <your new app directory>
  8. titanium build -p ios for iPhone, titanium build -p ios -F ipad for iPad
@vlucas
Copy link

vlucas commented Jan 16, 2013

This is awesome. Now I can finally use vim again to make Titanium apps! 👍

@skypanther
Copy link

I'd add:

  1. sudo npm install -g tishadow
  2. Follow instructions at https://github.com/dbankier/TiShadow to set up and use TiShadow to run/test your apps on your device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment