aboutsummaryrefslogtreecommitdiff
path: root/src/Info.plist
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-01-01 12:49:25 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-01-01 12:49:25 -0500
commit2f90946c76334830889d3df2bb570ef637c2b8eb (patch)
tree3d9507a17f12e76bd01bc33c2ba3f48b423778d8 /src/Info.plist
parentee8e402829b65901351bbbf7417c291da7c3b541 (diff)
downloadtextadept-2f90946c76334830889d3df2bb570ef637c2b8eb.tar.gz
textadept-2f90946c76334830889d3df2bb570ef637c2b8eb.zip
Updated for 7.2 alpha.
Diffstat (limited to 'src/Info.plist')
-rw-r--r--src/Info.plist12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Info.plist b/src/Info.plist
index 0c448846..ad8a847c 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -225,6 +225,16 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>dart</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Dart source</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>desktop</string>
</array>
<key>CFBundleTypeName</key>
@@ -1011,7 +1021,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.1</string>
+ <string>7.2 alpha</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>