diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-03-16 21:18:22 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-03-16 21:18:22 (GMT) |
commit | 7f35489789c22f3ffecf0bb04fee535339e0a771 (patch) | |
tree | c8c1bb2f71d24d918af27b84785cf4435c2108b6 /macosx/Wish-Info.plist.in | |
parent | f7d16318aae20d960e3c9a993cc28a8174359486 (diff) | |
download | tk-7f35489789c22f3ffecf0bb04fee535339e0a771.zip tk-7f35489789c22f3ffecf0bb04fee535339e0a771.tar.gz tk-7f35489789c22f3ffecf0bb04fee535339e0a771.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.in | 2 |
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 & Ian Reid</string> <true/> <key>OSAScriptingDefinition</key> <string>Wish.sdef</string> + <key>NSHighResolutionCapable</key> + <string>True</string> </dict> </plist> |