summaryrefslogtreecommitdiffstats
path: root/macosx/Wish-Info.plist.in
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-03-16 21:19:07 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-03-16 21:19:07 (GMT)
commitc29283f95f49336a8b8601f37270dfa6bf0fab8d (patch)
treee13c68be37f37e935c3450656d26119936596fc8 /macosx/Wish-Info.plist.in
parent138b9ce4b8717760fa2f26dea9f1d59de57886c9 (diff)
downloadtk-c29283f95f49336a8b8601f37270dfa6bf0fab8d.zip
tk-c29283f95f49336a8b8601f37270dfa6bf0fab8d.tar.gz
tk-c29283f95f49336a8b8601f37270dfa6bf0fab8d.tar.bz2
Update configure files on Aqua to remove garbage collection flag, which is no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
Diffstat (limited to 'macosx/Wish-Info.plist.in')
-rw-r--r--macosx/Wish-Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in
index 90e00a4..78170f1 100644
--- a/macosx/Wish-Info.plist.in
+++ b/macosx/Wish-Info.plist.in
@@ -72,5 +72,7 @@ Copyright © 2001-2002 Jim Ingham &amp; Ian Reid</string>
<true/>
<key>OSAScriptingDefinition</key>
<string>Wish.sdef</string>
+ <key>NSHighResolutionCapable</key>
+ <string>True</string>
</dict>
</plist>