diff options
author | 2014-09-01 12:29:53 -0400 | |
---|---|---|
committer | 2014-09-01 12:29:53 -0400 | |
commit | 99c8ba31def3abb546d2343747bcb94bee001321 (patch) | |
tree | 0c9638b394582324a71e590b2fb689e17dfef44c /src/Info.plist | |
parent | 6fe7dc428774ff46925c1666c785fc09e6901d3d (diff) | |
download | textadept-99c8ba31def3abb546d2343747bcb94bee001321.tar.gz textadept-99c8ba31def3abb546d2343747bcb94bee001321.zip |
Updated for Textadept 7.6.
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 22 |
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> |