aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-07 19:15:54 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-07 17:43:30 +0100
commitb5447add1e2a05f6ef20c937e2b50a622e00071f (patch)
tree727f1be8a5d2a662d5e415ab7ef6d9fbdb5f1b29 /WireGuard/WireGuard
parentImporting: Also support importing public.text files in the file picker (diff)
downloadwireguard-apple-b5447add1e2a05f6ef20c937e2b50a622e00071f.tar.xz
wireguard-apple-b5447add1e2a05f6ef20c937e2b50a622e00071f.zip
Info.plist: Register for handling public.text files for Open-in
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard')
-rw-r--r--WireGuard/WireGuard/Info.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index d74b477..91b31dc 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -41,6 +41,20 @@
<string>com.pkware.zip-archive</string>
</array>
</dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Text file</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.text</string>
+ </array>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>