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

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

Issue 115187: - Set the bundle name based on the executable name (since they both are the b... (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
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 </array> 112 </array>
113 <key>CFBundleTypeRole</key> 113 <key>CFBundleTypeRole</key>
114 <string>Viewer</string> 114 <string>Viewer</string>
115 </dict> 115 </dict>
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>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>BUNDLE_NAME</string> 126 » <string>${EXECUTABLE_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
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698