Info.plist: Add .conf extension to document type

This commit is contained in:
Roopesh Chander 2018-11-02 16:57:30 +05:30
parent 2abcba8031
commit 2c999c09de
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>conf</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array>
<string>wireguard_doc_logo_22x29.png</string>