I want to trigger opening the help documentation of my macOS game.
In my info.plist I have:
What code will kick off a (browser) window with the documentation?
I have included TrainHelp/ReadMe.html in my Resource bundle.
In my info.plist I have:
Code Block <key>CFBundleHelpBookFolder</key> <string>TrainHelp</string> <key>CFBundleHelpBookName</key> <string>Hexa Trains Help</string>
What code will kick off a (browser) window with the documentation?
I have included TrainHelp/ReadMe.html in my Resource bundle.