Changes between Version 36 and Version 37 of BuildMacApp


Ignore:
Timestamp:
Aug 12, 2008, 11:22:32 AM (16 years ago)
Author:
carlgt1
Comment:

added info about 'xcodebuild' for building xcode projects on the command line

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v36 v37  
    141141
    142142Use the example XCode project as a guide or a starting point to create an XCode project for your own application.  Pay special attention to the XCode build settings.  For more information on using XCode, see [http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/00_00_intro/chapter_1_section_1.html XCode User Guide] and [http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/05_04_bs_build_settings/chapter_33_section_1.html XCode Build Settings].
     143
     144Also note that you can use the program `xcodebuild` to build XCode projects from the command-line (e.g. in a terminal window or shell script).  There are various flags for building particular builds within a project, and for overriding default variables as well (check `man xcodebuild` in a terminal window for the options).
    143145
    144146=== Using a Generic Makefile With a Custom Shell Script ===