<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IOS工具 on Huoke.Me - 跨境生活，从理财开始！</title><link>https://blog.huoke.me/categories/ios%E5%B7%A5%E5%85%B7/</link><description>Recent content in IOS工具 on Huoke.Me - 跨境生活，从理财开始！</description><generator>Hugo</generator><language>cn</language><lastBuildDate>Wed, 22 Jul 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.huoke.me/categories/ios%E5%B7%A5%E5%85%B7/index.xml" rel="self" type="application/rss+xml"/><item><title>iPhone WLOC 网络定位修改教程</title><link>https://blog.huoke.me/posts/wloc-iphone/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.huoke.me/posts/wloc-iphone/</guid><description>&lt;blockquote>
&lt;p>🎯 WLOC 可通过 Shadowrocket 修改 Apple Wi-Fi／基站网络定位返回的坐标。它作用于网络定位服务，适合开发、地图和室内定位测试。&lt;/p>&lt;/blockquote>
&lt;p>&lt;img src="https://blog.huoke.me/img/posts/wloc-shadowrocket-iphone/hero.webp" alt="iPhone WLOC 网络定位修改" title="Shadowrocket &amp;#43; WLOC 网络定位教程" width="1200" height="480" loading="lazy" decoding="async">
&lt;/p>
&lt;hr>
&lt;h2 id="-wloc-是什么">📌 WLOC 是什么&lt;/h2>
&lt;p>WLOC 用代理模块拦截 Apple 网络定位服务请求，修改 Wi-Fi 与基站定位返回的坐标。整个过程无需越狱，也无需连接电脑。&lt;/p>
&lt;p>它作用于 Apple 网络定位层，硬件 GPS 仍然会返回真实坐标。室内或 Wi-Fi 定位占主导时效果更稳定；室外 GPS 信号强时，系统可能优先采用真实 GPS。&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>项目&lt;/th>
 &lt;th>说明&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>项目地址&lt;/td>
 &lt;td>&lt;a href="https://github.com/Yu9191/wloc" target="_blank" rel="noopener noreferrer">Yu9191/wloc&lt;/a>
&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>代理工具&lt;/td>
 &lt;td>Shadowrocket（小火箭）&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>模块名称&lt;/td>
 &lt;td>Apple WLOC 定位修改&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>修改对象&lt;/td>
 &lt;td>Apple Wi-Fi／基站网络定位&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>MITM 域名&lt;/td>
 &lt;td>&lt;code>gs-loc.apple.com&lt;/code>、&lt;code>gs-loc-cn.apple.com&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>设置方式&lt;/td>
 &lt;td>地图分享快捷指令、在线选点页面&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>系统要求&lt;/td>
 &lt;td>iPhone、可用代理节点、已信任的 MITM 证书&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="-准备工具">🧰 准备工具&lt;/h2>
&lt;p>开始前准备以下内容：&lt;/p>
&lt;ol>
&lt;li>一台 iPhone。&lt;/li>
&lt;li>已安装 Shadowrocket，并配置可正常连接的代理节点。&lt;/li>
&lt;li>WLOC 的 Shadowrocket 模块。&lt;/li>
&lt;li>“设置位置”和“清理恢复位置”两个快捷指令。&lt;/li>
&lt;li>Safari，用于打开在线选点页面或安装快捷指令。&lt;/li>
&lt;/ol>
&lt;h3 id="shadowrocket-模块地址">Shadowrocket 模块地址&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:2;-o-tab-size:2;tab-size:2;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span>https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wloc.module
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="两个快捷指令">两个快捷指令&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://www.icloud.com/shortcuts/a82717d8fdad4e6280866fcf911173f7" target="_blank" rel="noopener noreferrer">wloc 设置地理位置&lt;/a>
&lt;/li>
&lt;li>&lt;a href="https://www.icloud.com/shortcuts/f42632d406504f24a2cd163af4fe012f" target="_blank" rel="noopener noreferrer">wloc 清理恢复位置&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h3 id="在线选点页面">在线选点页面&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://wloc-pages.pages.dev/" target="_blank" rel="noopener noreferrer">WLOC Pages 选点页面&lt;/a>
&lt;/li>
&lt;li>&lt;a href="https://wloc-spoofer.wloc.workers.dev/" target="_blank" rel="noopener noreferrer">WLOC Workers 选点页面&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>公共页面存在请求限额。长期使用可按项目文档自建 Cloudflare Worker 或 Pages 实例。&lt;/p></description></item></channel></rss>