[TIMOB-27404] iOS: Add a simple log message telling the user Dark mode wont work when using Xcode < 11
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling |
Reporter | Samir Mohammed |
Assignee | Unknown |
Created | 2019-09-16T15:22:19.000+0000 |
Updated | 2020-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.
How do we tell if an app is dark mode capable? Simply check existence of the
Resources/semantic.colors.json
?