Edit the Application's Info.plist

Add the following to the plist:

1. Bundle info

	<key>CFBundleIdentifier</key>
	<string>com.mygreatcompany.mygreatapp</string>
	<key>CFBundleName</key>
	<string>MyGreatApp</string>
	<key>CFBundleExecutable</key>
	<string>MyGreatApp</string>
	

2. Help book info

	<key>CFBundleHelpBookFolder</key>
	<string>MyGreatApp Help Book</string>
	<key>CFBundleHelpBookName</key>
	<string>MyGreatApp Help</string>
	

Register the Help Book