LoginSignup
4
4

More than 5 years have passed since last update.

XCodeのカスタムビルドアクションで使える環境変数

Posted at

XCodeのカスタムビルドアクションで利用できる環境変数の一覧は、以下のドキュメントに記載されています。

実際にどんな値が入るのか見たい場合は、以下のいずれかのコマンドを実行することで確認できます。

$ xcodebuild -project [プロジェクトディレクトリ] -target [対象target] -showBuildSettings
$ xcodebuild -workspace [ワークスペースディレクトリ] -scheme [対象scheme] -showBuildSettings

詳しくはブログにて。

4
4
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
4
4