crotwell / gradle-macappbundle

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

Fix property key value types #68

Closed maehne closed 5 years ago

maehne commented 5 years ago

I noticed that the gradle-macappbundle plug-in uses the wrong value type (String instead of Boolean) for property keys CFBundleAllowMixedLocalizations and NSHighResolutionCapable -- at least according to the Apple Developer Documentation.