| Age | Commit message (Collapse) | Author | 
 | 
To avoid recompiling the wole project each time we use the create_project tool.
 | 
 | 
Mainly, to speed up the development with the "debug" configuration.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
The generated project paths were recognized by Xcode, but not third party tools, like AppCode.
 | 
 | 
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
found
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
The simulator works with the same target than the iPhone / iPad target.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
This allows create_project to be built with the C99 standard, instead
of C11
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
This should be safe outside XCode, as only OSX/iOS-projects introduce such files to begin with.
 | 
 | 
 | 
 | 
for XCode.
 | 
 | 
 | 
 | 
 | 
 | 
things easier when configuring build-schemes)
 | 
 | 
the relevant Frameworks to a group.
 | 
 | 
This rewrites the way groups are created, so that the root source folder has groups created for any subfolder that is used, which allows for
merging in the engines/-subfolder automatically.
 | 
 | 
 | 
 | 
 | 
 | 
that we can allow Objective-C(++) and disallow .asm
 |