From 29ef80b86ac7360be8321feab7e9fc3db6b79385 Mon Sep 17 00:00:00 2001 From: "Timothy J. Wood" Date: Wed, 10 Sep 2014 10:19:05 -0700 Subject: [PATCH] Missed a comma. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 99b395f9..e32f889b 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ Checking out the source Xcode ------------------- -- We currently use Xcode 6.0 for iOS and 6.1 beta for Mac OS X 10.10 Yosemite. You'll probably have the best results if you do too. +- We currently use Xcode 6.0 for iOS, and 6.1 beta for Mac OS X 10.10 Yosemite. You'll probably have the best results if you do too. - Add the projects you want to your workspace. - If building for iOS, you need to edit your scheme to turn off implicit dependencies and parallel builds. Xcode doesn't understand implicit dependencies with static libraries, so you'll need to add the dependencies to your scheme in the right order. We're in the process of converting to iOS frameworks, which should help avoid this Xcode problem. - Take a look in the Workspaces directory for a sample workspace for the TextEditor iPad example app.