Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhvDoctorSDK.ios
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2022-07-06 10:29:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
febb7d9a6b3104e4f413ff328df1e30eef3def16
febb7d9a
1 parent
8a355ca9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
HHVDoctorSDK.podspec
HHVDoctorSDK.podspec
View file @
febb7d9
...
...
@@ -18,21 +18,11 @@ Pod::Spec.new do |s|
s
.
dependency
'TXIMSDK_iOS'
s
.
dependency
'TXLiteAVSDK_TRTC'
,
"10.2.11418"
# s.subspec 'Base' do |base|
# base.vendored_frameworks = 'HHVDoctorSDK/*.framework'
# base.resources = 'HHVDoctorSDK/resources/*.bundle'
# base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
# base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
# end
s
.
dependency
'TXLiteAVSDK_TRTC'
,
"10.1.11351"
s
.
vendored_frameworks
=
'HHVDoctorSDK/*.framework'
,
'HHVDoctorSDK/*.xcframework'
s
.
resources
=
'HHVDoctorSDK/resources/*.bundle'
# s.frameworks = ['AVFoundation', 'Accelerate', 'MetalKit', 'AudioToolbox', 'VideoToolbox', 'CoreTelephony', 'ReplayKit', 'SystemConfiguration']
# s.library = 'c++', 'resolv'
s
.
user_target_xcconfig
=
{
'ENABLE_BITCODE'
=>
'NO'
}
end
...
...
Please
register
or
login
to post a comment