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

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

Issue 10810031: [Mac] In all the plists, define the LSMinimumSystemVersion based on MACOSX_DEPLOYMENT_TARGET. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « ash/shell/cocoa/app-Info.plist ('k') | chrome/app/app_mode-Info.plist » ('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>en</string> 6 <string>en</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 <array> 229 <array>
230 <string>file</string> 230 <string>file</string>
231 </array> 231 </array>
232 </dict> 232 </dict>
233 </array> 233 </array>
234 <key>LSFileQuarantineEnabled</key> 234 <key>LSFileQuarantineEnabled</key>
235 <true/> 235 <true/>
236 <key>LSHasLocalizedDisplayName</key> 236 <key>LSHasLocalizedDisplayName</key>
237 <string>1</string> 237 <string>1</string>
238 <key>LSMinimumSystemVersion</key> 238 <key>LSMinimumSystemVersion</key>
239 » <string>10.5.0</string> 239 » <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
240 <key>NSPrincipalClass</key> 240 <key>NSPrincipalClass</key>
241 <string>BrowserCrApplication</string> 241 <string>BrowserCrApplication</string>
242 <key>NSSupportsAutomaticGraphicsSwitching</key> 242 <key>NSSupportsAutomaticGraphicsSwitching</key>
243 <true/> 243 <true/>
244 <key>UTExportedTypeDeclarations</key> 244 <key>UTExportedTypeDeclarations</key>
245 <array> 245 <array>
246 <dict> 246 <dict>
247 <key>UTTypeConformsTo</key> 247 <key>UTTypeConformsTo</key>
248 <array> 248 <array>
249 <string>public.data</string> 249 <string>public.data</string>
250 </array> 250 </array>
251 <key>UTTypeDescription</key> 251 <key>UTTypeDescription</key>
252 <string>Chromium Extra</string> 252 <string>Chromium Extra</string>
253 <key>UTTypeIdentifier</key> 253 <key>UTTypeIdentifier</key>
254 <string>org.chromium.extension</string> 254 <string>org.chromium.extension</string>
255 <key>UTTypeTagSpecification</key> 255 <key>UTTypeTagSpecification</key>
256 <dict> 256 <dict>
257 <key>public.filename-extension</key> 257 <key>public.filename-extension</key>
258 <array> 258 <array>
259 <string>crx</string> 259 <string>crx</string>
260 </array> 260 </array>
261 </dict> 261 </dict>
262 </dict> 262 </dict>
263 </array> 263 </array>
264 </dict> 264 </dict>
265 </plist> 265 </plist>
OLDNEW
« no previous file with comments | « ash/shell/cocoa/app-Info.plist ('k') | chrome/app/app_mode-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698