Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save putermancer/484082 to your computer and use it in GitHub Desktop.
Save putermancer/484082 to your computer and use it in GitHub Desktop.
--- Info.plist.orig 2010-07-19 21:38:00.000000000 -0600
+++ Info.plist 2010-07-20 08:18:24.000000000 -0600
@@ -26,13 +26,13 @@
<array>
<dict>
<key>BundleIdentifier</key>
- <string>com.apple.Terminal</string>
+ <string>com.apple.VisorTerminal</string>
<key>BundleVersionsRE</key>
<array>
<string>.*</string>
</array>
<key>ExecPattern</key>
- <string>*/Terminal.app/Contents/MacOS/Terminal</string>
+ <string>*/VisorTerminal.app/Contents/MacOS/Terminal</string>
</dict>
</array>
</dict>
@@ -42,7 +42,7 @@
<array>
<dict>
<key>BundleIdentifier</key>
- <string>com.apple.Terminal</string>
+ <string>com.apple.VisorTerminal</string>
</dict>
</array>
</dict>
--- ../../Terminal.app/Contents/Info.plist 2010-02-11 01:54:02.000000000 -0700
+++ Info.plist 2010-07-20 08:17:25.000000000 -0600
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
- <string>Terminal</string>
+ <string>VisorTerminal</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -64,11 +64,11 @@
<key>CFBundleIconFile</key>
<string>Terminal</string>
<key>CFBundleIdentifier</key>
- <string>com.apple.Terminal</string>
+ <string>com.apple.VisorTerminal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>Terminal</string>
+ <string>VisorTerminal</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
@@ -170,6 +170,8 @@
</array>
</dict>
</dict>
- </array>
+ </array>
+ <key>LSUIElement</key>
+ <string>1</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment