Commit graph

24 commits

Author SHA1 Message Date
Marco Antognini f6edb83acd Updated Xcode templates readme
Now that cmake is used to configure the template we cannot simply copy the templates to /Library. Using cmake to build the template is mandatory.
2014-04-20 22:07:16 +02:00
Marco Antognini 19012c66ea Updated Xcode templates and cmake script
What's new in the templates:
 - Removed support for 32 bits and gcc
 - Removed useless code
 - Removed custom warnings settings – let Xcode decide with its default values
 - Set default target version to CMAKE_OSX_DEPLOYMENT_TARGET

What's new in cmake script:
 - Added cmake options for archs and deployment target
 - Added minimum requirements checking
2014-04-15 20:19:12 +02:00
Jan Haller 12d81304e6 Updated copyright year to 2014 2014-02-06 20:08:26 +01:00
Marco Antognini 42cf79bfc3 Updated Xcode's templates readme 2013-10-04 20:57:42 +02:00
Marco Antognini 2ea3beb1f6 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.
2013-09-22 19:16:17 +02:00
Marco Antognini 3a809d98f1 Fix template compatibility with Xcode 5 2013-09-22 19:03:36 +02:00
Marco Antognini 735aed62b0 Remove more trailing spaces 2013-09-22 18:58:50 +02:00
Marco Antognini 00bc73f1f3 Minor improvement of Xcode templates 2013-09-21 21:44:25 +02:00
Marco Antognini 1b113c2c22 Fix typo 2013-09-20 18:52:57 +02:00
Marco Antognini 90f4dbc89b Fix typo (close #438) 2013-07-29 15:55:31 +02:00
Marco Antognini 802b9378cb Improve Xcode templates : now you can target 10.5 without headache ! 2013-01-21 12:42:58 +01:00
Marco Antognini a674135834 Improve Xcode templates post build script : now copy freetype too
Additionally, the script is more robust and can explain what failed.
2013-01-21 08:45:04 +01:00
Marco Antognini b4941d0f9e Improve Xcode 4 templates (close #285)
This is a complete rewrite.
2013-01-19 11:02:16 +01:00
Marco Antognini bdfc2dc3f5 Improved Xcode templates 2012-07-16 18:00:04 +02:00
Marco Antognini 396f675ca2 Fixed Xcode templates script 2012-07-13 12:09:11 +02:00
Marco Antognini bfda3b8c34 Improved Xcode templates and the readme (Close #224) 2012-07-08 19:43:53 +02:00
Marco Antognini 51680ac49c Substituted tabulations with spaces and fixed an issue similar to #233 2012-07-08 19:43:53 +02:00
Marco Antognini a39d36e0db Fixed templates' compatibility issue with Xcode 4.3.3 (Close #233) 2012-06-16 13:28:46 +02:00
Marco Antognini cc4a5e2d48 Improved Xcode Templates (close #212) 2012-04-25 17:45:07 +02:00
Marco Antognini c741b6459f Updated the copyright text 2012-03-14 14:37:17 +01:00
Marco Antognini 2ef92a2af2 Updated Mac OS X code according to commits ff5b69d312 and 14ac411542 2012-03-12 23:04:06 +01:00
Marco Antognini 77ec92ce5e Fix Xcode template
Script didn't work when there is a space in the project name
2012-02-14 23:44:04 +01:00
Marco Antognini 00027eb6c1 Update Xcode templates according to commit c2039e8 (s/IsOpened/IsOpen/) 2012-01-15 22:59:05 +01:00
Marco Antognini 2720532d63 move xcode/ into tools/ 2012-01-07 15:34:11 +01:00