差分

提供: fukudat.net
ナビゲーションに移動検索に移動
505 バイト追加 、 2020年5月30日 (土) 23:44
* <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>
と叩く。

案内メニュー