aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-25 06:11:51 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:02 +0530
commit1c8928c8a1a893d9ea2a2faa569a8b77dd8955b8 (patch)
tree43ef3545fd7243e5e0b24d6b39a1b93b68edd8f4 /WireGuard
parentInfo.plist: Export the config file type declaration (diff)
downloadwireguard-apple-1c8928c8a1a893d9ea2a2faa569a8b77dd8955b8.tar.xz
wireguard-apple-1c8928c8a1a893d9ea2a2faa569a8b77dd8955b8.zip
Info.plist: support for opening wg-quick config (.conf) files
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/Info.plist19
1 files changed, 19 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index c63f495..262e1a6 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -4,6 +4,25 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>WireGuard wg-quick configuration file</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.wireguard.config.quick</string>
+ </array>
+ </dict>
+ </array>
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <false/>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>