Skip to content

Commit a7347d7

Browse files
committed
cosmetics
1 parent c244b8e commit a7347d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ If you want to run Shark only when it really needs to, then make the following a
175175
1. Edit the command line to have Shark create a dependency file. This file will contain the paths of all the assets in your project.
176176

177177
```bash
178-
shark $PROJECT_FILE_PATH $PROJECT_DIR/$PROJECT_NAME --deps /tmp/deps.d
178+
shark $PROJECT_FILE_PATH $PROJECT_DIR/$PROJECT_NAME --deps /tmp/deps-$PROJECT_NAME.d
179179
```
180180

181181
2. Add the output file (e.g. `${SRCROOT}/Shark.swift`) as a dependency to the Run Script phase.
182182

183-
3. Check the [x] Based on dependency analyses in the build phase.
183+
3. Check the *[x] Based on dependency analyses* in the build phase.
184184

185-
4. Check the [x] Use discovered dependency file: and enter the path to the dependency file.
185+
4. Check the *[x] Use discovered dependency file:* and enter the path to the dependency file.
186186

187187
At the end of all that, your run Script phase should look similar to this:
188188

0 commit comments

Comments
 (0)