Skip to content

Commit

Permalink
Missed a comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjw committed Sep 10, 2014
1 parent 05b8fd5 commit 29ef80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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.
Expand Down

0 comments on commit 29ef80b

Please sign in to comment.