Info.plist: Add .conf extension to document type
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
1e5bd7e458
commit
09a0d1ef20
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue