mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-15 06:43:24 +01:00
Check for Simulator not working #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OliverZiegler on GitHub (Oct 14, 2016).
I think beginning with iOS 9 this check
UIDevice.current.model.range(of: "Simulator") != nilwill never succeed and so current developers will not get console logs and possibly wonder why nothing happens when starting to rate.
Possible alternate methods are stated here
@coneybeare commented on GitHub (Oct 14, 2016):
Pull requests accepted!
@OliverZiegler commented on GitHub (Oct 15, 2016):
Here you are. And for both, master and swift3 branch ;)