Thierry Crozat
0eca37a262
BACKENDS: Remove old iPhone backend
...
This backend was no longer maintained and have had no release
and no daily builds for several years.
2023-05-31 19:31:19 +01:00
Orgad Shaneh
56495448b2
CREATE_PROJECT: Enable C++11
2022-01-14 06:02:13 +02:00
sluicebox
76778e100f
CREATE_PROJECT: Remove VS2008 project generator
...
Now that C++11 is mandatory we can retire our old friend
2021-11-07 11:36:49 +02:00
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