ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Gyp should set (by default) 'COMBINE_HIDPI_IMAGES': 'YES' for Xcode 4.5.1 project generation #302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Gyp a project for the Xcode target.
2. Open the xcodeproject file.
3. You'll see a warning to "upgrade" the project.

What is the expected output? What do you see instead?

Theoretically, when you open a generated xcodeproject, you shouldn't get any 
"upgrade" warnings based on the project itself.
Instead, you currently see these warnings for Xcode 4.5.1.

What version of the product are you using? On what operating system?

gyp as of 2012-10-26.

Please provide any additional information below.

The fix also needs to be applied to "actions" 's 'xcode_settings', as they're 
not propogating from the parent target's 'xcode_settings'.

Original issue reported on code.google.com by terencej...@gmail.com on 26 Oct 2012 at 7:19