mac: add 9term.app, Plumb.app

R=rsc
http://codereview.appspot.com/2783041
This commit is contained in:
Russ Cox 2010-10-27 18:22:03 -07:00
parent c84e737c3f
commit afea5fc3fd
15 changed files with 220 additions and 0 deletions

View file

@ -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>

View file

@ -0,0 +1,5 @@
#!/bin/bash
cd $HOME
. ~/.bashrc
PLAN9=${PLAN9:-/usr/local/plan9}
$PLAN9/bin/9term -W600x800 &

View file

@ -0,0 +1,2 @@
APPL9term

Binary file not shown.