aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Info.plist
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-09-03 00:08:34 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-09-03 00:08:34 +0200
commit56c543f1fc9f120a94ad73f51adc3893c7a1d218 (patch)
tree979421e42812af6b6200066683c1acd2c00da540 /WireGuard/Info.plist
parentLazy WGContext made connection unstable. (diff)
downloadwireguard-apple-56c543f1fc9f120a94ad73f51adc3893c7a1d218.tar.xz
wireguard-apple-56c543f1fc9f120a94ad73f51adc3893c7a1d218.zip
Import of zip.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard/Info.plist')
-rw-r--r--WireGuard/Info.plist35
1 files changed, 26 insertions, 9 deletions
diff --git a/WireGuard/Info.plist b/WireGuard/Info.plist
index f3d505d..0603681 100644
--- a/WireGuard/Info.plist
+++ b/WireGuard/Info.plist
@@ -79,11 +79,6 @@
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>conf</string>
- </dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
@@ -97,29 +92,51 @@
</array>
<key>UTTypeIdentifier</key>
<string>com.wireguard.config.quick</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>conf</string>
+ </dict>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>com.pkware.zip-archive</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>WireGuard configuration</string>
+ <key>UTTypeIconFiles</key>
+ <array>
+ <string>icon_20pt@3x</string>
+ <string>icon_60pt@3x</string>
+ </array>
+ <key>UTTypeIdentifier</key>
+ <string>com.wireguard.config.quick</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>conf</string>
</dict>
+ </dict>
+ <dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
- <string>WireGuard configuration</string>
+ <string>WireGuard configurations</string>
<key>UTTypeIconFiles</key>
<array>
- <string>icon_20pt@3x</string>
- <string>icon_60pt@3x</string>
+ <string>icon_20pt.png</string>
+ <string>icon_60pt@3x.png</string>
</array>
<key>UTTypeIdentifier</key>
- <string>com.wireguard.config.quick</string>
+ <string>com.wireguard.config.quick.confs</string>
+ <key>public.filename-extension</key>
+ <string>zip</string>
</dict>
</array>
</dict>