Closed markrickert closed 9 years ago
Fixes device.simulator? for devices older than iOS 9. Based on https://github.com/rubymotion/BubbleWrap/pull/481
device.simulator?
I also moved over to ||= syntax instead of checking if the vars are nil for many of the methods in device.
||=
device
Fixes
device.simulator?
for devices older than iOS 9. Based on https://github.com/rubymotion/BubbleWrap/pull/481I also moved over to
||=
syntax instead of checking if the vars are nil for many of the methods indevice
.