diff options
author | 2013-10-30 23:55:22 -0400 | |
---|---|---|
committer | 2013-10-30 23:55:22 -0400 | |
commit | f6cd399ce714b1ec3baf0e8018241b10212334f8 (patch) | |
tree | 9c088f729465f9f30fae526fd5f4a083c30368b2 /src/Info.plist | |
parent | d113e962a9276a206cb3c12a2779f9565b9b8630 (diff) | |
download | textadept-f6cd399ce714b1ec3baf0e8018241b10212334f8.tar.gz textadept-f6cd399ce714b1ec3baf0e8018241b10212334f8.zip |
Updated for 7.0.
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/src/Info.plist b/src/Info.plist index d08dede1..27a80587 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -64,6 +64,19 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>asm</string> + <string>ASM</string> + <string>s</string> + <string>S</string> + </array> + <key>CFBundleTypeName</key> + <string>ASM source</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>asa</string> <string>asp</string> <string>hta</string> @@ -597,6 +610,16 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>nim</string> + </array> + <key>CFBundleTypeName</key> + <string>Nimrod source</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>nsh</string> <string>nsi</string> <string>nsis</string> @@ -988,7 +1011,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.0 beta 5</string> + <string>7.0</string> <key>NSHighResolutionCapable</key> <true/> </dict> |