diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-06-15 08:30:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 08:30:02 +0200 |
commit | 1c1f17e72baa5a6cf9d630cc6db3cd95dc48569d (patch) | |
tree | b335e82fb59671324307b732861c971da5c1ca40 | |
parent | 0f1ae03626941590f6d884e8ceafc9d2264483d4 (diff) | |
parent | 36d51f21ff2d63bb0a77448c6415d555d30dcc13 (diff) |
Merge pull request #5162 from GungnirInd/app_bundle_retina
Make .app bundle high resolution aware
-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> |