Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
hugo-
2017-03-08 19:34:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8aabafcd9b2f7fa8750ec169443a0d24ae58aa7
a8aabafc
1 parent
2d009a19
去掉腾讯云的bugly
Signed-off-by: hugo- <1004581900@qq.com>
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
QAVOPENSDK/1.8.4.71/QAVOPENSDK.podspec
QAVOPENSDK/1.8.4.71/QAVOPENSDK.podspec
View file @
a8aabaf
...
...
@@ -25,7 +25,8 @@ Pod::Spec.new do |s|
end
s
.
subspec
'ImSDK'
do
|
ss
|
ss
.
vendored_frameworks
=
"libs/IMCore.framework"
,
"libs/ImSDK.framework"
,
"libs/QALSDK.framework"
,
"libs/IMSDKBugly.framework"
,
"libs/TLSSDK.framework"
ss
.
vendored_frameworks
=
"libs/IMCore.framework"
,
"libs/ImSDK.framework"
,
"libs/QALSDK.framework"
,
"libs/TLSSDK.framework"
#"libs/IMSDKBugly.framework", "libs/TLSSDK.framework"
ss
.
frameworks
=
"CoreTelephony"
,
"SystemConfiguration"
ss
.
libraries
=
"c++"
,
"z"
,
"sqlite3"
ss
.
requires_arc
=
true
...
...
Please
register
or
login
to post a comment