crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
96 stars 33 forks source link

Generated Apps not hires-capable on Retina displays #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is missing in the Info.plist file:

    <key>NSHighResolutionCapable</key>
    <string>True</string>

Alternative would be to be able to specify arbitrary key value pairs for the 
generated plist file.

Original issue reported on code.google.com by krue...@lesspain.de on 26 Mar 2015 at 8:28

GoogleCodeExporter commented 9 years ago
Please ignore. I just discovered bundleExtras

Original comment by krue...@lesspain.de on 26 Mar 2015 at 9:01

GoogleCodeExporter commented 9 years ago
Is this a something that would be worth setting true by default?

Original comment by pcrotw...@gmail.com on 26 Mar 2015 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by crotwell@seis.sc.edu on 26 Mar 2015 at 11:11

GoogleCodeExporter commented 9 years ago
Probably yes. I don't see why not setting it would make sense. All rendering 
looks ugly/broken on retina when not set and I am not aware of any potential 
negative side-effect.

Original comment by krue...@lesspain.de on 27 Mar 2015 at 6:35

GoogleCodeExporter commented 9 years ago
fixed in 2.1.1

Original comment by crotwell@seis.sc.edu on 27 Mar 2015 at 1:52