aboutsummaryrefslogtreecommitdiff
path: root/src/Info.plist
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-06-30 21:30:16 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2015-06-30 21:30:16 -0400
commit1d3b44148ed0999ad262912c296716b273a76112 (patch)
tree50278e449d2fd8d9ff55881c6a18b69628eabcb4 /src/Info.plist
parent0bb36c066ea948a9d78c089402abffc6dddb9c6b (diff)
downloadtextadept-1d3b44148ed0999ad262912c296716b273a76112.tar.gz
textadept-1d3b44148ed0999ad262912c296716b273a76112.zip
Updated for 8.1.
Diffstat (limited to 'src/Info.plist')
-rw-r--r--src/Info.plist23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/Info.plist b/src/Info.plist
index e5d8d14f..1aee922c 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -277,6 +277,17 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>ex</string>
+ <string>exs</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Elixir source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>erl</string>
<string>hrl</string>
</array>
@@ -1033,6 +1044,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>wsf</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>WSF source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>dtd</string>
<string>svg</string>
<string>xml</string>
@@ -1102,7 +1123,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>8.0</string>
+ <string>8.1</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>