| 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>
|
| <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>
|
|
|