Skip to content

Instantly share code, notes, and snippets.

@b-abctech
Last active August 29, 2015 14:06
Show Gist options
  • Save b-abctech/35bc449a0cf673fba406 to your computer and use it in GitHub Desktop.
Save b-abctech/35bc449a0cf673fba406 to your computer and use it in GitHub Desktop.
build titanium for ios
ti build -p ios -T dist-adhoc -R <certificate> -P <provisioning id> -O <output path>
sample:
ti build -p ios -T dist-adhoc -R "ABC Startsiden AS (R87Q7ZL5GR)" -P 462F2756-4BCA-4AEC-B43E-D7C2F9BD3AFB -O /Users/B-Pussaaon/Desktop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment