* <code>CFBundleShortVersionString</code> key に Bundle Short Version String を格納し
* <code>CFBundleVersion</code> key に Bundle Version String を格納する。
xcode のビルドツールが apple id にアクセスする。2ファクタ認証が設定されている場合、application specific password を設定しておく必要がある。
https://appleid.apple.com/account/manage にアクセスして、tns 用のパスワードを生成する。<code>xxxx-xxxx-xxxx-xxxx</code> のようなパスワードが手に入る。
いよいよビルドする。
<pre>
$ tns publish ios --appleApplicationSpecificPassword xxxx-xxxx-xxxx-xxxx
</pre>
と叩く。