I have a project which is customized for different customers, only in the UI. The code is exactly the same for all.
Right now, I copy the whole project to get a different UI for the customer (button alignment, mostly). Is it possible to swap only the UI definitions / specify which to use during build, so I do not need to copy the whole project?
Something like:
UI_cust1
UI_cust2
UI_cust3
...
Build with
UI_cust2