Skip to content
Snippets Groups Projects
Commit 80be2c43 authored by George Nachman's avatar George Nachman
Browse files

Clean up plists

parent ce9f7c49
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,6 +47,14 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Shell</string>
<key>LSItemContentTypes</key>
<array>
<string>public.unix-executable</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>iTerm</string>
Loading
Loading
<?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>NSHumanReadableCopyright</key>
<string>GPL v2</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
Loading
Loading
@@ -177,6 +179,8 @@
</array>
<key>CFBundleVersion</key>
<string>unknown</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSExtensions</key>
Loading
Loading
@@ -193,4 +197,3 @@
<string>http://iterm2.googlecode.com/svn/trunk/appcasts/final.xml</string>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment