Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-04 05:38:47 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-04 05:38:47 +0300
commit8e08eda97594a051b98e08257d0621f56acfd079 (patch)
treec984fcb37c83a01df74479effed1576c0f820489 /main/build
parent82dda32f6ed4b24f67b2de7b3f15c196d4d6385f (diff)
[Mac] Register more file extensions
C# and F# projects with MD, now with icons! F# files too.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Info.plist.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/main/build/MacOSX/Info.plist.in b/main/build/MacOSX/Info.plist.in
index 21d1128eaf..42e530ad2c 100644
--- a/main/build/MacOSX/Info.plist.in
+++ b/main/build/MacOSX/Info.plist.in
@@ -33,6 +33,34 @@
<true/>
</dict>
<dict>
+ <key>CFBundleTypeIconFile</key>
+ <string>monodevelop.sln.icns</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>csproj</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>@APP_NAME@ C# Project</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFile</key>
+ <string>monodevelop.sln.icns</string>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>fsproj</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>@APP_NAME@ F# Project</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cs</string>
@@ -77,6 +105,30 @@
<true/>
</dict>
<dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>fs</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>F# Source File</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>fsx</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>F# Script File</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
<key>CFBundleTypeName</key>
<string>Source Code</string>
<key>CFBundleTypeRole</key>