Allow folders and bundles to be opened with TextMate

This is mainly for TextMate’s own Open With menu, as it doesn’t seem to affect Finder’s (and TextMate already did support folders being dragged onto its application icon).
This commit is contained in:
Allan Odgaard
2012-09-03 16:29:31 +02:00
parent 99fd86dab6
commit 9f5aa0b2a8

View File

@@ -542,5 +542,9 @@
CFBundleTypeRole = Editor;
LSItemContentTypes = ( public.data );
},
{ CFBundleTypeRole = "Editor";
LSItemContentTypes = ( "public.directory", "com.apple.bundle", "com.apple.resolvable" );
},
);
}