aboutsummaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
index e1b9e8c..6a6eedd 100644
--- a/Info.plist
+++ b/Info.plist
@@ -24,5 +24,19 @@
<string>10.12</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2023 Teddy Wing</string>
+
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.plain-text</string>
+ </array>
+ <key>NSDocumentClass</key>
+ <string>Document</string>
+ </dict>
+ </array>
</dict>
</plist>