All Projects → Schlaubischlump → Locationsimulator

Schlaubischlump / Locationsimulator

Licence: gpl-3.0
MacOS 10.15 / 11.0 application to spoof your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Locationsimulator

Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (-10.83%)
Mutual labels:  simulation, navigation
Fmap
宇行地图:高仿高德地图Android客户端(持续更新中...)
Stars: ✭ 347 (+121.02%)
Mutual labels:  location, navigation
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-82.8%)
Mutual labels:  navigation, location
Mss
Marine Systems Simulator (MSS)
Stars: ✭ 142 (-9.55%)
Mutual labels:  simulation, navigation
Papercut Smtp
Papercut SMTP -- The Simple Desktop Email Server
Stars: ✭ 2,094 (+1233.76%)
Mutual labels:  development-tools
Track Ip
Advanced Ip Tracker Tool
Stars: ✭ 150 (-4.46%)
Mutual labels:  location
Bluesky
The open source air traffic simulator
Stars: ✭ 146 (-7.01%)
Mutual labels:  simulation
App Dirs Rs
Put your Rust app's data in the right place on every platform
Stars: ✭ 147 (-6.37%)
Mutual labels:  location
React Site Nav
A kick ass site menu powered by styled components inspired by Stripe.
Stars: ✭ 155 (-1.27%)
Mutual labels:  navigation
Difftaichi
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
Stars: ✭ 2,024 (+1189.17%)
Mutual labels:  simulation
Aglocationdispatcher
Location manage framework working in different modes
Stars: ✭ 151 (-3.82%)
Mutual labels:  location
Gta V Data Dumps
GTA V Data dumps useful for modding & scripting
Stars: ✭ 148 (-5.73%)
Mutual labels:  navigation
Pyiron
pyiron - an integrated development environment (IDE) for computational materials science.
Stars: ✭ 153 (-2.55%)
Mutual labels:  simulation
Godot 2d Builder
A simulation game demo made in Godot and inspired by Factorio.
Stars: ✭ 149 (-5.1%)
Mutual labels:  simulation
React Native Nav Transition
React Native Nav Transition
Stars: ✭ 154 (-1.91%)
Mutual labels:  navigation
Dockerlocal
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
Stars: ✭ 148 (-5.73%)
Mutual labels:  development-tools
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (+1062.42%)
Mutual labels:  navigation
Genn
GeNN is a GPU-enhanced Neuronal Network simulation environment based on code generation for Nvidia CUDA.
Stars: ✭ 153 (-2.55%)
Mutual labels:  simulation
Physac
2D physics header-only library for videogames developed in C using raylib library.
Stars: ✭ 151 (-3.82%)
Mutual labels:  simulation
Assistive Gym
Assistive Gym, a physics-based simulation framework for physical human-robot interaction and robotic assistance.
Stars: ✭ 150 (-4.46%)
Mutual labels:  simulation

If you got an Unable to install/mount DeveloperDiskImage.dmg error, verify that you tried everything mentioned here before openening a new issue.

License: GNU General Public License version 3

LocationSimulator

LocationSimulator is a macOS app (10.15.x / 11.x) which allows spoofing the location of an iOS or iPhoneSimulator device. The main target audience of this project are developers who want to test their location service based application. Of course you might as well use this app to spoof your location inside PokemonGo, but don't blame me if you get banned. I do not provide support for PokemonGo related issues. I do not encourage anyone to use this for PokemonGo. According to one report using the navigation feature will get you banned. The method used to spoof your location is basically the same used by PokemonGo Webspoof (except that Xcode is not required) or iSpoofer. That means, this application might have the same issues [1], [2] as similar applications in regards to PokemonGo.

LocationSimulator screenshot

Background

While I originally planed to build upon the fantastic work of Watanabe Toshinoris LocationSimulator I decided to recreate and change the whole project because of the projects (back then) missing license. I created all necessary images and source code files and removed all dependencies except for libimobiledevice. Even Xcode is not required anymore. You just need the DeveloperDiskImage.dmg and DeveloperDiskImage.dmg.signature files for your iOS Version.

Features

  • [x] Spoof the iOS device location without a jailbreak or installing an app on the device.
  • [x] Spoof the iPhoneSimulator device location.
  • [x] Automatically try to download the DeveloperDiskImage files for your iOS Version.
  • [x] Set the device location with a long click on the map.
  • [x] Support 3 movement speeds (Walk/Cycle/Drive).
  • [x] Control the movement using the arrow keys.
  • [x] Navigate from the current location to a new location.
  • [x] Support network devices.
  • [x] Search for locations.
  • [x] Support dark mode.

Note:
LocationSimulator will try to download the corresponding DeveloperDiskImage.dmg and DeveloperDiskImage.dmg.signature for your iOS Version from github, since I can not legally distribute these files. If the download should not work, get the files by installing Xcode and copy or link them to:

~/Library/Application Support/LocationSimulator/{YOU_PLATFORM}/{MAJOR_YOUR_IOS_VERSION}.{MINOR_YOUR_IOS_VERSION}/

YOU_PLATFORM might be iPhone OS (iPhone and iPad), Watch OS (Apple Watch) or Tv OS (Apple TV). MAJOR_YOUR_IOS_VERSION might 14 and MINOR_YOUR_IOS_VERSION might be 3 for a device running iOS 14.3.

As of v0.1.8 this folder moved to:

~/Library/Containers/com.schlaubi.LocationSimulator/Data/Library/Application Support/LocationSimulator/

Install

  1. Install homebrew by entering the following command in your terminal:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    
  2. Install LocationSimulator with homebrew using:

    brew install locationsimulator
    

Build

Requirements

Build the app

  1. Install the latest Xcode developer tools from Apple. (Using the AppStore is the easiest way)

  2. Install the latest version of libimobiledevice (and thereby all it's dependencies as well) with homebrew:

    brew install libimobiledevice
    
  3. Clone this repository:

    git clone --recurse-submodules https://github.com/Schlaubischlump/LocationSimulator
    
  4. Open LocationSimulator.xcodeproj in Xcode.

  5. Tap Run to build and execute the app.

Note:
If you want to build a standalone application which can be copied to another Mac without installing the dependencies choose the LocationSimulator scheme and switch the configuration to Release before running. If you do not want to bundle the dependencies, but want to create a release build choose the Homebrew scheme.

Usage

Start spoofing:

  1. Connect the iOS device to your computer via USB or Wi-Fi.
  2. Select the device in the sidebar.
  3. Long click the point you want to set as the current location on the map.

Moving:

  • Click the walk button at bottom left corner of the map. Drag the blue triangle to change the direction of movement.
  • Long click the walk button to enabled auto move. Click again to disable auto move.
  • Long click on a new point on the map while you are spoofing the location to show the navigation prompt or select the menu item to set the coordinates manually.
  • Use the left and right arrow keys to change the direction of movement. Use up and down to move. Press space to stop the navigation.

Stop spoofing:

  • Click the reset button.

License

The whole project is licensed under the GNU General Public License version 3 unless specified otherwise in the specific subdirectories.

Contribute

Since I maintain this project in my freetime, I always appreciate any help I get. Even if you are not a programmer and do not know anything about coding you can still help out. Currently this project is only available in English and German. It would be great if more languages were available. If you know any other language and you are willing to invest some time to help with the translation let me know here! I want this software to be as stable as possible, if you find any bug please report it by opening a new issue. If you are a programmer, feel free to contribute bug fixes or new features. It would be greate if you run swift-lint on your code before submitting pull requests.

While you are here, consider leaving a Github star. It keeps me motivated.

Enhancement ideas

Look at the Projects tab to see a list of planned features for the next releases.

Acknowledgement

Special thanks to @bailaowai and his son for the Spanish and Chinese translation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].