aboutsummaryrefslogtreecommitdiff
path: root/src/Info.plist
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-09-01 12:29:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-09-01 12:29:53 -0400
commit99c8ba31def3abb546d2343747bcb94bee001321 (patch)
tree0c9638b394582324a71e590b2fb689e17dfef44c /src/Info.plist
parent6fe7dc428774ff46925c1666c785fc09e6901d3d (diff)
downloadtextadept-99c8ba31def3abb546d2343747bcb94bee001321.tar.gz
textadept-99c8ba31def3abb546d2343747bcb94bee001321.zip
Updated for Textadept 7.6.
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>