LoginSignup
1
1

More than 3 years have passed since last update.

XcodeProjectのバージョン情報管理

Last updated at Posted at 2020-07-10
名前 Info.plistキー名 Xcode->Targets->General->Identityでの名前 用途 典型例
バージョン CFBundleShortVersionString Version  ユーザーから見たバージョン。App Storeで表示される 1.0
ビルド番号 CFBundleVersion Build 開発者が管理用に使うバージョン。App Store Connectにアップロードする際、既にアップロードされたものよりビルド番号を上げなくてはならない。 1.0.0

メモ

これに限ったことではないが、Versionはユーザーが見るもの(本番で使われるもの)なので、開発中に適当な値などを入れるべきではないと思われる。なぜなら番号を直し忘れてしまうリスクがある。

参考

stack overflow - What values should I use for CFBundleVersion and CFBundleShortVersionString?
iOSアプリバージョンについて
More the iPhone Development Playground
Swift Study - iOSアプリのバージョン番号とビルド番号を設定
正しく理解する iOS アプリのバージョニング

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1