aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-02 17:04:13 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-02 17:40:46 +0530
commitcd16db83cc4ca4388089164018726955db15e87a (patch)
tree0a3ce93217f6fb8071f7bb974c8a09e4b991ec1f
parentInfo.plist: Add .conf extension to document type (diff)
downloadwireguard-apple-cd16db83cc4ca4388089164018726955db15e87a.tar.xz
wireguard-apple-cd16db83cc4ca4388089164018726955db15e87a.zip
Info.plist: Register zip file for open-in
Signed-off-by: Roopesh Chander <roop@roopc.net>
-rw-r--r--WireGuard/WireGuard/Info.plist12
1 files changed, 12 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index e3c7989..3d5ccd4 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -29,6 +29,18 @@
<string>com.wireguard.config.quick</string>
</array>
</dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>Zip file</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.pkware.zip-archive</string>
+ </array>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>