Skip to content

Instantly share code, notes, and snippets.

@wrboyce
Created June 2, 2014 12:15
Show Gist options
  • Select an option

  • Save wrboyce/5e5efe35a43109b39dde to your computer and use it in GitHub Desktop.

Select an option

Save wrboyce/5e5efe35a43109b39dde to your computer and use it in GitHub Desktop.
iTerm2-visor
diff --git a/iTerm.plist b/iTerm.plist
index 8eda455..a56899a 100644
--- a/iTerm.plist
+++ b/iTerm.plist
@@ -67,7 +67,7 @@
<key>CFBundleIconFile</key>
<string>iTerm.icns</string>
<key>CFBundleIdentifier</key>
- <string>com.googlecode.iterm2</string>
+ <string>com.googlecode.iterm2-visor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -197,5 +197,7 @@
<string>http://iterm2.com/appcasts/nightly.xml</string>
<key>SUFeedURLForFinal</key>
<string>http://iterm2.com/appcasts/final.xml</string>
+ <key>LSUIElement</key>
+ <true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment