We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408dbc4 commit 44cfd38Copy full SHA for 44cfd38
README.md
@@ -14,7 +14,7 @@ Use the standard installation if you want to customize XcodeCoverage to exclude
14
15
1. Fork this repository.
16
2. Place the XcodeCoverage folder in the same folder as your Xcode project.
17
-3. In your main target, add a Run Script build phase to execute `XcodeCoverage/exportenv.sh`
+3. In your main target's Build Phases, add a Run Script build phase to execute `XcodeCoverage/exportenv.sh`
18
19
A few people have been tripped up by the last step: Make sure you add the script to your main target (your app or library), not your test target.
20
0 commit comments