Added the NSHighResolutionCapable item to all .plist files for fltk apps to be high-resolution ready.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9860 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2013-04-05 15:09:50 +00:00
parent 3c47de0b28
commit da07dcd6be

View File

@ -24,5 +24,7 @@
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>