Open perwyl opened 7 years ago
Is there any way i can set the simulator's timezone?
There's method to set the language and locale.
RunLoop::CoreSimulator.set_language RunLoop::CoreSimulator.set_locale
I am not sure there is a way to set the simulator clock.
If I recall correctly, you have to change the clock on the host machine (the Mac).
The simulator uses the host machine's clock and timezone
Is there any way i can set the simulator's timezone?
There's method to set the language and locale.