Cocoa

From Wikifications
Revision as of 19:18, 17 April 2006 by Dre (Talk | contribs)

Jump to: navigation, search

Help files

To get your help directory to be built with an xcode target:

  • Place all your help files into a specific directory. Place the directory in your xcode project folder.
  • Modify the Info.plist of your project to add a couple keys that call out the directory you just created
<key>CFBundleHelpBookFolder</key>
<string>Directory Bridge Help</string>
<key>CFBundleHelpBookName</key>
<string>Directory Bridge Help</string>
  • Drag the help folder from the Finder into the XCode "Groups & Files" list, directly beneath your main project icon.
  • Drag the help folder icon in the XCode "Groups & Files" list into the "Copy Bundle Resources" build phase, under "Targets --> Project"