Skip to content

Commit b545a3a

Browse files
committed
Add a screenshot for adding Run Script
1 parent 8f52ca7 commit b545a3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,11 @@ from the Haskell executable's `main`.
246246
Xcode will place the built framework in a temporary directory
247247
(`~/Library/Developer/Xcode/DerivedData/`) with an unpredictable
248248
subpath. So that Cabal will be able to find the framework for
249-
linking, add a new **Run Script** build phase to create a
250-
symlink to the built framework in `build/`:
249+
linking, add a new **Run Script** build phase
250+
251+
![New Run Script Phase](tutorial/xcode-new-framework-run-script-phase.png)
252+
253+
that creates a symlink to the built framework in `build/`:
251254

252255
```sh
253256
set -u
Loading

0 commit comments

Comments
 (0)