aboutsummaryrefslogtreecommitdiff
path: root/mac/9term.app
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2010-10-27 18:22:03 -0700
committerRuss Cox <rsc@swtch.com>2010-10-27 18:22:03 -0700
commitafea5fc3fd16a2865d0af52563f601a4c03d8256 (patch)
treeb81993a174c8cdf7b49466120322ed9feb781adf /mac/9term.app
parentc84e737c3f64030dc9b66ddb931cac757e9ba986 (diff)
downloadplan9port-afea5fc3fd16a2865d0af52563f601a4c03d8256.tar.gz
plan9port-afea5fc3fd16a2865d0af52563f601a4c03d8256.tar.bz2
plan9port-afea5fc3fd16a2865d0af52563f601a4c03d8256.zip
mac: add 9term.app, Plumb.app
R=rsc http://codereview.appspot.com/2783041
Diffstat (limited to 'mac/9term.app')
-rw-r--r--mac/9term.app/Contents/Info.plist28
-rwxr-xr-xmac/9term.app/Contents/MacOS/9term5
-rw-r--r--mac/9term.app/Contents/PkgInfo2
-rw-r--r--mac/9term.app/Contents/Resources/spaceglenda.icnsbin0 -> 148345 bytes
4 files changed, 35 insertions, 0 deletions
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 @@
+<?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">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>9term</string>
+ <key>CFBundleGetInfoString</key>
+ <string>0.1-1</string>
+ <key>CFBundleIconFile</key>
+ <string>spaceglenda.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.swtch.9term</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>9term</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.1</string>
+ <key>CFBundleSignature</key>
+ <string>9term1</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>
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
--- /dev/null
+++ b/mac/9term.app/Contents/Resources/spaceglenda.icns
Binary files differ