Changes between Version 36 and Version 37 of BuildMacApp
- Timestamp:
- Aug 12, 2008, 11:22:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v36 v37 141 141 142 142 Use 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 144 Also 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). 143 145 144 146 === Using a Generic Makefile With a Custom Shell Script ===