diff options
author | 2013-07-10 15:22:26 -0400 | |
---|---|---|
committer | 2013-07-10 15:22:26 -0400 | |
commit | 2b4d555ce78829d3e33be281179fd4746bb94d79 (patch) | |
tree | d78a04672401529201f70259fa9874223ddc789f /src/Info.plist | |
parent | 95ce7ae37a7ab3dc0a22e14e473dfef310d552b3 (diff) | |
download | textadept-2b4d555ce78829d3e33be281179fd4746bb94d79.tar.gz textadept-2b4d555ce78829d3e33be281179fd4746bb94d79.zip |
Updated for 7.0 beta.
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Info.plist b/src/Info.plist index 428e94df..9d3f1710 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -351,6 +351,16 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>go</string> + </array> + <key>CFBundleTypeName</key> + <string>Go source</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>groovy</string> <string>gvy</string> </array> @@ -967,7 +977,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.0 alpha 2</string> + <string>7.0 beta</string> <key>NSHighResolutionCapable</key> <true/> </dict> |