|
@@ -2,8 +2,6 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
- <key>CFBundleDisplayName</key>
|
|
|
- <string>Media Browser</string>
|
|
|
<key>CFBundleIconFile</key>
|
|
|
<string>appicon</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
@@ -26,5 +24,7 @@
|
|
|
<string>NSApplication</string>
|
|
|
<key>NSMainNibFile</key>
|
|
|
<string>MainMenu</string>
|
|
|
+ <key>CFBundleDisplayName</key>
|
|
|
+ <string>Emby</string>
|
|
|
</dict>
|
|
|
</plist>
|