aboutsummaryrefslogtreecommitdiff
path: root/mac/Plumb.app
diff options
context:
space:
mode:
authorDavid Jeannot <djeannot24@gmail.com>2012-01-16 17:04:52 -0500
committerRuss Cox <rsc@swtch.com>2012-01-16 17:04:52 -0500
commit8423a43814aa8549e9fe2bd1f50ba3eecdf3032c (patch)
tree1c7282e2ebb3f8e5bdd4f54a9c23d42e5e714583 /mac/Plumb.app
parente89a71ffdd0b8807505db64ece9307f03252da51 (diff)
downloadplan9port-8423a43814aa8549e9fe2bd1f50ba3eecdf3032c.tar.gz
plan9port-8423a43814aa8549e9fe2bd1f50ba3eecdf3032c.tar.bz2
plan9port-8423a43814aa8549e9fe2bd1f50ba3eecdf3032c.zip
Plumb.app: prevent the Finder's activation after Devdraw's
The Finder can be reactivated after Devdraw's activation if both windows are on the same space. We prevent this by preventing Plumb.app's activation in the first place. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498096
Diffstat (limited to 'mac/Plumb.app')
-rw-r--r--mac/Plumb.app/Contents/Info.plist7
1 files changed, 4 insertions, 3 deletions
diff --git a/mac/Plumb.app/Contents/Info.plist b/mac/Plumb.app/Contents/Info.plist
index cff94bb8..5319ea10 100644
--- a/mac/Plumb.app/Contents/Info.plist
+++ b/mac/Plumb.app/Contents/Info.plist
@@ -1,5 +1,5 @@
<?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">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
@@ -68,11 +68,12 @@
<key>CFBundleTypeName</key>
<string>Program Files</string>
<key>CFBundleTypeOSTypes</key>
- <array>
- </array>
+ <array/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
+ <key>LSBackgroundOnly</key>
+ <true/>
</dict>
</plist>