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

Side by Side Diff: chrome/app/app_mode-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 | « chrome/app/app-Info.plist ('k') | chrome/app/helper-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>CFBundleSignature</key> 7 <key>CFBundleSignature</key>
8 <string>????</string> 8 <string>????</string>
9 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string> 10 <string>${EXECUTABLE_NAME}</string>
(...skipping 11 matching lines...) Expand all
22 <string>@APP_MODE_SHORTCUT_ID@</string> 22 <string>@APP_MODE_SHORTCUT_ID@</string>
23 <key>CrAppModeShortcutName</key> 23 <key>CrAppModeShortcutName</key>
24 <string>@APP_MODE_SHORTCUT_NAME@</string> 24 <string>@APP_MODE_SHORTCUT_NAME@</string>
25 <key>CrAppModeShortcutURL</key> 25 <key>CrAppModeShortcutURL</key>
26 <string>@APP_MODE_SHORTCUT_URL@</string> 26 <string>@APP_MODE_SHORTCUT_URL@</string>
27 <key>CrBundleIdentifier</key> 27 <key>CrBundleIdentifier</key>
28 <string>@APP_MODE_BROWSER_BUNDLE_ID@</string> 28 <string>@APP_MODE_BROWSER_BUNDLE_ID@</string>
29 <key>LSFileQuarantineEnabled</key> 29 <key>LSFileQuarantineEnabled</key>
30 <true/> 30 <true/>
31 <key>LSMinimumSystemVersion</key> 31 <key>LSMinimumSystemVersion</key>
32 <string>10.5.0</string> 32 <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
33 <key>NSAppleScriptEnabled</key> 33 <key>NSAppleScriptEnabled</key>
34 <true/> 34 <true/>
35 </dict> 35 </dict>
36 </plist> 36 </plist>
OLDNEW
« no previous file with comments | « chrome/app/app-Info.plist ('k') | chrome/app/helper-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698