Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
83c945a5
authored
Apr 17, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改keys
parent
b2b35431
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
LocalPodSpec/GDToolBox/GDToolBox/Classes/GDConfiguration.swift
LocalPodSpec/GDToolBox/GDToolBox/Classes/GDConfiguration.swift
View file @
83c945a5
...
@@ -23,7 +23,7 @@ public enum GDTeaLiveConfig {
...
@@ -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
{
public
struct
GDAppConfig
{
...
@@ -33,7 +33,7 @@ public struct GDAppConfig {
...
@@ -33,7 +33,7 @@ public struct GDAppConfig {
public
static
var
realVersion
:
String
{
Bundle
.
main
.
infoDictionary
?[
"CFBundleShortVersionString"
]
as?
String
??
""
}
public
static
var
realVersion
:
String
{
Bundle
.
main
.
infoDictionary
?[
"CFBundleShortVersionString"
]
as?
String
??
""
}
/// App ID
/// App ID
public
static
let
gd_appid
=
"
1522691256
"
public
static
let
gd_appid
=
"
6479685519
"
/// 应用名称
/// 应用名称
public
static
let
gd_appName
=
"羞涩热聊"
public
static
let
gd_appName
=
"羞涩热聊"
...
@@ -196,13 +196,13 @@ public struct DevConfig {
...
@@ -196,13 +196,13 @@ public struct DevConfig {
}
}
/// TalkingData key
/// 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_dataBaseVersion
:
UInt64
=
11
/// 日志打印文件路径
/// 日志打印文件路径
public
static
let
gd_logFilePath
=
FileManager
.
default
.
urls
(
for
:
.
documentDirectory
,
in
:
.
userDomainMask
)
.
first
?
.
appendingPathComponent
(
"
l
ogFile.txt"
)
public
static
let
gd_logFilePath
=
FileManager
.
default
.
urls
(
for
:
.
documentDirectory
,
in
:
.
userDomainMask
)
.
first
?
.
appendingPathComponent
(
"
XSL
ogFile.txt"
)
/// 资源下载路径
/// 资源下载路径
public
static
var
gd_resourceDownloadPath
:
String
{
NSSearchPathForDirectoriesInDomains
(
.
documentDirectory
,
.
userDomainMask
,
true
)
.
first
?
.
appending
(
"/Resource"
)
??
NSTemporaryDirectory
()
}
public
static
var
gd_resourceDownloadPath
:
String
{
NSSearchPathForDirectoriesInDomains
(
.
documentDirectory
,
.
userDomainMask
,
true
)
.
first
?
.
appending
(
"/Resource"
)
??
NSTemporaryDirectory
()
}
...
@@ -246,7 +246,7 @@ public struct GDSDK {
...
@@ -246,7 +246,7 @@ public struct GDSDK {
// public static let gd_buglyAppID = "eeccba0533"
// public static let gd_buglyAppID = "eeccba0533"
/// 声网 Key
/// 声网 Key
public
static
let
gd_agoraAppKey
=
"fa0ac42433c44f05af173aa0a617f2db"
//
public static let gd_agoraAppKey = "fa0ac42433c44f05af173aa0a617f2db"
// /// 微信 Appid
// /// 微信 Appid
// public static let gd_wechatAppid = "wx2e7b3d9b89161887"
// public static let gd_wechatAppid = "wx2e7b3d9b89161887"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment