aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-02 16:57:30 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-02 17:40:46 +0530
commit09a0d1ef20042bc47ecb2f6f745417bfa8bf0bb1 (patch)
treed3b477c63821e5fef404f8efbb4365ce3ee337a9 /WireGuard
parentAdd document icon (diff)
downloadwireguard-apple-09a0d1ef20042bc47ecb2f6f745417bfa8bf0bb1.tar.xz
wireguard-apple-09a0d1ef20042bc47ecb2f6f745417bfa8bf0bb1.zip
Info.plist: Add .conf extension to document type
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index dc3a8c8..e3c7989 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -7,6 +7,10 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>conf</string>
+ </array>
<key>CFBundleTypeIconFiles</key>
<array>
<string>wireguard_doc_logo_22x29.png</string>