From 2d0316fd11009c6e998721a7de46b57e9c20788d Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:07:54 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67740de..7c89022 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ It can be downloaded [here](https://github.com/atomicobject/objection/releases/d 1. rake artifact:ios 2. cp -R build/Release-iphoneuniversal/Objection-iOS.framework ${DEST_DIR} -3. In XCode -> Project Icon -> Your Target -> Build Phases -> Link Binary With Libraries -> Add (+) -> Add Other +3. In Xcode -> Project Icon -> Your Target -> Build Phases -> Link Binary With Libraries -> Add (+) -> Add Other 4. Add -ObjC and -all_load to Other Link Flags in your project #### Include framework @@ -398,7 +398,7 @@ It can be downloaded [here](https://github.com/atomicobject/objection/releases/d 1. rake artifact:osx 2. cp -R build/Release/Objection.framework ${DEST_DIR} -3. In XCode -> Project Icon -> Your Target -> Build Phases -> Link Binary With Libraries -> Add (+) -> Add Other +3. In Xcode -> Project Icon -> Your Target -> Build Phases -> Link Binary With Libraries -> Add (+) -> Add Other #### Include framework #import