As I know if I want to know which type of device is using (iPod, iPhone 4, iPhone 5 etc) I should use (swift):
UIDevice.currentDevice().model
But this code works only with real devices and if working simulator it just says: iPhone simulator. And never mind which type of. How I can get information about currently simulator device?