From afea5fc3fd16a2865d0af52563f601a4c03d8256 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 27 Oct 2010 18:22:03 -0700 Subject: mac: add 9term.app, Plumb.app R=rsc http://codereview.appspot.com/2783041 --- mac/9term.app/Contents/Info.plist | 28 ++++++++++++++++++++++ mac/9term.app/Contents/MacOS/9term | 5 ++++ mac/9term.app/Contents/PkgInfo | 2 ++ mac/9term.app/Contents/Resources/spaceglenda.icns | Bin 0 -> 148345 bytes 4 files changed, 35 insertions(+) create mode 100644 mac/9term.app/Contents/Info.plist create mode 100755 mac/9term.app/Contents/MacOS/9term create mode 100644 mac/9term.app/Contents/PkgInfo create mode 100644 mac/9term.app/Contents/Resources/spaceglenda.icns (limited to 'mac/9term.app') diff --git a/mac/9term.app/Contents/Info.plist b/mac/9term.app/Contents/Info.plist new file mode 100644 index 00000000..b6fbda79 --- /dev/null +++ b/mac/9term.app/Contents/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + 9term + CFBundleGetInfoString + 0.1-1 + CFBundleIconFile + spaceglenda.icns + CFBundleIdentifier + com.swtch.9term + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + 9term + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.1 + CFBundleSignature + 9term1 + CFBundleVersion + 1 + + diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term new file mode 100755 index 00000000..ef6692c3 --- /dev/null +++ b/mac/9term.app/Contents/MacOS/9term @@ -0,0 +1,5 @@ +#!/bin/bash +cd $HOME +. ~/.bashrc +PLAN9=${PLAN9:-/usr/local/plan9} +$PLAN9/bin/9term -W600x800 & diff --git a/mac/9term.app/Contents/PkgInfo b/mac/9term.app/Contents/PkgInfo new file mode 100644 index 00000000..494274ce --- /dev/null +++ b/mac/9term.app/Contents/PkgInfo @@ -0,0 +1,2 @@ +APPL9term + diff --git a/mac/9term.app/Contents/Resources/spaceglenda.icns b/mac/9term.app/Contents/Resources/spaceglenda.icns new file mode 100644 index 00000000..058efbfd Binary files /dev/null and b/mac/9term.app/Contents/Resources/spaceglenda.icns differ -- cgit v1.2.3