Skip to content

Commit

Permalink
IMSDK upgrade 7.9.5666 (#1394)
Browse files Browse the repository at this point in the history
Co-authored-by: harvychen <[email protected]>
  • Loading branch information
smallyou and harvycchen authored Apr 10, 2024
1 parent d447f82 commit 0036a08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iOS/Podspec/TXIMSDK_Plus_Swift_iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Pod::Spec.new do |spec|
spec.source_files = '**/ImSDK_Plus_Swift.framework/Headers/*.h'
spec.public_header_files = '**/ImSDK_Plus_Swift.framework/Headers/*.h'
spec.vendored_frameworks = '**/ImSDK_Plus_Swift.framework'
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/ImSDK_Plus_Swift.framework/PrivacyInfo.xcprivacy'
}
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/TXIMSDK_Plus_Swift_iOS/ImSDK_Plus_Swift.framework/Headers/'}
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
Expand Down
3 changes: 3 additions & 0 deletions iOS/Podspec/TXIMSDK_Plus_iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Pod::Spec.new do |spec|
spec.source_files = '**/ImSDK_Plus.framework/Headers/*.h', '**/ImSDK_Plus.framework/cpluscplus/include/*.h'
spec.public_header_files = '**/ImSDK_Plus.framework/Headers/*.h', '**/ImSDK_Plus.framework/cpluscplus/include/*.h'
spec.vendored_frameworks = '**/ImSDK_Plus.framework'
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/ImSDK_Plus.framework/PrivacyInfo.xcprivacy'
}
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/TXIMSDK_Plus_iOS/ImSDK_Plus.framework/Headers/, ${PODS_ROOT}/TXIMSDK_Plus_iOS/ImSDK_Plus.framework/cpluscplus/include/'}
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
Expand Down

0 comments on commit 0036a08

Please sign in to comment.