]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Info.plist: Add .conf extension to document type
authorRoopesh Chander <roop@roopc.net>
Fri, 2 Nov 2018 11:27:30 +0000 (16:57 +0530)
committerRoopesh Chander <roop@roopc.net>
Fri, 2 Nov 2018 12:10:46 +0000 (17:40 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/Info.plist

index dc3a8c86370f07102aae189d59319344cc155cc6..e3c79891eb427e80dca98482dd38ea65fe278d98 100644 (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>