Skip to content

Commit 3394197

Browse files
committed
Update README for Generate Legacy Test Coverage Files
1 parent 68f6d6e commit 3394197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,16 @@ Xcode Project Setup
4545
XcodeCoverage comes with an xcconfig file with the build settings required to instrument your code for coverage analysis.
4646

4747
If you already use an xcconfig, include it in the configuration you want to instrument:
48+
4849
* Standard installation: `#include "XcodeCoverage/XcodeCoverage.xcconfig"`
4950
* CocoaPods installation: `#include "Pods/XcodeCoverage/XcodeCoverage.xcconfig"`
5051

5152
If you don't already use an xcconfig, drag XcodeCoverage.xcconfig into your project. Where it prompts "Add to targets," deselect all targets. (Otherwise, it will be included in the bundle.) Then click on your project in Xcode's Navigator pane, and select the Info tab. For the configuration you want to instrument, select XcodeCoverage.
5253

5354
If you'd rather specify the build settings by hand, enable these two settings at the project level:
55+
5456
* Instrument Program Flow
55-
* Generate Test Coverage Files
57+
* Generate Legacy Test Coverage Files
5658

5759
Make sure not to instrument your AppStore release.
5860

0 commit comments

Comments
 (0)