mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 09:56:25 +00:00
19 lines
546 B
Text
19 lines
546 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>CFBundleIdentifier</key>
|
||
|
<string>com.yourcompany.NBTExplorerMac</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>NBTExplorerMac</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1</string>
|
||
|
<key>LSMinimumSystemVersion</key>
|
||
|
<string>10.6</string>
|
||
|
<key>NSMainNibFile</key>
|
||
|
<string>MainMenu</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>NSApplication</string>
|
||
|
</dict>
|
||
|
</plist>
|