diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-04-06 01:34:45 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-04-06 01:34:45 -0400 |
| commit | fa4e65a7b9621d58ee1e01e48de7ead39954e553 (patch) | |
| tree | e48bf65a3c7b31d7525ec0b39cd290715708dada | |
| parent | b2c69a244a5585977fe4f62823622afe9d4395d0 (diff) | |
update mac info.plist
| -rw-r--r-- | MediaBrowser.Server.Mac/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mac/Info.plist b/MediaBrowser.Server.Mac/Info.plist index 3e058c72f..ffb4b31ee 100644 --- a/MediaBrowser.Server.Mac/Info.plist +++ b/MediaBrowser.Server.Mac/Info.plist @@ -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> |
