mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Info.plist: Make GitX open any file/folder on drop
This extends the Info.plist, allowing any file/folder to be dropped onto the GitX dock-icon. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
+10
@@ -8,6 +8,16 @@
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>*</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>None</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Standard folder</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
|
||||
Reference in New Issue
Block a user