Skip to content

Commit

Permalink
Merge pull request Tencent#1408 from 0x1306a94/fix_xcode14_resources_…
Browse files Browse the repository at this point in the history
…sign

修复Xcode14 beta 编译失败
  • Loading branch information
MoLice authored Jun 11, 2022
2 parents 22f86f8 + 368ad67 commit 4f251c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions QMUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ Pod::Spec.new do |s|

s.subspec 'QMUIResources' do |ss|
ss.resource_bundles = {'QMUIResources' => ['QMUIKit/QMUIResources/*.*']}
ss.pod_target_xcconfig = {
'EXPANDED_CODE_SIGN_IDENTITY' => '',
'CODE_SIGNING_REQUIRED' => 'NO',
'CODE_SIGNING_ALLOWED' => 'NO',
}
end

s.subspec 'QMUIWeakObjectContainer' do |ss|
Expand Down

0 comments on commit 4f251c1

Please sign in to comment.