From aac4e1492b07fba84cef925779ffc7d46096e226 Mon Sep 17 00:00:00 2001 From: William Mou Date: Wed, 4 Dec 2019 15:19:05 +0800 Subject: [PATCH] Fixed a typo for MacOS --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index a84e982..ae41ee2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -121,7 +121,7 @@ After finish installing, type: brew install allegro ``` -Open `XCode`, Create a new `MacOS` project, choose `Cocoa App`. +Open `XCode`, Create a new `MacOS` project, choose `App`. Product Name type `allegro-test`, and for Organization Identifier, you can type anything you want. For language, choose `Objective-C`, and uncheck all other checkboxes. @@ -230,4 +230,4 @@ gcc -Wall -g -IC:\allegro-mingw-gcc6.2.0-x86-static-5.2.2\allegro\include main.c ```shell gcc -Wall -g -IC:\allegro-mingw-gcc6.2.0-x64-static-5.2.2\allegro\include main.c -LC:\allegro-mingw-gcc6.2.0-x64-static-5.2.2\allegro\lib -lallegro_monolith.dll -``` \ No newline at end of file +```