Skip to content

Commit

Permalink
Register self as editor for public.text
Browse files Browse the repository at this point in the history
Fix #54
  • Loading branch information
uranusjr committed Jul 10, 2014
1 parent 09e3403 commit 51684c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MacDown.xcworkspace/xcshareddata/MacDown.xccheckout
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>2ED89E13-3B2B-4089-9443-F3D81BEAE8E8</string>
<string>26AD1539-E91F-48E0-A3E7-3E54BF601AA9</string>
<key>IDESourceControlProjectName</key>
<string>MacDown</string>
<key>IDESourceControlProjectOriginsDictionary</key>
Expand Down
18 changes: 17 additions & 1 deletion MacDown/MacDown-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,23 @@
<key>CFBundleTypeExtensions</key>
<array/>
<key>CFBundleTypeMIMETypes</key>
<array/>
<array>
<string>text/plain</string>
</array>
<key>CFBundleTypeName</key>
<string>NSStringPboardType</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.text</string>
</array>
<key>LSTypeIsPackage</key>
<integer>0</integer>
<key>NSDocumentClass</key>
<string>MPDocument</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Document</string>
<key>CFBundleTypeRole</key>
Expand Down

0 comments on commit 51684c5

Please sign in to comment.