2021-02-18 09:03 AM
2021-02-19 01:19 AM
Hi,
You could do this through code. What are you trying to do ? seems interesting.
/Romain
2021-02-19 02:09 AM
Easy way to do it is to wrap particular code (UI components and logic) in something like:
#ifdef SIMULATOR
//...
#endif