diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-18 23:17:41 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-18 23:17:41 -0500 |
commit | d7c0d7c86191925dcd0dfff353823f9f7e473de5 (patch) | |
tree | 334bf84630878fd916d23e7e6b5a8f74966e5292 /git-gui | |
parent | git-gui: Allow adding untracked files in selection. (diff) | |
download | tgif-d7c0d7c86191925dcd0dfff353823f9f7e473de5.tar.xz |
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-x | git-gui | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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"> |