Chromium Code Reviews| Index: chrome/app/app_mode-Info.plist |
| diff --git a/chrome/app/app_mode-Info.plist b/chrome/app/app_mode-Info.plist |
| index 611f7c56fb57d09891dee2060e4db15ca678dac8..1603382a11c826480cf79675d40bca2f7fb4e0f1 100644 |
| --- a/chrome/app/app_mode-Info.plist |
| +++ b/chrome/app/app_mode-Info.plist |
| @@ -6,12 +6,14 @@ |
| <string>en</string> |
| <key>CFBundleDisplayName</key> |
| <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string> |
| + <key>CFBundleSignature</key> |
| + <string>????</string> |
|
jeremy
2012/02/16 12:55:34
If we don't include this field then the ninja buil
Nico
2012/02/16 15:57:23
Can you instead file a bug on me to get this fixed
|
| <key>CFBundleExecutable</key> |
| - <string>@APP_MODE_SHORTCUT_ID@</string> |
| + <string>${EXECUTABLE_NAME}</string> |
| <key>CFBundleIconFile</key> |
| <string>app.icns</string> |
| <key>CFBundleIdentifier</key> |
| - <string>????</string> |
| + <string>${APP_MODE_APP_BUNDLE_ID}</string> |
| <key>CFBundleInfoDictionaryVersion</key> |
| <string>6.0</string> |
| <key>CFBundleName</key> |