summaryrefslogtreecommitdiffstats
path: root/Modules/CompilerId/Xcode-2.pbxproj.in
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Use explicitFileType to mark source types (#14093)Brad King2013-04-161-1/+1
| | | | | Replace use of lastKnownFileType with explicitFileType to insist that Xcode treat the file as we ask.
* Xcode: Detect the compiler id and tool locationBrad King2012-08-221-0/+119
Configure a hand-generated Xcode project to build the compiler id source file since we cannot run the compiler command-line tool directly. Add a post-build shell script phase to print out the compiler toolset build setting. Run xcodebuild to compile the identification binary. Parse the full path to the compiler tool from the xcodebuild output.