diff options
author | culler <culler> | 2017-11-27 01:19:55 (GMT) |
---|---|---|
committer | culler <culler> | 2017-11-27 01:19:55 (GMT) |
commit | 18f5785d52c173bb4acf4b346ed375bd31cc83e3 (patch) | |
tree | 5f43f329d3bc1d14e5d15bfeeb2e9000072780a3 /macosx/Wish-Info.plist.in | |
parent | 1a9ed03cff3ca2e3ce2fba690a478d0651c55d12 (diff) | |
download | tk-18f5785d52c173bb4acf4b346ed375bd31cc83e3.zip tk-18f5785d52c173bb4acf4b346ed375bd31cc83e3.tar.gz tk-18f5785d52c173bb4acf4b346ed375bd31cc83e3.tar.bz2 |
Remove all conditional code which requires a minimum deployment target
of OSX 10.5. Currently the build fails for 10.5 and it seems pointless
to try fixing it now, more than 8 years after Apple declared it obsolete.
Diffstat (limited to 'macosx/Wish-Info.plist.in')
-rw-r--r-- | macosx/Wish-Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in index db75cf2..d2fc388 100644 --- a/macosx/Wish-Info.plist.in +++ b/macosx/Wish-Info.plist.in @@ -69,7 +69,7 @@ <key>CFBundleVersion</key> <string>@TK_VERSION@@TK_PATCH_LEVEL@</string> <key>LSMinimumSystemVersion</key> - <string>10.5.0</string> + <string>10.6.0</string> <key>LSRequiresCarbon</key> <true/> <key>NSAppleScriptEnabled</key> |