fix(client): Info.plist 补 NSLocationWhenInUseUsageDescription,消除 ITMS-90683

某依赖引用定位 API,Apple 要求声明用途字符串(即便 App 不主动用定位)。
补上后正式提交 App Store / Beta 审核不再被该警告卡住。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-16 22:46:32 +08:00
parent 5371d40f05
commit 53465ed704
+2
View File
@@ -10,6 +10,8 @@
<string>用于拍摄商品照片</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>用于从相册选择商品照片</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>本应用不主动获取您的位置信息(部分系统组件依赖此声明)</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>