diff options
Diffstat (limited to 'mac/9term.app/Contents')
-rw-r--r-- | mac/9term.app/Contents/Info.plist | 28 | ||||
-rwxr-xr-x | mac/9term.app/Contents/MacOS/9term | 5 | ||||
-rw-r--r-- | mac/9term.app/Contents/PkgInfo | 2 | ||||
-rw-r--r-- | mac/9term.app/Contents/Resources/spaceglenda.icns | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..058efbfd --- /dev/null +++ b/mac/9term.app/Contents/Resources/spaceglenda.icns |