Cocoa

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>

  • Add a new build phase to your project
  • unfinished*