From d889f0975ef12e71171dd51b407e853e54875b30 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Sat, 11 Apr 2020 23:47:50 -0600 Subject: [PATCH] Update Info.plist Wrap the UTTypeTagSpecifications in arrays, as Xcode does. --- dist/mac/Info.plist | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 1f783c086..db296fc49 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -88,13 +88,17 @@ UTTypeTagSpecification com.apple.ostype - TORR + + TORR + public.filename-extension torrent public.mime-type - application/x-bittorrent + + application/x-bittorrent +