mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-21 22:30:46 +08:00
- iOS 虚拟定位工具,基于本地 HTTP 代理 MITM 方案 - MapKit 原生地图体验,支持搜索、收藏、实时定位 - 完整的设置引导流程(证书安装、WiFi 代理配置、环境验证) - 支持 iOS 15+,SwiftUI 构建
19 lines
584 B
Plaintext
19 lines
584 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.paopaolabs.location-spoofer</string>
|
|
</array>
|
|
<key>application-identifier</key>
|
|
<string>$(AppIdentifierPrefix)com.paopaolabs.location-spoofer</string>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)com.paopaolabs.location-spoofer</string>
|
|
</array>
|
|
<key>get-task-allow</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|