| Index: chrome/app/app-Info.plist
|
| ===================================================================
|
| --- chrome/app/app-Info.plist (revision 15752)
|
| +++ chrome/app/app-Info.plist (working copy)
|
| @@ -119,11 +119,11 @@
|
| <key>CFBundleIconFile</key>
|
| <string>app.icns</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>BUNDLE_ID</string>
|
| + <string>${CHROMIUM_BUNDLE_ID}</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| - <string>BUNDLE_NAME</string>
|
| + <string>${EXECUTABLE_NAME}</string>
|
| <key>CFBundlePackageType</key>
|
| <string>APPL</string>
|
| <key>CFBundleSignature</key>
|
|
|