Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
e13e607f
Commit
e13e607f
authored
Oct 28, 2020
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jz/master' into 'master'
Jz/master See merge request
!74
parents
03a1111c
804d362e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
GMPhobos.podspec
GMPhobos.podspec
+1
-1
PhobosConfig.h
GMPhobos/Classes/PhobosConfig.h
+1
-1
report.xml
fastlane/report.xml
+0
-0
No files found.
GMPhobos.podspec
View file @
e13e607f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
Pod
::
Spec
.
new
do
|
s
|
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"
GMPhobos
"
s
.
name
=
"
GMPhobos
"
s
.
version
=
"3.0.
2
"
s
.
version
=
"3.0.
3
"
s
.
summary
=
"GM statistic data sdk"
s
.
summary
=
"GM statistic data sdk"
s
.
description
=
<<-
DESC
s
.
description
=
<<-
DESC
...
...
GMPhobos/Classes/PhobosConfig.h
View file @
e13e607f
...
@@ -31,7 +31,7 @@ static NSString *sdkVersion = @"2.0.5";
...
@@ -31,7 +31,7 @@ static NSString *sdkVersion = @"2.0.5";
#define PhobosCacheKey @"PhobosCacheKey" //old 存放持久化埋点数据的key
#define PhobosCacheKey @"PhobosCacheKey" //old 存放持久化埋点数据的key
#define PhobosTempCacheKey @"PhobosTempCacheKey" //old 临时存放待发送埋点数据的key
#define PhobosTempCacheKey @"PhobosTempCacheKey" //old 临时存放待发送埋点数据的key
#define PhobosShardCount
5
0 //收集数据分段发送的个数
#define PhobosShardCount
1
0 //收集数据分段发送的个数
#define PhobosMaxSendCount 100 // 最大发送数量
#define PhobosMaxSendCount 100 // 最大发送数量
#define PhobosSafeString(string) (string ?: @"")
#define PhobosSafeString(string) (string ?: @"")
...
...
fastlane/report.xml
View file @
e13e607f
This diff is collapsed.
Click to expand it.
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