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:
authorSandy Armstrong <sanfordarmstrong@gmail.com>2014-10-17 20:16:48 +0400
committerAaron Bockover <abock@xamarin.com>2014-10-29 20:18:11 +0300
commit87444aac35531b732dee930ade2bbfc9c1f6c991 (patch)
tree6e2755c36557f1c7012428f8870a942b1d105620 /main/build
parent6496c12fdfa4d747721eb1d9d1b947d1de9c5c7f (diff)
[Mac] Handle .sketchcs/.sketchfs file types
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Info.plist.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/main/build/MacOSX/Info.plist.in b/main/build/MacOSX/Info.plist.in
index f03e084f84..21d1128eaf 100644
--- a/main/build/MacOSX/Info.plist.in
+++ b/main/build/MacOSX/Info.plist.in
@@ -45,6 +45,38 @@
<true/>
</dict>
<dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>sketchcs</string>
+ </array>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>application/x-xamarin-cs-sketch</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>C# Sketch File</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>sketchfs</string>
+ </array>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>application/x-xamarin-fs-sketch</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>F# Sketch File</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ <dict>
<key>CFBundleTypeName</key>
<string>Source Code</string>
<key>CFBundleTypeRole</key>