summaryrefslogtreecommitdiff
path: root/git-gui
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-19 04:17:41 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2006-11-19 04:17:41 (GMT)
commitd7c0d7c86191925dcd0dfff353823f9f7e473de5 (patch)
tree334bf84630878fd916d23e7e6b5a8f74966e5292 /git-gui
parent54896cf7c150038bd286b909897673f85c691abc (diff)
downloadgit-d7c0d7c86191925dcd0dfff353823f9f7e473de5.zip
git-d7c0d7c86191925dcd0dfff353823f9f7e473de5.tar.gz
git-d7c0d7c86191925dcd0dfff353823f9f7e473de5.tar.bz2
git-gui: Don't create PkgInfo on Mac OS X "desktop icons".
Turns out that we really don't need the Contents/PkgInfo file on Mac OS 10.4. The Finder will still launch the application properly without one. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui')
-rwxr-xr-xgit-gui4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-gui b/git-gui
index d1054f6..063d83c 100755
--- a/git-gui
+++ b/git-gui
@@ -2216,10 +2216,6 @@ proc do_macosx_app {} {
file mkdir $MacOS
- set fd [open [file join $Contents PkgInfo] w]
- puts -nonewline $fd {APPL????}
- close $fd
-
set fd [open [file join $Contents Info.plist] w]
puts $fd {<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">