]> git.tdb.fi Git - ext/subsurface.git/blob - macosx/Info.plist
Ignore process serial number argument when run as native MacOSX app
[ext/subsurface.git] / 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</string>
17         <key>CFBundleIdentifier</key>
18         <string>torvalds.subsurface</string>
19 </dict>
20 </plist>