Author: manolo
Date: 2013-04-05 08:09:50 -0700 (Fri, 05 Apr 2013)
New Revision: 9860
Log:
Added the NSHighResolutionCapable item to all .plist files for fltk apps to be 
high-resolution ready.

Modified:
   branches/branch-1.3/ide/Xcode4/Project Templates/FLTK Application/FLTK 
1.3/___PROJECTNAMEASIDENTIFIER___-Info.plist

Modified: branches/branch-1.3/ide/Xcode4/Project Templates/FLTK 
Application/FLTK 1.3/___PROJECTNAMEASIDENTIFIER___-Info.plist
===================================================================
--- branches/branch-1.3/ide/Xcode4/Project Templates/FLTK Application/FLTK 
1.3/___PROJECTNAMEASIDENTIFIER___-Info.plist 2013-04-05 14:53:26 UTC (rev 9859)
+++ branches/branch-1.3/ide/Xcode4/Project Templates/FLTK Application/FLTK 
1.3/___PROJECTNAMEASIDENTIFIER___-Info.plist 2013-04-05 15:09:50 UTC (rev 9860)
@@ -24,5 +24,7 @@
        <string>1.0</string>
        <key>LSMinimumSystemVersion</key>
        <string>${MACOSX_DEPLOYMENT_TARGET}</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
 </dict>
 </plist>

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to