aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-24 19:40:33 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:02 +0530
commit6c33968fe3507b99a55115470388409d2ef7f208 (patch)
treeb3e1d7fd573be37c22bcda7216a062a36e7c291f /WireGuard/WireGuard/Info.plist
parentConfig file: Parsing a wg-quick config file (diff)
downloadwireguard-apple-6c33968fe3507b99a55115470388409d2ef7f208.tar.xz
wireguard-apple-6c33968fe3507b99a55115470388409d2ef7f208.zip
Info.plist: Export the config file type declaration
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Info.plist')
-rw-r--r--WireGuard/WireGuard/Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index f66b431..c63f495 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -39,5 +39,25 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UTExportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.text</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>WireGuard wg-quick configuration file (.conf)</string>
+ <key>UTTypeIconFiles</key>
+ <array/>
+ <key>UTTypeIdentifier</key>
+ <string>com.wireguard.config.wg-quick</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>conf</string>
+ </dict>
+ </dict>
+ </array>
</dict>
</plist>