Age | Commit message (Collapse) | Author |
|
found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The simulator works with the same target than the iPhone / iPad target.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This does not make sense in C++98. For C++11 this only prevents Foo x = {...}
initialization, which we can't use anyway.
|
|
|
|
The formerly user supplied copy constructor was not identical to the default
generated, but the output of create_project for xcode is unchanged.
|
|
Manual fix up included.
|
|
This silences some variables and increases consistency with our code
formatting conventions.
|
|
|
|
|
|
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
|
|
iOS for the moment)
|
|
mainGroup, so that the buildPhase can figure things out.
|
|
|
|
|