Skip to content

Commit 44cfd38

Browse files
committed
Clarify readme that Run Script is found in Build Phases
1 parent 408dbc4 commit 44cfd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the standard installation if you want to customize XcodeCoverage to exclude
1414

1515
1. Fork this repository.
1616
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`
17+
3. In your main target's Build Phases, add a Run Script build phase to execute `XcodeCoverage/exportenv.sh`
1818

1919
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.
2020

0 commit comments

Comments
 (0)