summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-18 16:56:37 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-18 16:56:37 +0300
commitdcf86a5ae8a6595b64b703ded09c81483a766906 (patch)
treebc235ed4654e36b5d91d8a4266b34bf33f29cf81
parentd3b7d71b7a9afff15e589f0302bf48c36d1ac6cf (diff)
Declare .gemini as a supported file extension
-rw-r--r--res/MacOSXBundleInfo.plist.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in
index 74b1662e..07a596aa 100644
--- a/res/MacOSXBundleInfo.plist.in
+++ b/res/MacOSXBundleInfo.plist.in
@@ -38,7 +38,8 @@
38 <key>CFBundleTypeExtensions</key> 38 <key>CFBundleTypeExtensions</key>
39 <array> 39 <array>
40 <string>gmi</string> 40 <string>gmi</string>
41 </array> 41 <string>gemini</string>
42 </array>
42 <key>CFBundleTypeIconFile</key> 43 <key>CFBundleTypeIconFile</key>
43 <string>text-gemini.icns</string> 44 <string>text-gemini.icns</string>
44 <key>CFBundleTypeName</key> 45 <key>CFBundleTypeName</key>