Skip to content

Commit 309811a

Browse files
authored
Merge pull request #114 from pkasila/change-nsdocument-priority
Change document types priority
2 parents 0a0aafa + b11ad20 commit 309811a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CodeEdit/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
<array>
77
<dict>
88
<key>CFBundleTypeName</key>
9-
<string>Workspace Folder</string>
9+
<string>Source Code</string>
1010
<key>CFBundleTypeRole</key>
11-
<string>Viewer</string>
11+
<string>Editor</string>
1212
<key>LSHandlerRank</key>
1313
<string>Default</string>
1414
<key>LSItemContentTypes</key>
1515
<array>
16-
<string>public.folder</string>
16+
<string>public.item</string>
1717
</array>
1818
<key>NSDocumentClass</key>
19-
<string>WorkspaceDocument</string>
19+
<string>CodeFileDocument</string>
2020
</dict>
2121
<dict>
2222
<key>CFBundleTypeName</key>
23-
<string>Source Code</string>
23+
<string>Workspace Folder</string>
2424
<key>CFBundleTypeRole</key>
25-
<string>Editor</string>
25+
<string>Viewer</string>
2626
<key>LSHandlerRank</key>
2727
<string>Default</string>
2828
<key>LSItemContentTypes</key>
2929
<array>
30-
<string>public.item</string>
30+
<string>public.folder</string>
3131
</array>
3232
<key>NSDocumentClass</key>
33-
<string>CodeFileDocument</string>
33+
<string>WorkspaceDocument</string>
3434
</dict>
3535
</array>
3636
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)