Yoshi Sugawara
b4bad9100a
IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that have a "safe area"
...
iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++.
Support the "safe area" when redrawing the view to leave space for the notch in portrait and
landscape orientations.
2018-10-28 17:16:06 +00:00
Vincent Bénony
9cc3abc0fb
CREATE_PROJECT: Fix Xcode project
2016-08-18 17:00:20 +02:00
Vincent Bénony
ee73bb428f
IOS: Compute MD5 identifiers instead of random
...
To avoid recompiling the wole project each time we use the create_project tool.
2016-01-06 16:17:36 +01:00
Vincent Bénony
ba55c99cfb
IOS: Adds the POSIX macro to the create_project Xcode project
2016-01-06 15:35:32 +01:00
Julien
9854f1b486
CREATE_PROJECT: Implement basic XCode provider
...
This only outputs a skeleton project with no files and targets yet
2011-06-02 17:29:36 -04:00
Julien
9717d5be6f
CREATE_PROJECT: Add stubs for Xcode provider
2011-06-01 17:34:32 -04:00
Julien
4c64cfc213
CREATE_PROJECT: Add Xcode project
2011-06-01 16:35:15 -04:00