From 036dc454c6f370d12a6f738aef2689f594f6a87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 6 Jan 2018 09:19:41 +0100 Subject: [PATCH] Fix Info.plist for YACReader. CFBundleTypeRole was missing for all the supported types. The LSItemContentType for pdf should be com.adobe.pdf. --- YACReader/Info.plist | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/YACReader/Info.plist b/YACReader/Info.plist index 88911bec..b01b250e 100644 --- a/YACReader/Info.plist +++ b/YACReader/Info.plist @@ -21,6 +21,8 @@ CFBundleTypeName YACReader Comic rar + CFBundleTypeRole + Viewer LSHandlerRank Owner LSItemContentTypes @@ -31,6 +33,8 @@ CFBundleTypeName YACReader Comic zip + CFBundleTypeRole + Viewer LSHandlerRank Owner LSItemContentTypes @@ -41,6 +45,8 @@ CFBundleTypeName YACReader Comic cbr + CFBundleTypeRole + Viewer LSHandlerRank Owner LSItemContentTypes @@ -51,6 +57,8 @@ CFBundleTypeName YACReader Comic cbz + CFBundleTypeRole + Viewer LSHandlerRank Owner LSItemContentTypes @@ -61,11 +69,13 @@ CFBundleTypeName YACReader Comic pdf + CFBundleTypeRole + Viewer LSHandlerRank Owner LSItemContentTypes - com.yacreader.yacreader.pdf + com.adobe.pdf