Cocoa
From Wikifications
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*