Fix read WIFI information on macOS app store version

This commit is contained in:
世界
2025-02-20 10:57:04 +08:00
parent 6fd196958b
commit f9eecf8f8c
4 changed files with 47 additions and 2 deletions
+8
View File
@@ -105,5 +105,13 @@
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>sing-box uses the Location permission to provide users with routing based on WIFI SSID and BSSID rules, without reading your location.</string>
<key>NSLocationUsageDescription</key>
<string>sing-box uses the Location permission to provide users with routing based on WIFI SSID and BSSID rules, without reading your location.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>sing-box uses the Location permission to provide users with routing based on WIFI SSID and BSSID rules, without reading your location.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>sing-box uses the Location permission to provide users with routing based on WIFI SSID and BSSID rules, without reading your location.</string>
</dict>
</plist>