Well, I made a really nice PDF document as a manual for my new program. However, the basic help system in Cocoa seems to just support HTML files for Apple's Help Viewer. Now, what I did was run as NSTask for the "open" command pointed to the help document in my app's main bundle.
Is this acceptable? It does exactly what I wanted it to do. But is this method discouraged for any reason?
Is this acceptable? It does exactly what I wanted it to do. But is this method discouraged for any reason?