Get same graphic output under Xcode 10 as under Xcode 9?
问题 I build the SheepShaver emulator (which, in its current version, uses SDL2 to create and display its window) for use in macOS. When I build under Xcode 9, the fonts and graphics are sharp and clear; when I build under Xcode 10 (on the same MacBook Pro running Mojave), the fonts and graphics are slightly fuzzy. I use exactly the same code when building on both Xcode versions. Is there a setting in Xcode 10 that will produce the same visual output that Xcode 9 produces? I've already got the