Dark Mode in Installer.app
Dark Mode in Installer.app
- Subject: Dark Mode in Installer.app
- From: Stephane Sudre <email@hidden>
- Date: Sun, 17 Jun 2018 12:33:27 +0200
Some findings about Dark Mode when it comes to Installer.app:
o Background Images:
You can have a background image for Light Mode and a background
image for Dark Mode.
<background file="image1" ... />
<background-NSAppearanceNameDarkAqua file="image2" ... />
As far as I can tell, if you do not define a background image for
Dark Mode, no background images will be displayed when Dark Mode is
enabled.
Note: Not a big fan of the current
"background-NSAppearanceNameDarkAqua" name for the tag. Supporting
"background" and "background-dark" does not seem unachievable.
o Installer Plugins:
If a distribution contains an Installer Plugin bundle, the
distribution's window will be rendered in Light Mode when Dark Mode is
enabled.
To get the window to be displayed in Dark Mode, the Installer Plugin
bundle needs to have the NSRequiresAquaSystemAppearance boolean key
set to false in its Info.plist file.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden