From 6ea304301b2a58904832441ca2d38fc00bce066e Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:24:24 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe4c7e..8de18f7 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ then run Parcoa builds a static library `libParcoa.a`. The library target is in `Parcoa.xcodeproj`. To link Parcoa with your target: 1. Clone the `Parcoa` github repostiory ```git clone https://github.com/brotchie/Parcoa.git```. -2. Drag `Parcoa.xcodeproj` into your XCode project. +2. Drag `Parcoa.xcodeproj` into your Xcode project. 3. Add `libParcoa.a` (`Parcoa OS X.dylib` on OSX) to `Link Binary With Libraries` on your target's `Build Phases` tab. 4. Ensure `Parcoa (Parcoa)` (`Parcoa OS X (Parcoa)` on OSX) is in `Target Dependencies` on your target's `Build Phases` tab. 5. Add the Parcoa directory as a recursive path to `User Header Search Paths` and set `Always Search User Paths` to `YES` on your target's `Build Settings` tab.