From a30e16022ba88c8d743cfdd0cd15059543a43fb8 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Wed, 6 Jan 2016 20:37:51 -0700 Subject: [PATCH] Change minimum version of Xcode on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f504f4c..948707f06 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The ObjectiveGit API makes extensive use of the Cocoa NSError pattern. The publi ### Xcode -ObjectiveGit requires Xcode 6.3 or greater to build the framework and run unit tests. Projects that must use an older version of Xcode can use +ObjectiveGit requires Xcode 7 or greater to build the framework and run unit tests. Projects that must use an older version of Xcode can use [Carthage](#carthage) to install pre-built binaries or download them [manually](#manually).