index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devtools
/
create_project
/
xcode.cpp
Age
Commit message (
Expand
)
Author
2015-07-20
CREATE_PROJECT: Use NULL instead of nullptr
Filippos Karapetis
2015-07-20
CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider
Filippos Karapetis
2015-04-09
CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Link theora and jpeg in XCode-projects.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Use SRCROOT-relative include paths.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Set projectDirPath to the source-path in XCode.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS f...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Enable RTTI in XCode-projects.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Add the product files to a group in XCode aswell (makes thing...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Add macros to disable IOS-project creation for now.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so tha...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGrou...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on setu...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a l...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, in...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Use whatever SDK is available on OS X.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Fix Info.plist path.
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on c...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during writeFile...
Einar Johan Trøan Sømåen
2015-04-09
CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of PBXBuil...
Einar Johan Trøan Sømåen
2013-11-24
DEVTOOLS: Factor out function to create directories in create_project.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-09
CREATE_PROJECT: Fix "if" formatting.
Johannes Schickel
2012-07-14
CREATE_PROJECT: Output Groups and File references in XCode provider
Littleboy
2012-06-24
CREATE_PROJECT: Clarify license on imported code
Willem Jan Palenstijn
2012-04-17
DEVTOOLS: take usage of config.h for xcode; few small updates
Pawel Kolodziejski
2012-03-17
JANITORIAL: Remove +x from files, which should not be executable.
Christoph Mallon
2011-11-20
ALL: Remove more m4/mads leftovers.
Johannes Schickel
2011-06-02
CREATE_PROJECT: Add complete build configuration output to XCode provider
Julien
2011-06-02
CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode provider
Julien
2011-06-02
CREATE_PROJECT: Add FrameworkBuildPhase output to XCode provider
Julien
2011-06-02
CREATE_PROJECT: Add NativeTarget output to XCode provider
Julien
2011-06-02
CREATE_PROJECT: Implement basic XCode provider
Julien
2011-06-01
CREATE_PROJECT: Add stubs for Xcode provider
Julien