Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27404] iOS: Add a simple log message telling the user Dark mode wont work when using Xcode < 11

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 8.2.0
Fix Version/sn/a
ComponentsiOS
Labelscb-tooling
ReporterSamir Mohammed
AssigneeUnknown
Created2019-09-16T15:22:19.000+0000
Updated2020-01-31T16:28:27.000+0000

Description

When using dark mode their is no difference when building with Xcode < 11. It may be an idea to add a simple message to let the user know no changes will be visible due to using an outdated Xcode version. *Steps to reproduce* 1. Ensure you are using an Xcode version < 11. 2. Get the project from https://github.com/ewanharris/darkmode-example-classic 3. Build to an iOS 13 sim/device 4. Toggle dark mode *Actual result* No difference is made to the app and the log shows no message as to why.

Comments

  1. Chris Barber 2020-01-31

    How do we tell if an app is dark mode capable? Simply check existence of the Resources/semantic.colors.json?

JSON Source