diff options
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |