{"id":21344377,"url":"https://github.com/mythologyli/iosfakerun","last_synced_at":"2025-04-07T06:05:02.746Z","repository":{"id":39976376,"uuid":"443593066","full_name":"Mythologyli/iOSFakeRun","owner":"Mythologyli","description":"基于虚拟定位的 iOS 免越狱模拟跑步打卡，在线拾取路径，可设置循环次数和跑步速度","archived":false,"fork":false,"pushed_at":"2023-12-14T17:16:01.000Z","size":2177,"stargazers_count":328,"open_issues_count":7,"forks_count":38,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T05:02:29.264Z","etag":null,"topics":["dotnet","fake-locations","gps","ios","libimobiledevice"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mythologyli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-01T17:53:23.000Z","updated_at":"2025-03-30T12:07:40.000Z","dependencies_parsed_at":"2022-06-25T21:03:17.718Z","dependency_job_id":"1cc636f0-e060-4872-b7d8-98f98713ea7e","html_url":"https://github.com/Mythologyli/iOSFakeRun","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythologyli%2FiOSFakeRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythologyli%2FiOSFakeRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythologyli%2FiOSFakeRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythologyli%2FiOSFakeRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mythologyli","download_url":"https://codeload.github.com/Mythologyli/iOSFakeRun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","fake-locations","gps","ios","libimobiledevice"],"created_at":"2024-11-22T01:18:33.794Z","updated_at":"2025-04-07T06:05:02.727Z","avatar_url":"https://github.com/Mythologyli.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS Fake Run\n\n基于虚拟定位的 iOS 虚拟跑步\n\n![](./docs/main_windows.png)\n\n## 使用方法\n\n+ 如果你的电脑不具有 .NET 6.0 环境，请在 [此处](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) 下载并安装 .NET Desktop Runtime 6.0\n+ 下载 [iOS Fake Run](https://github.com/Mythologyli/iOSFakeRun/releases) 软件并解压到空文件夹中\n+ 虚拟定位需要开发者镜像。软件预置了 iOS 14/15/16 的开发者镜像。\n\n  如果你的 iOS 版本低于 14，请执行以下步骤:\n    + 进入 [DeveloperDiskImage](https://github.com/Mythologyli/DeveloperDiskImage) 仓库\n    + 查看自己的 iOS 版本，下载对应的 DeveloperDiskImage.dmg 和 DeveloperDiskImage.dmg.signature\n    + 进入 iOS Fake Run 软件文件夹。在 DeveloperDiskImage 文件夹中建立以版本号为名称的文件夹（如 13.7），将刚才下载的两个文件放入此文件夹\n\n  如果你的 iOS 为 16，请执行以下步骤:\n    + 进入设置 \u003e 隐私与安全性\n    + 打开开发者模式开关\n\n+ 打开[路径拾取网站](https://fakerun.myth.cx)。通过点击地图构造路径。点击时无需考虑间距，会自动用直线连接。路径点击完成后，单击上方的路径坐标——复制，将坐标数据复制到剪贴板\n+ 打开 iOS Fake Run 软件，将坐标数据粘贴到左侧的文本输入框中\n+ 将 iOS 设备连接至电脑并解除设备锁屏。你需要确保电脑上的相关驱动正确（安装 iTunes 即可）\n+ 点击连接按钮将 iOS 设备连接到软件。设置路径循环次数和跑步速度，点击开始跑步即可开始\n+ 跑步结束后，点击重置定位恢复 iOS 设备的正常定位，否则设备在重启前将保持在虚拟定位上\n\n## 免责声明\n\n作者为学习 .NET 开发此软件。作者对软件的用途不做任何说明或暗示。对使用本软件造成的一切后果概不负责\n\n## 致谢\n\n+ [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)\n+ [imobiledevice-net](https://github.com/libimobiledevice-win32/imobiledevice-net)\n+ [Json.NET](https://www.newtonsoft.com/json)\n+ [Extended WPF Toolkit™](https://github.com/xceedsoftware/wpftoolkit)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythologyli%2Fiosfakerun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmythologyli%2Fiosfakerun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythologyli%2Fiosfakerun/lists"}