Commit 83c945a5 by pierce

修改keys

parent b2b35431
......@@ -23,7 +23,7 @@ public enum GDTeaLiveConfig {
}
// 日志打印
public let GDlog = XCGLogger(identifier: "guodong.log.identifier", includeDefaultDestinations: false)
public let GDlog = XCGLogger(identifier: "xiuse.log.identifier", includeDefaultDestinations: false)
public struct GDAppConfig {
......@@ -33,7 +33,7 @@ public struct GDAppConfig {
public static var realVersion: String { Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""}
/// App ID
public static let gd_appid = "1522691256"
public static let gd_appid = "6479685519"
/// 应用名称
public static let gd_appName = "羞涩热聊"
......@@ -196,13 +196,13 @@ public struct DevConfig {
}
/// TalkingData key
public static let gd_talkingDataKey = "BB3A2CAF864B4B2C8D2A497FA8DBAB89"
// public static let gd_talkingDataKey = "BB3A2CAF864B4B2C8D2A497FA8DBAB89"
/// 数据库版本
public static let gd_dataBaseVersion: UInt64 = 11
/// 日志打印文件路径
public static let gd_logFilePath = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first?.appendingPathComponent("logFile.txt")
public static let gd_logFilePath = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first?.appendingPathComponent("XSLogFile.txt")
/// 资源下载路径
public static var gd_resourceDownloadPath : String { NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).first?.appending("/Resource") ?? NSTemporaryDirectory() }
......@@ -246,7 +246,7 @@ public struct GDSDK {
// public static let gd_buglyAppID = "eeccba0533"
/// 声网 Key
public static let gd_agoraAppKey = "fa0ac42433c44f05af173aa0a617f2db"
// public static let gd_agoraAppKey = "fa0ac42433c44f05af173aa0a617f2db"
// /// 微信 Appid
// public static let gd_wechatAppid = "wx2e7b3d9b89161887"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment