TrustedUser
2,147
edits
(→Compiling ScummVM via the Xcode GUI: mention workaround for Xcode 11 and retina display) |
|||
Line 200: | Line 200: | ||
cd devtools/create_project/xcode; xcodebuild | cd devtools/create_project/xcode; xcodebuild | ||
</syntaxhighlight> | </syntaxhighlight> | ||
There is a known issue when building on macOS 10.14 (Mojave) or above resulting in a blurry display on retina screen. If you are using Xcode 11 or above you can enable a workaround by defining MACOSX_NO_SDKVERSION at the top of the ''devtools/create_project/xcode.cpp'' file (it is commented out by default) before compiling create_project. | |||
* Run create_project '''from the root ScummVM directory''': | * Run create_project '''from the root ScummVM directory''': | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |