Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
张诗文 committed Nov 8, 2023
1 parent 16fb6fc commit 6595248
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ target 'app' do
pod 'YXLogin', '1.0.0'

#可选UI库
# pod 'NEContactUIKit', '9.6.0'
# pod 'NEConversationUIKit', '9.6.0'
# pod 'NEChatUIKit', '9.6.0'
# pod 'NETeamUIKit', '9.6.0'
# pod 'NEContactUIKit', '9.6.3'
# pod 'NEConversationUIKit', '9.6.3'
# pod 'NEChatUIKit', '9.6.3'
# pod 'NETeamUIKit', '9.6.3'

# #可选Kit库(和UIKit对应)
# pod 'NEChatKit', '9.6.0'
# pod 'NEChatKit', '9.6.3'

# #基础kit库
# pod 'NECommonUIKit', '9.6.0'
# pod 'NECommonKit', '9.6.0'
# pod 'NECoreIMKit', '9.6.0'
# pod 'NECoreKit', '9.6.0'
# pod 'NECommonUIKit', '9.6.4'
# pod 'NECommonKit', '9.6.3'
# pod 'NECoreIMKit', '9.6.3'
# pod 'NECoreKit', '9.6.4'

# #扩展库
# pod 'NEMapKit', '9.6.0'
# pod 'NEMapKit', '9.6.3'

#呼叫组件,音视频通话能力,需要开通 音视频2.0,可选,聊天一面会根据依赖初始化自动显示音视频通话入口
# pod 'NERtcCallUIKit', '1.8.2'
# pod 'NERtcCallKit', '1.8.2'
# pod 'NERtcSDK', '4.6.50'
# pod 'NERtcCallUIKit', '2.2.0'
# pod 'NERtcCallKit', '2.2.0'
# pod 'NERtcSDK', '5.5.2'


# 如果需要查看UI部分源码请注释掉以上在线依赖,打开下面的本地依赖
Expand Down
4 changes: 2 additions & 2 deletions app/Main/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
option.apnsCername = AppKey.pushCerName
IMKitClient.instance.setupCoreKitIM(option)

let account = "338920520839424"
let token = "16a4518a-c66f-4ccb-b54d-2e8dd58dc8d2"
let account = "<#account#>"
let token = "<#token#>"

weak var weakSelf = self
IMKitClient.instance.loginIM(account, token) { error in
Expand Down
2 changes: 1 addition & 1 deletion app/Main/AppKey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public struct AppKey {
#if DEBUG
public static let pushCerName = "<#请输入推送证书#>"
public static let appKey = "3e215d27b6a6a9e27dad7ef36dd5b65c"
public static let appKey = "<#请输入appkey#>"
public static let gaodeMapAppkey = "<#输入高德地图key#>"
#else
public static let pushCerName = "<#请输入推送证书#>"
Expand Down

0 comments on commit 6595248

Please sign in to comment.