At 2:10 PM -0800 11/25/09, Mark McBride wrote:
>When I installed GitX, every folder I have that ends in .git is now being 
>treated as a package in OS X.  This breaks a lotof things, for example, in 
>Automator I can't choose any of my .git folders as folders because it no 
>longer sees them asfolders.
>
>How can I make those folders just be treated as folders again?  In other 
>words, make them so that they don't have an "opens with GitX" setting.

I have the same problem.

To solve it I clone the GitX repo, edit info.plist to remove the string "git" 
from the CFBundleTypeExtensions keyand rebuild it.

I do this every time I want to update Gitx.


diff --git a/Info.plist b/Info.plist
index 8aa62a7..e98641e 100644
--- a/Info.plist
+++ b/Info.plist
@@ -21,7 +21,7 @@
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
-                               <string>git</string>
+                               <string></string>
                                <string></string>
                        </array>
                        <key>CFBundleTypeIconFile</key>

Reply via email to