[ALOY-422] Strip all platform-specific XML that doesn't apply to the current compile before processing
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | XML |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2012-12-10T23:13:26.000+0000 |
| Updated | 2018-03-07T22:25:43.000+0000 |
Description
Stripping out all markup that doesn't apply to the currently compiled-for platform will allow us to keep auto-IDing of top-level views when platform conditionals are used in markup, while also allowing us to keep validation that wouldn't work otherwise. We should also do this for future compile-time conditionals, like perhaps TiSDK version.
No comments