commands/FBAccessibilityCommands.py [141:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return (
        fb.evaluateExpressionValue("(id)[[UIDevice currentDevice] model]")
        .GetObjectDescription()
        .lower()
        .find("simulator")
        >= 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



fbchisellldbobjcruntimehelpers.py [114:119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return (
        fb.evaluateExpressionValue("(id)[[UIDevice currentDevice] model]")
        .GetObjectDescription()
        .lower()
        .find("simulator")
        >= 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



