문제

Apple says that either user or OS X may decide to launch a Cocoa app in magnified mode instead of framework-scaled mode:

All apps that are not Cocoa apps run in magnified mode. However, a Cocoa app can also run in magnified mode if:

  • The user sets the option to open the app in low resolution (see Figure 1-7).

  • The app is known to have significant issues when running in framework-scaled mode, so the system makes an exception and instead runs the app in magnified mode.

(see link)

But how the app developer can launch it magnified? Or, how to force OS X to do it?

도움이 되었습니까?

해결책

You can set the property NSHighResolutionCapable to false in your Info.plist.

In XCode, that property is called High Resolution Capable.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top