igor-makarov / xcake

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.
MIT License
632 stars 48 forks source link

Avoid setting a specific Build Setting #226

Open samuelsainz opened 2 years ago

samuelsainz commented 2 years ago

Description

After generating the project with xcake there are a few user-defined build settings set that I don't need—for example MTL_ENABLE_DEBUG_INFO or MTL_FAST_MATH.

  1. Is there a way I can prevent xcake from creating a particular setting? I saw that they're defined in the base project used by xcake but I don't know how to remove one of those.

  2. On the other hand, I am seeing that those settings are defined in Apple's Build Settings reference but they are shown as User-Defined Settings, which seems strange. What could be causing that?

Thanks in advance! The tool is awesome btw 😄