mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
5ea9b4eec4
* Update SettingsPresets to include new and modified values as part of Xcode 12's TemplateInfo.plist * Update CHANGELOG.md * Update Test Fixtures after running unit tests * Revert change to GCC_PREPROCESSOR_DEFINITIONS order (https://github.com/yonaskolb/XcodeGen/pull/953\#discussion_r497486482) * Run tests to update fixtures
15 lines
517 B
YAML
15 lines
517 B
YAML
---
|
|
# Settings take from the following file and sorted
|
|
# /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates/Base/Base_ProjectSettings.xctemplate/TemplateInfo.plist
|
|
DEBUG_INFORMATION_FORMAT: dwarf
|
|
ENABLE_TESTABILITY: YES
|
|
GCC_DYNAMIC_NO_PIC: NO
|
|
GCC_OPTIMIZATION_LEVEL: '0'
|
|
GCC_PREPROCESSOR_DEFINITIONS: ["$(inherited)", "DEBUG=1"]
|
|
MTL_ENABLE_DEBUG_INFO: INCLUDE_SOURCE
|
|
ONLY_ACTIVE_ARCH: YES
|
|
|
|
# Swift Settings
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
|
|
SWIFT_OPTIMIZATION_LEVEL: -Onone
|