aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'src/Info.plist')
-rw-r--r--src/Info.plist22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/Info.plist b/src/Info.plist
index d1ac826b..d13da2fd 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -801,6 +801,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>rst</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>reST source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>orx</string>
<string>rex</string>
</array>
@@ -988,6 +998,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>yaml</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>YAML source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
@@ -1021,7 +1041,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.5</string>
+ <string>7.6</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>