Skip to content

Mobile devices controller reports all of my simulators as type "watch" #11

@jnorkus

Description

@jnorkus

I've traced it down to this part of code in the ios-controller:

const stringType = /\w+[a-z]/g.test(level) && /\w+[a-z]/g.exec(level)[0];
let type = DeviceType.SIMULATOR;
if (stringType) {
  type = stringType === "tv" ? DeviceType.TV : DeviceType.WATCH;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions