Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save onori/6020047 to your computer and use it in GitHub Desktop.
Save onori/6020047 to your computer and use it in GitHub Desktop.
###titanium CLIで実機転送
ti build -T device --platform iphone -V "証明書名" -P "Provisioning Profile UUID"
指定するのは"証明書名"と"UUID"だけど、ようわからん時は
以下のように何も指定しないと色々ヒントくれる。
ti build -T device --platform iphone
ここで利用出来るCertificate NameやUUIDの一覧をtitanium先生が出して下さる。
ありがたや。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment