Created
June 23, 2019 12:20
-
-
Save mgrebenets/a49b86699e6e27d31e2a77331adfd1e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Name = "CLANG_ENABLE_CODE_COVERAGE"; | |
Type = Boolean; | |
DefaultValue = YES; | |
Category = CodeGeneration; | |
DisplayName = "Enable Code Coverage Support"; | |
Description = "Enables building with code coverage instrumentation. This is only used when the build has code coverage enabled, which is typically done via the Xcode scheme settings."; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment