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 4f82e89 commit 7e9f47eCopy full SHA for 7e9f47e
README.md
@@ -229,7 +229,7 @@ executable SwiftHaskell
229
executable where the dynamic linker should look for shared
230
libraries.
231
232
-## Starting the GUI
+## Starting Cocoa
233
234
Because Haskell has control over the program's entry point
235
(`main`), we'll need to have it call out to Cocoa to start its
@@ -296,7 +296,7 @@ from `MainMenu.xib`:
296
297

298
299
-## Completing Linking Setup
+## Linking to the Executable
300
301
Add `$(PROJECT_DIR)/SwiftHaskell/include` to the framework
302
target's **Swift Compiler - Search Paths, Import Paths** setting
0 commit comments