diff options
author | GungnirInd <gungnirind@me.com> | 2016-06-11 13:27:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-11 13:27:04 -0700 |
commit | 36d51f21ff2d63bb0a77448c6415d555d30dcc13 (patch) | |
tree | f93c72e2954095dfb4a42ed0f42eb2fc65013fb4 /tools/Godot.app/Contents | |
parent | b5f2ea542a563fc44870417f1343fd9cb9acc253 (diff) |
Make .app bundle hidpi aware
Diffstat (limited to 'tools/Godot.app/Contents')
-rwxr-xr-x | tools/Godot.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Godot.app/Contents/Info.plist b/tools/Godot.app/Contents/Info.plist index 2b58162ae8..37c80fc8a3 100755 --- a/tools/Godot.app/Contents/Info.plist +++ b/tools/Godot.app/Contents/Info.plist @@ -34,7 +34,7 @@ <string>10.6.0</string> </dict> <key>NSHighResolutionCapable</key> - <false/> + <true/> <key>CFBundleDocumentTypes</key> <array> <dict> |