From 2ea3beb1f6d51eaa820dc5ba910608e98a7bceb8 Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Sun, 22 Sep 2013 19:16:17 +0200 Subject: [PATCH] Update Xcode template default choice for compiler / std lib Use by default Clang with libc++ for C++11 support since it will most probably be the default download choice for SFML 2.2. --- .../SFML/SFML Compiler.xctemplate/TemplateInfo.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist index c23bf8e94..b86822dc5 100644 --- a/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist +++ b/tools/xcode/templates/SFML/SFML Compiler.xctemplate/TemplateInfo.plist @@ -56,10 +56,10 @@ subject to the following restrictions: [ADVANCED] C++ Compiler and Standard Library Description - If you don't know what is it about, use the default value. Note that you'll need a version of SFML compiled with Clang and libc++ to use C++11 ! + If you don't know what is it about, use the default value. Note that you'll need a version of SFML compiled with Clang and libc++ to use C++11! Default - C++98 with Clang and libstdc++ + C++11 with Clang and libc++ NotPersisted