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

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

Issue 2066004: Mac: app mode loader (shim). (Closed)
Patch Set: more changes per mark + merged ToT Created 10 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
« no previous file with comments | « no previous file | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string>
7 <key>CFBundleDisplayName</key>
8 <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
9 <key>CFBundleExecutable</key>
10 <string>@APP_MODE_SHORTCUT_ID@</string>
11 <key>CFBundleIconFile</key>
12 <string>app.icns</string>
13 <key>CFBundleIdentifier</key>
14 <string>????</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleName</key>
18 <string>@APP_MODE_SHORTCUT_ID@</string>
19 <key>CFBundlePackageType</key>
20 <string>APPL</string>
21 <key>CrAppModeShortcutID</key>
22 <string>@APP_MODE_SHORTCUT_ID@</string>
23 <key>CrAppModeShortcutShortName</key>
24 <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
25 <key>CrAppModeShortcutName</key>
26 <string>@APP_MODE_SHORTCUT_NAME@</string>
27 <key>CrAppModeShortcutURL</key>
28 <string>@APP_MODE_SHORTCUT_URL@</string>
29 <key>LSFileQuarantineEnabled</key>
30 <true/>
31 <key>LSMinimumSystemVersion</key>
32 <string>10.5.0</string>
33 <key>NSAppleScriptEnabled</key>
34 <true/>
35 </dict>
36 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698