![]() AHDemo
|
![]() |
Apple Help (AH) is an HTML-based help system for providing user assistance.
Adding AH to our applications is not that difficult but it's important that we
get everything named correctly and in the right place or things just will not
work right.
OK, assuming our app name is called "MyGreatApp", the help book folder is named "MyGreatApp Help Book",
the help book default file is "MyGreatApp Help" and our CFBundleIdentifier is "com.mygreatcompany.mygreatapp,
here are the steps we need to take to add AH to the app:
Edit the Application's Info.plist
Place the Help Book
       
|