summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-06-24 16:05:12 +0000
committerManolo Gouy <Manolo>2013-06-24 16:05:12 +0000
commitb94c8b0d733323166fb4d9442785a90849326bfe (patch)
tree58718a9d37ced9518d2f400d81d661afeadd3737 /test
parent0aba84051a8124620a155163484a88ad01545f4a (diff)
mac os: added mark of support for high resolution in 3 test applications.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/blocks.app/Contents/Info.plist3
-rw-r--r--test/checkers.app/Contents/Info.plist3
-rw-r--r--test/sudoku.app/Contents/Info.plist3
3 files changed, 9 insertions, 0 deletions
diff --git a/test/blocks.app/Contents/Info.plist b/test/blocks.app/Contents/Info.plist
index dcc528aa1..9448901b6 100644
--- a/test/blocks.app/Contents/Info.plist
+++ b/test/blocks.app/Contents/Info.plist
@@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 2006 by Michael Sweet</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+
</dict>
</plist>
diff --git a/test/checkers.app/Contents/Info.plist b/test/checkers.app/Contents/Info.plist
index 1e77037d4..4929602ca 100644
--- a/test/checkers.app/Contents/Info.plist
+++ b/test/checkers.app/Contents/Info.plist
@@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 1997-2010 by Bill Spitzak and others</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+
</dict>
</plist>
diff --git a/test/sudoku.app/Contents/Info.plist b/test/sudoku.app/Contents/Info.plist
index 00eeb0516..b75285c37 100644
--- a/test/sudoku.app/Contents/Info.plist
+++ b/test/sudoku.app/Contents/Info.plist
@@ -40,5 +40,8 @@
<key>CFBundleGetInfoString</key>
<string>1.0, Copyright 2005-2006 by Michael Sweet</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+
</dict>
</plist>