English.lproj.
index.html Put in these headers:<head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>AppName Help</title> <meta name="AppleTitle" content="AppName Help"> <meta name="AppleIcon" content="AppName%20Help/images/icon-name.png"> <meta name="AppleFont" content="Lucida Grande,Helvetica,Arial"> <meta name="AppleSearchResultsFont" content="Lucida Grande,Geneva,Arial"> <meta name="robots" content="noindex"> </head>Along with your actual help content.
AppName Help directory into your XCode project. When Adding, make sure "Copy items into destination group's folder" is unchecked, and select "Create Folder References for any add folders". You wnat XCode to preserve your AppName Help directory.
<key>CFBundleHelpBookFolder</key> <string>AppName Help</string> <key>CFBundleHelpBookName</key> <string>AppName Help</string>