diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2018-10-29 22:00:34 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2018-10-29 22:00:34 +0900 |
commit | df38031f493c0cdb35218fda566077103ee1a68e (patch) | |
tree | 1a90f2dec0e9a3a6d195bfbca7b4a54958d639bf /sdl/osx/Info.plist | |
parent | 8f72d89b6c39e9f516fda8133db146b01bad4560 (diff) |
fixed SDL OSX build
Diffstat (limited to 'sdl/osx/Info.plist')
-rw-r--r-- | sdl/osx/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl/osx/Info.plist b/sdl/osx/Info.plist index 4de59e7..ac36dce 100644 --- a/sdl/osx/Info.plist +++ b/sdl/osx/Info.plist @@ -6,6 +6,8 @@ <string>98fmplayersdl</string> <key>CFBundleIdentifier</key> <string>com.github.takamichih.98fmplayersdl</string> + <key>NSHighResolutionCapable</key> + <string>True</string> <key>CFBundleDocumentTypes</key> <array> <dict> |