Merge branch 'master' into lym/test
* master: update fix update podfile.lock # Conflicts: # Example/Podfile.lock
Showing
... | ... | @@ -91,14 +91,14 @@ TODO: Add long description of the pod here. |
s.libraries = "z", "c++", "xml2", "sqlite3" | ||
s.frameworks = 'ReplayKit', 'CoreTelephony', 'SystemConfiguration' | ||
s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' } | ||
# s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' } | ||
# s.dependency 'TTTRtcEngineKit_iOS' | ||
# s.dependency 'TTTPlayerKit_iOS' | ||
s.static_framework = true | ||
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7' } | ||
# s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7' } | ||
end |
Please
register
or
sign in
to comment