Dark Mode in Installer.app
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gtRx9K7wg+r8KTy3FS/1u1zGY6SEMNJVVjvyrbkEYQI=; b=Q5RbNrA4PUjwwIS2A+8glMAT6eEzwT2ypx9O7ylGBnXMnw8p1avUWKuTr1WxuSEpnU LnD4m7Y1Fmhstk33CBZxW14cqY4akTwMYRA2p2X1sAm2KdbKU+Fhluefcs6FYR6DecnG LRd1JXOdlNXAxY8ZMJjla4rYLENMVEmOn3j+1ni01G7ZOiLf3aShDD5F9FsWGBTdE9BW yn4ZVKCqZyB+MaGyBW9Hk0l7kuksEjvOYgeSyxnPkTStJdFcLmTycRWiFMfD/QtejolL fY3M8SQIsBv0MW0H9gjp9BbXj2pl+3pFTsxhXz6pz6V6QFbew+9hTZCQbP46rQD1PmTW f2mw== 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre