aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode
AgeCommit message (Collapse)Author
2018-10-28IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵Yoshi Sugawara
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.
2016-08-18CREATE_PROJECT: Fix Xcode projectVincent Bénony
2016-01-06IOS: Compute MD5 identifiers instead of randomVincent Bénony
To avoid recompiling the wole project each time we use the create_project tool.
2016-01-06IOS: Adds the POSIX macro to the create_project Xcode projectVincent Bénony
2011-06-02CREATE_PROJECT: Implement basic XCode providerJulien
This only outputs a skeleton project with no files and targets yet
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien
2011-06-01CREATE_PROJECT: Add Xcode projectJulien