summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-10 18:45:38 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-10 18:45:38 +0200
commit743dbe9f3ff5bd6daee28320ac80ace73e13f08d (patch)
tree95c9405382f5b000e73a3da4508d0a9dccc542dc /res
parent3c5b1c00ccf7ede6d4d28697b7abde7ee53fada7 (diff)
macOS: Register "gopher:" URL scheme
IssueID #113
Diffstat (limited to 'res')
-rw-r--r--res/MacOSXBundleInfo.plist.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in
index daa71574..1d769768 100644
--- a/res/MacOSXBundleInfo.plist.in
+++ b/res/MacOSXBundleInfo.plist.in
@@ -64,6 +64,14 @@
64 <string>gemini</string> 64 <string>gemini</string>
65 </array> 65 </array>
66 </dict> 66 </dict>
67 <dict>
68 <key>CFBundleURLName</key>
69 <string>Gopher</string>
70 <key>CFBundleURLSchemes</key>
71 <array>
72 <string>gopher</string>
73 </array>
74 </dict>
67 </array> 75 </array>
68</dict> 76</dict>
69</plist> 77</plist>