mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

of the manual using Halibut (with one additional magic tag in the <HEAD> section), stuck it in the right part of the application bundle, referenced it in Info.plist, and added a Help menu. Everything else was automatic. Not bad! [originally from svn r5190]
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Puzzles.icns</string>
|
|
<key>CFBundleHelpBookFolder</key>
|
|
<string>Help</string>
|
|
<key>CFBundleHelpBookName</key>
|
|
<string>Puzzles Help</string>
|
|
</dict>
|
|
</plist>
|