Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active April 19, 2018 03:41
Show Gist options
  • Save KentarouKanno/297c8da0bd6cd4396abc6f34e10b5cf0 to your computer and use it in GitHub Desktop.
Save KentarouKanno/297c8da0bd6cd4396abc6f34e10b5cf0 to your computer and use it in GitHub Desktop.
Xcode
$(PROJECT_DIR)/Folder/Folder...

Xcodeの環境変数を出力

xcodebuild -showBuildSettings

プロジェクトの環境変数を出力

xcodebuild -showBuildSettings | grep "PROJECT"

Header Search Path

recursive

そのパスの配下、サブフォルダも再帰的に検索する

non-recursive

そのパスの配下、サブフォルダも再帰的に検索しない
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment