Skip to content

Commit 84c87c9

Browse files
author
Ben Chatelain
committed
Add note about Xcode 6.3 requirement.
1 parent bfa443b commit 84c87c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ ObjectiveGit relies upon, using Homebrew. If you want this behavior, please
2424
make sure you have Homebrew installed.
2525

2626
To develop ObjectiveGit on its own, open the `ObjectiveGitFramework.xcworkspace` file.
27+
Note that Xcode 6.3 is required to build the framework and run unit tests.
28+
Projects that must use an older version of Xcode can use
29+
[Carthage](https://github.com/Carthage/Carthage) to install pre-built binaries
30+
or download them from the [releases](https://github.com/libgit2/objective-git/releases).
2731

2832
## Importing ObjectiveGit on OS X
2933

0 commit comments

Comments
 (0)