Browse Source

update mac info.plist

Luke 10 năm trước cách đây
mục cha
commit
fa4e65a7b9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      MediaBrowser.Server.Mac/Info.plist

+ 2 - 2
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>