[Development] Retina display

jiang.jiang at nokia.com jiang.jiang at nokia.com
Wed Jun 13 15:44:53 CEST 2012


On Jun 13, 2012, at 3:35 PM, ext Jason Dictos wrote:
> Oh wait, I see, so I moved it out of the bundle and ran Designer, and wow looks great.
> 
> I wonder how I can enable this mode in my application, since I'm using my own bundle.

Try adding:

<key>NSPrincipalClass</key>
<string>NSApplication</string>

to the Info.plist of your app bundle.

See:

http://developer.apple.com/library/mac/#documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html#//apple_ref/doc/uid/TP40012302-CH4-SW7

NSHighResolutionCapable sounds like something worth trying as well.

- Jiang




More information about the Development mailing list