feat: 更新Podfile和Podfile.lock,升级NEChatKit和NEChatUIKit版本
- 在Podfile中将NEChatKit和NEChatUIKit的版本更新至10.8.3,确保使用最新功能和修复。 - 更新Podfile.lock以反映新的依赖关系和版本信息。 - 在AppDelegate中引入NIMSDK,准备集成即时通讯功能。 - 移除Info.plist中的相机使用描述,添加新的隐私描述以符合最新需求。 - 在UserIDDisplay组件中更新文本,增强用户信息展示的清晰度。 - 在项目配置中添加相机和麦克风使用描述,确保符合隐私政策要求。
This commit is contained in:
10
Podfile
10
Podfile
@@ -7,11 +7,11 @@ target 'yana' do
|
||||
|
||||
# Pods for yana
|
||||
|
||||
# # IM 即时通讯
|
||||
# pod 'NIMSDK_LITE'
|
||||
# # 基础库
|
||||
# pod 'NEChatKit', '10.6.1'
|
||||
# pod 'NEChatUIKit', '10.6.1' # 会话(聊天)组件
|
||||
# IM 即时通讯
|
||||
pod 'NIMSDK_LITE'
|
||||
# 基础库
|
||||
pod 'NEChatKit', '10.8.3'
|
||||
pod 'NEChatUIKit', '10.8.3' # 会话(聊天)组件
|
||||
# pod 'NEContactUIKit', '10.6.1' # 通讯录组件
|
||||
# pod 'NELocalConversationUIKit', '10.6.1' # 本地会话列表组件。
|
||||
|
||||
|
Reference in New Issue
Block a user