Skip to content

Commit 4f82e89

Browse files
committed
Update screenshots
- Crop the first two project creation screenshots - Update and use the New Copy Files Phase screenshot - Remove unused screenshots
1 parent e504bbd commit 4f82e89

10 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Integrating Haskell with Swift Mac Apps
22

33
To start, create a new Cocoa Application Xcode project
4-
with Swift as the default language:
54

6-
![Select the Cocoa app template](tutorial/xcode-cocoa-template.png)
5+
![Select the Cocoa app template](tutorial/xcode-cocoa-template-icon.png)
76

8-
![Create a new project](tutorial/xcode-create-project.png)
7+
with Swift as the default language.
8+
9+
![Select Swift as the default language](tutorial/xcode-create-project-language-swift.png)
910

1011
Then `cd` into the directory with the `.xcodeproj` and create a
1112
new stack project:
@@ -195,6 +196,8 @@ phases, and add a new **Copy Files** phase that copies the
195196
`SwiftHaskell` executable into the app bundle's Executables
196197
directory:
197198

199+
![New Copy Files Phase](tutorial/xcode-new-copy-files-phase.png)
200+
198201
![Copy into Executables](tutorial/xcode-copy-files-swifthaskell-executable.png)
199202

200203
Finally, in the SwiftAppLibrary framework target's Build Phases,

tutorial/xcode-add-dylib.png

-17.5 KB
Binary file not shown.

tutorial/xcode-bridging-header.png

-11.3 KB
Binary file not shown.
3.37 KB
Loading

tutorial/xcode-cocoa-template.png

-58.3 KB
Binary file not shown.

tutorial/xcode-copy-frameworks.png

-13.6 KB
Binary file not shown.
1.97 KB
Loading

tutorial/xcode-create-project.png

-27 KB
Binary file not shown.

tutorial/xcode-files.png

-24.7 KB
Binary file not shown.
3.38 KB
Loading

0 commit comments

Comments
 (0)