Skip to content

Commit

Permalink
TUIKit upgrade version 7.6.5011
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliangwang committed Nov 6, 2023
1 parent 1391f79 commit 8029b2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iOS/Podspec/TIMPush.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Pod::Spec.new do |spec|

#spec.dependency 'TXIMSDK_Plus_iOS'
#spec.library = 'c++', 'resolv', 'sqlite3'

spec.preserve_paths = 'TIMPush.framework'
spec.vendored_frameworks = 'TIMPush.framework'
spec.public_header_files = 'Framework/TIMPush.framework/Headers/*.h'
spec.source_files = '**/TIMPush.framework/Headers/*.h'
spec.vendored_frameworks = '**/TIMPush.framework'
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/TIMPush/Framework/TIMPush.framework/Headers/'}
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
Expand Down

0 comments on commit 8029b2d

Please sign in to comment.