Skip to content

Instantly share code, notes, and snippets.

@phaze9
Created July 1, 2011 08:54
Show Gist options
  • Save phaze9/1058118 to your computer and use it in GitHub Desktop.
Save phaze9/1058118 to your computer and use it in GitHub Desktop.
Titanium Studio Local Packaging Help
$ /Library/Application\ Support/Titanium/sdk/osx/1.1.0/tibuild.py
Usage: tibuild.py [options] appdir
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d FILE, --dest=FILE destination folder for output
-v, --verbose turn on verbose logging
-o PLATFORM, --os=PLATFORM
platform if different than osx
-t TYPE, --type=TYPE package type: network or bundle
-l FILE, --license=FILE
location of application license
-n, --noinstall don't include installer dialog in packaged app
-r, --run run the packaged app after building
-p PACKAGE, --package=PACKAGE
build the installation package
-i IGNORE_PATTERNS, --ignore=IGNORE_PATTERNS
patterns to ignore when packaging, seperated by comma
(default: .git,.svn,.gitignore,.cvsignore)
-s FILE, --src=FILE source folder which contains dist files
-a FILE, --assets=FILE
location of platform assets
To stage an application in ~/tmp/myproject in the current directory and then run it:
> tibuild.py -d . -r ~/tmp/myproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment