]> git.tdb.fi Git - ext/subsurface.git/blob - packaging/macosx/Info.plist
Turn subsurface into a real Mac application
[ext/subsurface.git] / packaging / macosx / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleIconFile</key>
6         <string>Subsurface</string>
7         <key>CFBundleName</key>
8         <string>Subsurface</string>
9         <key>CFBundlePackageType</key>
10         <string>APPL</string>
11         <key>CFBundleGetInfoString</key>
12         <string>Rough divelog in C and Gtk</string>
13         <key>CFBundleSignature</key>
14         <string>????</string>
15         <key>CFBundleExecutable</key>
16         <string>subsurface.sh</string>
17         <key>CFBundleIdentifier</key>
18         <string>org.hohndel.subsurface</string>
19 </dict>
20 </plist>