Skip to content

Commit

Permalink
TUIKit upgrade 7.9.5666
Browse files Browse the repository at this point in the history
  • Loading branch information
summeryxia committed Apr 10, 2024
1 parent 0036a08 commit 19761bc
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 48 deletions.
11 changes: 5 additions & 6 deletions iOS/Podspec/TUIChatBotPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,22 @@ Pod::Spec.new do |spec|
service.source_files = '**/TUIChatBotPlugin/UI_Classic/Service/*.{h,m,mm}'
service.dependency "TUIChatBotPlugin/UI_Classic/UI"
end
commonUI.resource = [
'**/TUIChatBotPlugin/Resources/*.bundle',
'**/TUIChatBotPlugin/Resources/PrivacyInfo.xcprivacy'
]
commonUI.resource = ['**/TUIChatBotPlugin/Resources/*.bundle']
end

spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIChatBotPlugin/Resources/PrivacyInfo.xcprivacy'
}

spec.subspec 'ALL' do |all|
all.dependency "TUIChatBotPlugin/UI_Classic"
end

spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
end

Expand Down
7 changes: 4 additions & 3 deletions iOS/Podspec/TUIConversationGroupPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Pod::Spec.new do |spec|
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.resource = [
'**/TUIConversationGroupPlugin.framework/PrivacyInfo.xcprivacy'
]
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIConversationGroupPlugin.framework/PrivacyInfo.xcprivacy'
}

end

# pod trunk push TUIConversationGroupPlugin.podspec --use-libraries --allow-warnings
6 changes: 3 additions & 3 deletions iOS/Podspec/TUIConversationMarkPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Pod::Spec.new do |spec|
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.resource = [
'**/TUIConversationMarkPlugin.framework/PrivacyInfo.xcprivacy'
]
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIConversationMarkPlugin.framework/PrivacyInfo.xcprivacy'
}
end

# pod trunk push TUIConversationMarkPlugin.podspec --use-libraries --allow-warnings
11 changes: 5 additions & 6 deletions iOS/Podspec/TUICustomerServicePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,22 @@ Pod::Spec.new do |spec|
service.source_files = '**/TUICustomerServicePlugin/UI_Classic/Service/*.{h,m,mm}'
service.dependency "TUICustomerServicePlugin/UI_Classic/UI"
end
commonUI.resource = [
'**/TUICustomerServicePlugin/Resources/*.bundle',
'**/TUICustomerServicePlugin/Resources/PrivacyInfo.xcprivacy'
]
commonUI.resource = ['**/TUICustomerServicePlugin/Resources/*.bundle']
end

spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUICustomerServicePlugin/Resources/PrivacyInfo.xcprivacy'
}

spec.subspec 'ALL' do |all|
all.dependency "TUICustomerServicePlugin/UI_Classic"
end

spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
end

Expand Down
6 changes: 3 additions & 3 deletions iOS/Podspec/TUIGroupNotePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Pod::Spec.new do |spec|
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.resource = [
'**/TUIGroupNotePlugin.framework/PrivacyInfo.xcprivacy'
]
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIGroupNotePlugin.framework/PrivacyInfo.xcprivacy'
}
end

# pod trunk push TUIGroupNotePlugin.podspec --use-libraries --allow-warnings
6 changes: 3 additions & 3 deletions iOS/Podspec/TUIPollPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Pod::Spec.new do |spec|
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.resource = [
'**/TUIPollPlugin.framework/PrivacyInfo.xcprivacy'
]
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIPollPlugin.framework/PrivacyInfo.xcprivacy'
}
end

# pod trunk push TUIPollPlugin.podspec --use-libraries --allow-warnings
11 changes: 5 additions & 6 deletions iOS/Podspec/TUITranslationPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@ Pod::Spec.new do |spec|
service.source_files = '**/TUITranslationPlugin/UI/Service/*.{h,m,mm}'
service.dependency "TUITranslationPlugin/UI/UI"
end
commonUI.resource = [
'**/TUITranslationPlugin/Resources/*.bundle',
'**/TUITranslationPlugin/Resources/PrivacyInfo.xcprivacy'
]
commonUI.resource = ['**/TUITranslationPlugin/Resources/*.bundle']
end

spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUITranslationPlugin/Resources/PrivacyInfo.xcprivacy'
}

spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
end

Expand Down
11 changes: 5 additions & 6 deletions iOS/Podspec/TUIVoiceToTextPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@ Pod::Spec.new do |spec|
service.source_files = '**/TUIVoiceToTextPlugin/UI/Service/*.{h,m,mm}'
service.dependency "TUIVoiceToTextPlugin/UI/UI"
end
commonUI.resource = [
'**/TUIVoiceToTextPlugin/Resources/*.bundle',
'**/TUIVoiceToTextPlugin/Resources/PrivacyInfo.xcprivacy'
]
commonUI.resource = ['**/TUIVoiceToTextPlugin/Resources/*.bundle']
end

spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIVoiceToTextPlugin/Resources/PrivacyInfo.xcprivacy'
}

spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
end

Expand Down
7 changes: 4 additions & 3 deletions iOS/TUIKit/TUIChatBotPlugin/TUIChatBotPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Pod::Spec.new do |spec|

spec.source = { :git => 'https://git.woa.com/lynxzhang/tui-components.git', :tag => spec.version}
spec.source_files = '**/*.{h,m,mm,c}'
spec.resource = [
'Resources/*.bundle','Resources/PrivacyInfo.xcprivacy'
]
spec.resource = ['Resources/*.bundle']
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIChatBotPlugin/Resources/PrivacyInfo.xcprivacy'
}
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Pod::Spec.new do |spec|

spec.source = { :git => 'https://git.woa.com/lynxzhang/tui-components.git', :tag => spec.version}
spec.source_files = '**/*.{h,m,mm,c}'
spec.resource = [
'Resources/*.bundle','Resources/PrivacyInfo.xcprivacy'
]
spec.resource = ['Resources/*.bundle']
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUICustomerServicePlugin/Resources/PrivacyInfo.xcprivacy'
}
end
7 changes: 4 additions & 3 deletions iOS/TUIKit/TUITranslationPlugin/TUITranslationPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Pod::Spec.new do |spec|

spec.source = { :git => 'https://git.woa.com/lynxzhang/tui-components.git', :tag => spec.version}
spec.source_files = '**/*.{h,m,mm,c}'
spec.resource = [
'Resources/*.bundle','Resources/PrivacyInfo.xcprivacy'
]
spec.resource = ['Resources/*.bundle']
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUITranslationPlugin/Resources/PrivacyInfo.xcprivacy'
}
end
7 changes: 4 additions & 3 deletions iOS/TUIKit/TUIVoiceToTextPlugin/TUIVoiceToTextPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Pod::Spec.new do |spec|

spec.source = { :git => 'https://git.woa.com/lynxzhang/tui-components.git', :tag => spec.version}
spec.source_files = '**/*.{h,m,mm,c}'
spec.resource = [
'Resources/*.bundle','Resources/PrivacyInfo.xcprivacy'
]
spec.resource = ['Resources/*.bundle']
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => '**/TUIVoiceToTextPlugin/Resources/PrivacyInfo.xcprivacy'
}
end

0 comments on commit 19761bc

Please sign in to comment.