]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Info.plist: Register for handling public.text files for Open-in
authorRoopesh Chander <roop@roopc.net>
Wed, 7 Nov 2018 13:45:54 +0000 (19:15 +0530)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 7 Nov 2018 16:43:30 +0000 (17:43 +0100)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/Info.plist

index d74b477ed7898f8549624d641090b4249da2e9d1..91b31dc5269cabec33744367b2ab19f3659cf085 100644 (file)
                                <string>com.pkware.zip-archive</string>
                        </array>
                </dict>
+               <dict>
+                       <key>CFBundleTypeIconFiles</key>
+                       <array/>
+                       <key>CFBundleTypeName</key>
+                       <string>Text file</string>
+                       <key>CFBundleTypeRole</key>
+                       <string>Viewer</string>
+                       <key>LSHandlerRank</key>
+                       <string>Alternate</string>
+                       <key>LSItemContentTypes</key>
+                       <array>
+                               <string>public.text</string>
+                       </array>
+               </dict>
        </array>
        <key>CFBundleExecutable</key>
        <string>$(EXECUTABLE_NAME)</string>