mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Set CFBundleTypeRole to Editor
This gets ride of an annoying console warning.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>file.icns</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
||||
Reference in New Issue
Block a user