mac: add 9term.app, Plumb.app
R=rsc http://codereview.appspot.com/2783041
This commit is contained in:
parent
c84e737c3f
commit
afea5fc3fd
15 changed files with 220 additions and 0 deletions
78
mac/Plumb.app/Contents/Info.plist
Normal file
78
mac/Plumb.app/Contents/Info.plist
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
<?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>plumb</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>pjw.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.swtch.plan9port.plumb</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Plumb</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Plumb1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>C</string>
|
||||
<string>asm</string>
|
||||
<string>b</string>
|
||||
<string>c</string>
|
||||
<string>cc</string>
|
||||
<string>cgi</string>
|
||||
<string>cgo</string>
|
||||
<string>cpp</string>
|
||||
<string>cs</string>
|
||||
<string>go</string>
|
||||
<string>goc</string>
|
||||
<string>h</string>
|
||||
<string>java</string>
|
||||
<string>l</string>
|
||||
<string>lx</string>
|
||||
<string>m</string>
|
||||
<string>ms</string>
|
||||
<string>pl</string>
|
||||
<string>py</string>
|
||||
<string>s</string>
|
||||
<string>tex</string>
|
||||
<string>txt</string>
|
||||
<string>xy</string>
|
||||
<string>y</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>spaceglenda.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>text/plain</string>
|
||||
</array>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.plain-text</string>
|
||||
<string>public.source-code</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Program Files</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
4
mac/Plumb.app/Contents/MacOS/plumb
Executable file
4
mac/Plumb.app/Contents/MacOS/plumb
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
. ~/.bashrc
|
||||
PLAN9=${PLAN9:-/usr/local/plan9}
|
||||
$PLAN9/bin/plumb $($PLAN9/bin/macargv)
|
||||
2
mac/Plumb.app/Contents/PkgInfo
Normal file
2
mac/Plumb.app/Contents/PkgInfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
APPLPlumb
|
||||
|
||||
BIN
mac/Plumb.app/Contents/Resources/pjw.icns
Normal file
BIN
mac/Plumb.app/Contents/Resources/pjw.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue