Chromium Code Reviews| OLD | NEW |
|---|---|
| 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>@APP_MODE_SHORTCUT_SHORT_NAME@</string> | 8 <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string> |
| 9 <key>CFBundleSignature</key> | |
|
Mark Mentovai
2012/02/22 16:43:22
Do we need to include this at all? I’d prefer not
jeremy
2012/02/23 14:21:13
If I don't want to break the build with this CL th
| |
| 10 <string>????</string> | |
| 9 <key>CFBundleExecutable</key> | 11 <key>CFBundleExecutable</key> |
| 10 <string>@APP_MODE_SHORTCUT_ID@</string> | 12 <string>${EXECUTABLE_NAME}</string> |
| 11 <key>CFBundleIconFile</key> | 13 <key>CFBundleIconFile</key> |
| 12 <string>app.icns</string> | 14 <string>app.icns</string> |
| 13 <key>CFBundleIdentifier</key> | 15 <key>CFBundleIdentifier</key> |
| 14 <string>????</string> | 16 <string>${APP_MODE_APP_BUNDLE_ID}</string> |
|
Mark Mentovai
2012/02/22 18:56:12
In the sample that you sent me, I see
<ke
jeremy
2012/02/23 14:21:13
Done.
| |
| 15 <key>CFBundleInfoDictionaryVersion</key> | 17 <key>CFBundleInfoDictionaryVersion</key> |
| 16 <string>6.0</string> | 18 <string>6.0</string> |
| 17 <key>CFBundleName</key> | 19 <key>CFBundleName</key> |
| 18 <string>@APP_MODE_SHORTCUT_ID@</string> | 20 <string>@APP_MODE_SHORTCUT_ID@</string> |
| 19 <key>CFBundlePackageType</key> | 21 <key>CFBundlePackageType</key> |
| 20 <string>APPL</string> | 22 <string>APPL</string> |
| 21 <key>CrAppModeShortcutID</key> | 23 <key>CrAppModeShortcutID</key> |
| 22 <string>@APP_MODE_SHORTCUT_ID@</string> | 24 <string>@APP_MODE_SHORTCUT_ID@</string> |
| 23 <key>CrAppModeShortcutShortName</key> | 25 <key>CrAppModeShortcutShortName</key> |
| 24 <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string> | 26 <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string> |
| 25 <key>CrAppModeShortcutName</key> | 27 <key>CrAppModeShortcutName</key> |
| 26 <string>@APP_MODE_SHORTCUT_NAME@</string> | 28 <string>@APP_MODE_SHORTCUT_NAME@</string> |
| 27 <key>CrAppModeShortcutURL</key> | 29 <key>CrAppModeShortcutURL</key> |
| 28 <string>@APP_MODE_SHORTCUT_URL@</string> | 30 <string>@APP_MODE_SHORTCUT_URL@</string> |
| 29 <key>LSFileQuarantineEnabled</key> | 31 <key>LSFileQuarantineEnabled</key> |
| 30 <true/> | 32 <true/> |
| 31 <key>LSMinimumSystemVersion</key> | 33 <key>LSMinimumSystemVersion</key> |
| 32 <string>10.5.0</string> | 34 <string>10.5.0</string> |
| 33 <key>NSAppleScriptEnabled</key> | 35 <key>NSAppleScriptEnabled</key> |
| 34 <true/> | 36 <true/> |
| 35 </dict> | 37 </dict> |
| 36 </plist> | 38 </plist> |
| OLD | NEW |