From 514915a833aeafecf9f9c3e228ee2e2d7771bdbd Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Thu, 1 Oct 2015 04:17:11 -0700 Subject: [PATCH] Update info about supported xcode versions Reviewed By: @jvillard Differential Revision: D2498133 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d78cd5ec8..67bd0747e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ the dependencies installed and opam configured properly. After that either - Python 2.7 - opam (instructions [here](https://opam.ocaml.org/doc/Install.html#OSX)) - Java <= 1.7 (only needed for the Java analysis) -- Xcode <= 6.3, >= 6.1 (only needed for the C/Objective-C analysis) +- Xcode <= 7.0, >= 6.1 (only needed for the C/Objective-C analysis) - clang in Xcode command line tools. You can install them with the command `xcode-select --install` (only needed for the C/Objective-C analysis) ### Setup Opam