From 7e9f47e85a00832c743e8fcbe41bc8d033af824f Mon Sep 17 00:00:00 2001 From: NanoTech Date: Wed, 15 Feb 2017 22:35:53 -0600 Subject: [PATCH] Change some titles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b13b270..2997fa5 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ executable SwiftHaskell executable where the dynamic linker should look for shared libraries. -## Starting the GUI +## Starting Cocoa Because Haskell has control over the program's entry point (`main`), we'll need to have it call out to Cocoa to start its @@ -296,7 +296,7 @@ from `MainMenu.xib`: ![A blank window](tutorial/empty-app.png) -## Completing Linking Setup +## Linking to the Executable Add `$(PROJECT_DIR)/SwiftHaskell/include` to the framework target's **Swift Compiler - Search Paths, Import Paths** setting