Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

[Feature - Discussion] Multiple Devices at Once #82

Open jeffsawatzky opened 3 years ago

jeffsawatzky commented 3 years ago

I would like to connect multiple devices at once and control them all. They would all follow the same navigation from the same map view.

I would like to be able to connect multiple devices, and select multiple devices. When I navigate with the map each device would get the new location.

I've been trying to create my own PR, but having some difficulty and was hoping you may be able to whip something up quicker since you know the code.

Schlaubischlump commented 3 years ago

There are still a lot of things I have to do. I don't think I can implement this feature quickly. If you have the time and want to implement it yourself, this would be greatly appreciated !

As a workaround you should be able to start multiple instances of LocationSimulator using the terminal and control one device per instance. You would still have to configure the route for each device manually.

Detailed description:

  1. Open Applications -> Utilities -> Terminal.app
  2. Copy and paste this command: /Applications/LocationSimulator.app/Contents/MacOS/LocationSimulator and hit enter
  3. Open a second terminal window and repeat step 2
  4. LocationSimulator should now be running twice.
  5. Select one device in each instance of LocationSimulator and start the spoofing
jeffsawatzky commented 2 years ago

Don't need this feature anymore