Created
July 17, 2013 12:19
-
-
Save onori/6020047 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###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