Problems adding a help package to a Mac application in Xcode 5

I am trying to add a help package to a Mac app, and the help viewer simply cannot find it. I have to miss something.

Here is what I did.

1: Created a help document in iWeb and exported it to the local desktop directory / help system

2: Got 16x16 png for the image and placed it in the / Helpbook (icon_16x16.png)

3: copied the help directory to the lprog directories for the base and for en (base language)

4: added these directories to the project

  • I know this worked because I see (Base) and (English) indicators in Xcode

5: Added plist entry CFBundleHelpBookFolder and set it to "Helpbook"

6: Added plist entry CFBundleHelpBookName and set it to 'TestHelpBuild Help'

enter image description here

7: index.html lprog :

  • meta name= "AppleTitle" content = "TestHelpBuild Help" >
  • meta name= "AppleIcon" content = "Helpbook/icon_16x16.png" >
  • , ,
  • -
    iWeb

enter image description here

8:

  • , .helpindex
  • , .
  • Help Indexer , -

, " ", .

enter image description here

- , , , ?

, ...

File structure of the app

Finder...

enter image description here

.

+3
1

, , , .

, "TestHelpBuild Help" , "TestHelpBuild Help". , , .

, .lprog, Xcode.

, , . , .

+1

All Articles