diff options
author | Jay Soffian <jaysoffian@gmail.com> | 2008-02-11 21:33:52 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-02-12 02:34:45 -0500 |
commit | 20a87ecc5861b0e1b76b99549cfaa965b2b27618 (patch) | |
tree | b512ea90813e096d6ea245e11da208a22680d335 /macosx | |
parent | 3b8f19a02c3dd6043a7a6bdd65de2d4610c26b81 (diff) | |
download | git-20a87ecc5861b0e1b76b99549cfaa965b2b27618.tar.gz git-20a87ecc5861b0e1b76b99549cfaa965b2b27618.tar.xz |
git-gui: support Git Gui.app under OS X 10.5
The Tk Framework moved its location in 10.5 compared to 10.4
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Tested-by: Seth Falcon <seth@userprimary.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 99913ec57..b3bf15fa1 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>Wish</string> + <string>@@GITGUI_TKEXECUTABLE@@</string> <key>CFBundleGetInfoString</key> <string>Git Gui @@GITGUI_VERSION@@ © 2006-2007 Shawn Pearce, et. al.</string> <key>CFBundleIconFile</key> |