Chromium Code Reviews| Index: extensions/shell/app/app-Info.plist |
| diff --git a/extensions/shell/app/app-Info.plist b/extensions/shell/app/app-Info.plist |
| index 269fd96fa36302f19e6d77bfef277044b1e55080..62bc1d1303500c606d7db77aeb4721f4b64a296c 100644 |
| --- a/extensions/shell/app/app-Info.plist |
| +++ b/extensions/shell/app/app-Info.plist |
| @@ -25,7 +25,7 @@ |
| <key>NSPrincipalClass</key> |
| <string>NSApplication</string> |
| <key>LSMinimumSystemVersion</key> |
| - <string>${MACOSX_DEPLOYMENT_TARGET}.0</string> |
| + <string>10.9.0</string> |
|
sdefresne
2017/06/27 08:26:25
I don't like hardcoding the value here. It is avai
Sidney San Martín
2017/06/27 19:45:50
Done. I just remembered why it was like this in th
|
| <key>LSFileQuarantineEnabled</key> |
| <true/> |
| <key>NSSupportsAutomaticGraphicsSwitching</key> |