NBTExplorer/Info.plist
Justin Aquadro f6aeb77ffe Merge commit '491b13aec3002d075f9dc7bc3c05833951234176' into mac-ui
Conflicts:
	NBTExplorer.csproj
Restructuring project
2012-11-04 23:34:59 -05:00

28 lines
809 B
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleIconFiles</key>
<array>
<string>dead_bush.icns</string>
</array>
<key>CFBundleIdentifier</key>
<string>jaquadro.NBTExplorer</string>
<key>CFBundleName</key>
<string>NBTExplorer</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>