Files
vphone-cli/sources/Info.plist
Lakr c0f0efa492 Merge pull request #51 from SongXiaoXi/main
feat: add host location passthrough to guest VM
2026-03-02 18:36:38 +08:00

27 lines
986 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>CFBundleIdentifier</key>
<string>com.vphone.cli</string>
<key>CFBundleExecutable</key>
<string>vphone-cli</string>
<key>CFBundleName</key>
<string>vphone-cli</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>LSUIElement</key>
<true/>
<key>NSLocationUsageDescription</key>
<string>vphone-cli forwards your location to the guest VM for location simulation.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>vphone-cli forwards your location to the guest VM for location simulation.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>vphone-cli forwards your location to the guest VM for location simulation.</string>
</dict>
</plist>