diff options
| -rw-r--r-- | test/blocks.app/Contents/Info.plist | 3 | ||||
| -rw-r--r-- | test/checkers.app/Contents/Info.plist | 3 | ||||
| -rw-r--r-- | test/sudoku.app/Contents/Info.plist | 3 |
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> |
