diff options
author | 2018-11-02 17:26:43 +0530 | |
---|---|---|
committer | 2018-11-02 17:40:46 +0530 | |
commit | 159ecca829e9494be0811dce2ef8d656203a7c9e (patch) | |
tree | 3a0bba2b376f06b17e12374f88cc6d70ebf8080f | |
parent | Info.plist: Register zip file for open-in (diff) | |
download | wireguard-apple-159ecca829e9494be0811dce2ef8d656203a7c9e.tar.xz wireguard-apple-159ecca829e9494be0811dce2ef8d656203a7c9e.zip |
Info.plist: Document type UTI should be consistent with exported UTI
Signed-off-by: Roopesh Chander <roop@roopc.net>
-rw-r--r-- | WireGuard/WireGuard/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist index 3d5ccd4..1de30cb 100644 --- a/WireGuard/WireGuard/Info.plist +++ b/WireGuard/WireGuard/Info.plist @@ -93,7 +93,7 @@ <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> - <string>com.wireguard.config.wg-quick</string> + <string>com.wireguard.config.quick</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> |