I’m trying to create a help book for my app using the “Apple Help Programming Guide”, which is not easy for me to follow. I’m at the section “Creating a Basic Help Book”, trying to get the structure right where the HTML files are to go. It says I should have a dir structure like:
SurfWriter.app/ (I’m guessing this is the top level folder under “Groups & Files” of my XCode view). Contents/ Resources/ SurfWriter.help/ Contents/ Info.plist Resources/ shrd/ English.lproj/ pgs/ gfx/ sty/ scrpt/
Should I just add in the “Groups & Files” view of XCode a group, or do I actually create directories with these names? I don’t even have a ‘Contents’ directory in the top level of my XCode project so I’m guessing I have to create every one of these which I don’t have in my current project.
Under “Groups & Files” of my XCode project, I have for the most part, the following:
MyApp Source Controllers Delegates Models Servers Views Includes Resources Frameworks Products Targets Executables Find Results Bookmarks SCM Project Symbols Implementation Files Interface Builder Files