https://github.com/RManLuo/FakePosition
Fake position for IOS17 虚拟定位 支持IOS17
https://github.com/RManLuo/FakePosition
Last synced: about 1 year ago
JSON representation
Fake position for IOS17 虚拟定位 支持IOS17
- Host: GitHub
- URL: https://github.com/RManLuo/FakePosition
- Owner: RManLuo
- License: mit
- Created: 2023-10-09T02:27:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T00:33:48.000Z (over 1 year ago)
- Last Synced: 2025-02-10T01:25:35.303Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 184
- Watchers: 2
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: change_ios_position.sh
- License: LICENSE
Awesome Lists containing this project
README
# FakePosition
修改IOS设备的位置信息,支持IOS 17+。
IOS 18+ 需要python>3.13,同时升级pymobiledevice3。
## 使用方法
必须使用MAC电脑,使用USB连接IOS设备。
1. 安装依赖
```shell
python3 -m pip install -U pymobiledevice3
```
2. 增加可执行权限
```shell
chmod +x change_ios_position.sh
```
3. 修改位置信息
```shell
change_ios_position.sh ${latitude} ${longitude}
```
### 例子
```shell
sudo ./change_ios_position.sh -27.32112 153.06814
```
## 参考
* https://github.com/doronz88/pymobiledevice3
* https://shawnhuangyh.com/post/ios-17-location-simulation/