Skip to content

Commit

Permalink
Updates to build requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjw committed Sep 18, 2013
1 parent 88feac3 commit 61e214c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Checking out the source
Configuring Xcode 4
-------------------

- We currently use Xcode 4.6.2. You'll probably have the best results if you do too.
- We currently use Xcode 4.6.3 and Xcode 5. 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 4 doesn't understand implicit dependencies with static libraries, so you'll need to add the dependencies to your scheme in the right order.
- Take a look in the Workspaces directory for a sample workspace for the TextEditor iPad example app.

Supported Targets
----------------------

- We require iOS 6 and Mac OS X 10.7, _but_ several bits of framework code implicitly require 10.8 for Auto Layout or layer-backing fixes, or explicitly require them for things like `NSXPCConnection`.
- We require iOS 7 and Mac OS X 10.8.

Configuring the Source
----------------------
Expand Down

0 comments on commit 61e214c

Please sign in to comment.