Edit the Application's Info.plist
Add the following to the plist:
1. Bundle info
2. Help book info
<key>CFBundleIdentifier</key>
<string>com.mygreatcompany.mygreatapp</string>
<key>CFBundleName</key>
<string>MyGreatApp</string>
<key>CFBundleExecutable</key>
<string>MyGreatApp</string>
<key>CFBundleHelpBookFolder</key>
<string>MyGreatApp Help Book</string>
<key>CFBundleHelpBookName</key>
<string>MyGreatApp Help</string>