Created
June 2, 2014 12:15
-
-
Save wrboyce/5e5efe35a43109b39dde to your computer and use it in GitHub Desktop.
iTerm2-visor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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