Changes between Version 14 and Version 15 of BuildMacApp
- Timestamp:
- Apr 3, 2008, 3:08:59 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v14 v15 136 136 Double-click on the project file `boinc_samples/mac_build/UpperCase2.xcodeproj`. At the top of the main window, select '''Build_All''' for the ''Active Target'', and '''ppc_Deployment''' for the ''Active Build Configuration''. Then click on the Build icon (or select Build from the Build menu.) Repeat for ''Active Build Configurations'' '''i386_Deployment''' and '''x86_64_Deployment'''. 137 137 138 Use the example XCode project as a guide or a starting point to create an XCode project for your own application. 138 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]. 139 139 140 140 === Using a Generic Makefile With a Custom Shell Script ===