Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: chrome/app/app-Info.plist

Issue 171040: add the InfoPlist.strings generation based on GRD strings.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/breakpad_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/app-Info.plist
===================================================================
--- chrome/app/app-Info.plist (revision 24091)
+++ chrome/app/app-Info.plist (working copy)
@@ -3,27 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>UTExportedTypeDeclarations</key>
- <array>
- <dict>
- <key>UTTypeIdentifier</key>
- <string>org.chromium.extension</string>
- <key>UTTypeDescription</key>
- <string>Chromium Extra</string>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- </array>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>crx</string>
- </array>
- </dict>
- </dict>
- </array>
+ <string>en-US</string>
+ <key>CFBundleDisplayName</key>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -134,12 +116,12 @@
<string>Viewer</string>
</dict>
<dict>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>org.chromium.extension</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
@@ -188,11 +170,33 @@
<string>0.1</string>
<key>LSFileQuarantineEnabled</key>
<true/>
+ <key>LSHasLocalizedDisplayName</key>
+ <string>1</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>UTExportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Chromium Extra</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.chromium.extension</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>crx</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
</dict>
</plist>
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/breakpad_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698