Files
e-party-iOS/yana/Info.plist
edwinQQQ 02a8ae8531 feat: 更新Podfile和Podfile.lock,升级NEChatKit和NEChatUIKit版本
- 在Podfile中将NEChatKit和NEChatUIKit的版本更新至10.8.3,确保使用最新功能和修复。
- 更新Podfile.lock以反映新的依赖关系和版本信息。
- 在AppDelegate中引入NIMSDK,准备集成即时通讯功能。
- 移除Info.plist中的相机使用描述,添加新的隐私描述以符合最新需求。
- 在UserIDDisplay组件中更新文本,增强用户信息展示的清晰度。
- 在项目配置中添加相机和麦克风使用描述,确保符合隐私政策要求。
2025-08-07 16:47:29 +08:00

18 lines
477 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>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSWiFiUsageDescription</key>
<string>应用需要访问 Wi-Fi 信息以提供网络相关功能</string>
<key>UIAppFonts</key>
<array>
<string>Bayon-Regular.ttf</string>
</array>
</dict>
</plist>