CLI + iOS app to inject simulated GPS into an iPhone over WiFi or Tailscale.
Supports iOS 17+ / 26 via pymobiledevice3's lockdown tunnel + RemoteXPC.
See MVP.md for full design.
# 1. iPhone connected via USB, trusted, developer mode on
# 2. install deps in a venv
python3.12 -m venv .venv && source .venv/bin/activate
pip install -e .
# 3. run the proof of concept (needs sudo for tunnel)
sudo .venv/bin/python proof_of_concept.py 39.9042 116.4074iPhone Maps app should jump to Tiananmen. Ctrl+C to clear.
- Repo skeleton
- M1 single-point injection
- M2 tunnel subprocess
- M3 HTTPS API
- ...
See MVP.md milestone list.