From 24fce962204f9adfdb81d97534ab3ca51c93cb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 31 Aug 2019 09:35:32 +0200 Subject: [PATCH] Disable darkmode for now --- YACReader/Info.plist | 14 ++++++++------ YACReaderLibrary/Info.plist | 24 ++++++++++++++++++++++++ YACReaderLibrary/YACReaderLibrary.pro | 1 + 3 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 YACReaderLibrary/Info.plist diff --git a/YACReader/Info.plist b/YACReader/Info.plist index b01b250e..00e5cac2 100644 --- a/YACReader/Info.plist +++ b/YACReader/Info.plist @@ -9,7 +9,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - Created by Qt/QMake + YACReader CFBundleSignature ???? CFBundleExecutable @@ -22,7 +22,7 @@ CFBundleTypeName YACReader Comic rar CFBundleTypeRole - Viewer + Viewer LSHandlerRank Owner LSItemContentTypes @@ -34,7 +34,7 @@ CFBundleTypeName YACReader Comic zip CFBundleTypeRole - Viewer + Viewer LSHandlerRank Owner LSItemContentTypes @@ -46,7 +46,7 @@ CFBundleTypeName YACReader Comic cbr CFBundleTypeRole - Viewer + Viewer LSHandlerRank Owner LSItemContentTypes @@ -58,7 +58,7 @@ CFBundleTypeName YACReader Comic cbz CFBundleTypeRole - Viewer + Viewer LSHandlerRank Owner LSItemContentTypes @@ -70,7 +70,7 @@ CFBundleTypeName YACReader Comic pdf CFBundleTypeRole - Viewer + Viewer LSHandlerRank Owner LSItemContentTypes @@ -167,5 +167,7 @@ + NSRequiresAquaSystemAppearance + diff --git a/YACReaderLibrary/Info.plist b/YACReaderLibrary/Info.plist new file mode 100644 index 00000000..e688e8a1 --- /dev/null +++ b/YACReaderLibrary/Info.plist @@ -0,0 +1,24 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + YACReaderLibrary.icns + CFBundlePackageType + APPL + CFBundleGetInfoString + YACReaderLibrary + CFBundleSignature + ???? + CFBundleExecutable + YACReaderLibrary + NSRequiresAquaSystemAppearance + + CFBundleIdentifier + com.yacreader.YACReaderLibrary + NOTE + This file was generated by Qt/QMake. + + diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 14513a18..82659af8 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -245,6 +245,7 @@ RC_FILE = icon.rc macx { ICON = YACReaderLibrary.icns + QMAKE_INFO_PLIST = YACReaderLibraryInfo.plist } TRANSLATIONS = yacreaderlibrary_es.ts \