How to enable “use low resolution” on Retina display for an Application when shipping it?

前端 未结 3 1227
鱼传尺愫
鱼传尺愫 2020-12-09 06:25

I have an application that breaks in HiDPI mode unless I chose \"get Info\" in finder and there tick the \"open in low resolution\" checkbox. Fixing the application is not a

3条回答
  •  再見小時候
    2020-12-09 07:04

    Takes a little more finesse, you need to reset the -user- domain.

    /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f /Applications -all local,user

提交回复
热议问题