Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !2056

Add common debug default settings for xcode project

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ghvg1313/apple-project-default-settings into master Oct 10, 2018
  • Overview 24
  • Commits 5
  • Pipelines 0
  • Changes 25

Created by: ghvg1313

Adds some common settings that makes sense for Debug config, including:

  • 'DEAD_CODE_STRIPPING': 'NO'
  • 'ONLY_ACTIVE_ARCH': 'YES'
  • 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO'

Also fix the issue where default flags are wiped out if user defined custom project configs in the target level.

With the old approach (user defined config override the default configs), Buck have no context which config is the debug version, so now default configs are merged with the user-defined ones, with debug having the extra flags above.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ghvg1313/apple-project-default-settings