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

Side by Side Diff: chrome/app/app-Info.plist

Issue 115474: Rename official builds to "Google Chrome" on disk and "Chrome" in the menubar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleDocumentTypes</key> 7 <key>CFBundleDocumentTypes</key>
8 <array> 8 <array>
9 <dict> 9 <dict>
10 <key>CFBundleTypeExtensions</key> 10 <key>CFBundleTypeExtensions</key>
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 </array> 116 </array>
117 <key>CFBundleExecutable</key> 117 <key>CFBundleExecutable</key>
118 <string>${EXECUTABLE_NAME}</string> 118 <string>${EXECUTABLE_NAME}</string>
119 <key>CFBundleIconFile</key> 119 <key>CFBundleIconFile</key>
120 <string>app.icns</string> 120 <string>app.icns</string>
121 <key>CFBundleIdentifier</key> 121 <key>CFBundleIdentifier</key>
122 <string>${CHROMIUM_BUNDLE_ID}</string> 122 <string>${CHROMIUM_BUNDLE_ID}</string>
123 <key>CFBundleInfoDictionaryVersion</key> 123 <key>CFBundleInfoDictionaryVersion</key>
124 <string>6.0</string> 124 <string>6.0</string>
125 <key>CFBundleName</key> 125 <key>CFBundleName</key>
126 » <string>${EXECUTABLE_NAME}</string> 126 » <string>${CHROMIUM_SHORT_NAME}</string>
127 <key>CFBundlePackageType</key> 127 <key>CFBundlePackageType</key>
128 <string>APPL</string> 128 <string>APPL</string>
129 <key>CFBundleSignature</key> 129 <key>CFBundleSignature</key>
130 <string>????</string> 130 <string>????</string>
131 <key>CFBundleURLTypes</key> 131 <key>CFBundleURLTypes</key>
132 <array> 132 <array>
133 <dict> 133 <dict>
134 <key>CFBundleURLName</key> 134 <key>CFBundleURLName</key>
135 <string>Web site URL</string> 135 <string>Web site URL</string>
136 <key>CFBundleURLSchemes</key> 136 <key>CFBundleURLSchemes</key>
(...skipping 24 matching lines...) Expand all
161 <key>LSFileQuarantineEnabled</key> 161 <key>LSFileQuarantineEnabled</key>
162 <true/> 162 <true/>
163 <key>LSUIElement</key> 163 <key>LSUIElement</key>
164 <string>1</string> 164 <string>1</string>
165 <key>NSMainNibFile</key> 165 <key>NSMainNibFile</key>
166 <string>MainMenu</string> 166 <string>MainMenu</string>
167 <key>NSPrincipalClass</key> 167 <key>NSPrincipalClass</key>
168 <string>NSApplication</string> 168 <string>NSApplication</string>
169 </dict> 169 </dict>
170 </plist> 170 </plist>
OLDNEW
« build/mac/dump_app_syms ('K') | « build/mac/tweak_app_infoplist ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698