aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.cpp
AgeCommit message (Collapse)Author
2016-01-06IOS: Fixes various iOS compilation flags, and missing frameworksVincent Bénony
2016-01-06IOS: Keep the MACOSX, and IPHONE macros according to the targetVincent Bénony
2016-01-06IOS: Remove the simulator specific targetVincent Bénony
The simulator works with the same target than the iPhone / iPad target.
2016-01-06ISO: Removes the ENABLE_IOS macroVincent Bénony
2016-01-06IOS: Create a separate for adding resourcesVincent Bénony
2015-07-20CREATE_PROJECT: Use NULL instead of nullptrFilippos Karapetis
This allows create_project to be built with the C99 standard, instead of C11
2015-07-20CREATE_PROJECT: Rename XCodeProvider -> XcodeProviderFilippos Karapetis
2015-04-09CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link theora and jpeg in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use SRCROOT-relative include paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Set projectDirPath to the source-path in XCode.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS ↵Einar Johan Trøan Sømåen
for XCode.
2015-04-09CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable RTTI in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add the product files to a group in XCode aswell (makes ↵Einar Johan Trøan Sømåen
things easier when configuring build-schemes)
2015-04-09CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ↵Einar Johan Trøan Sømåen
the relevant Frameworks to a group.
2015-04-09CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.Einar Johan Trøan Sømåen
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.
2015-04-09CREATE_PROJECT: Add macros to disable IOS-project creation for now.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so ↵Einar Johan Trøan Sømåen
that we can allow Objective-C(++) and disallow .asm
2015-04-09CREATE_PROJECT: Define a group for the Frameworks, and add it to the ↵Einar Johan Trøan Sømåen
mainGroup, so that the buildPhase can figure things out.
2015-04-09CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on ↵Einar Johan Trøan Sømåen
setupResourcesBuildPhase.
2015-04-09CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a ↵Einar Johan Trøan Sømåen
list with "," after every item, even when there's only one child. This modifies the combination of SettingsAsList and SettingsSingleItem so that "," is used after the item, instead of ";", but only when they are used together.
2015-04-09CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, ↵Einar Johan Trøan Sømåen
instead of file-references, hardcoding the root as the group "CustomTemplate" This also modifies the hashes, so that subfolders get unique hashes, even if they have the same name as some other folder in the tree (i.e. there are multiple folders named "sdl" in the various subfolders of backends/platforms).
2015-04-09CREATE_PROJECT: Use whatever SDK is available on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Fix Info.plist path.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on ↵Einar Johan Trøan Sømåen
c++11-compat.h
2015-04-09CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during ↵Einar Johan Trøan Sømåen
writeFileListToProject This has to be applied explicitly, as modifying ADD_FILE_REFERENCE to use SettingsQuoteVariable would be wrong (i.e. SDKROOT should not become "SDKROOT").
2015-04-09CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of ↵Einar Johan Trøan Sømåen
PBXBuildFile-hashes.
2013-11-24DEVTOOLS: Factor out function to create directories in create_project.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-08-09CREATE_PROJECT: Fix "if" formatting.Johannes Schickel
2012-07-14CREATE_PROJECT: Output Groups and File references in XCode providerLittleboy
2012-06-24CREATE_PROJECT: Clarify license on imported codeWillem Jan Palenstijn
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268.
2012-04-17DEVTOOLS: take usage of config.h for xcode; few small updatesPawel Kolodziejski
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2011-11-20ALL: Remove more m4/mads leftovers.Johannes Schickel
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something.
2011-06-02CREATE_PROJECT: Add complete build configuration output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode providerJulien
2011-06-02CREATE_PROJECT: Add FrameworkBuildPhase output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add NativeTarget output to XCode providerJulien
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