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.
This commit is contained in:
Marco Antognini 2013-09-22 19:16:17 +02:00
parent 3a809d98f1
commit 2ea3beb1f6

View File

@ -59,7 +59,7 @@ subject to the following restrictions:
<string>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!</string>
<key>Default</key>
<string>C++98 with Clang and libstdc++</string>
<string>C++11 with Clang and libc++</string>
<key>NotPersisted</key>
<true />