Disable darkmode for now

This commit is contained in:
Luis Ángel San Martín 2019-08-31 09:35:32 +02:00
parent f4b4f11a70
commit 24fce96220
3 changed files with 33 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<string>YACReader</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
@ -22,7 +22,7 @@
<key>CFBundleTypeName</key>
<string>YACReader Comic rar</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
@ -34,7 +34,7 @@
<key>CFBundleTypeName</key>
<string>YACReader Comic zip</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
@ -46,7 +46,7 @@
<key>CFBundleTypeName</key>
<string>YACReader Comic cbr</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
@ -58,7 +58,7 @@
<key>CFBundleTypeName</key>
<string>YACReader Comic cbz</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
@ -70,7 +70,7 @@
<key>CFBundleTypeName</key>
<string>YACReader Comic pdf</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
@ -167,5 +167,7 @@
</dict>
</dict>
</array>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleIconFile</key>
<string>YACReaderLibrary.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>YACReaderLibrary</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>YACReaderLibrary</string>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>CFBundleIdentifier</key>
<string>com.yacreader.YACReaderLibrary</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>
</plist>

View File

@ -245,6 +245,7 @@ RC_FILE = icon.rc
macx {
ICON = YACReaderLibrary.icns
QMAKE_INFO_PLIST = YACReaderLibraryInfo.plist
}
TRANSLATIONS = yacreaderlibrary_es.ts \