Info.plist: Register zip file for open-in

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-11-02 17:04:13 +05:30
parent 09a0d1ef20
commit cd16db83cc
1 changed files with 12 additions and 0 deletions

View File

@ -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>