We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f44cf commit 0e7d274Copy full SHA for 0e7d274
QMUIKit.podspec
@@ -41,6 +41,11 @@ Pod::Spec.new do |s|
41
42
s.subspec 'QMUIResources' do |ss|
43
ss.resource_bundles = {'QMUIResources' => ['QMUIKit/QMUIResources/*.*']}
44
+ ss.pod_target_xcconfig = {
45
+ 'EXPANDED_CODE_SIGN_IDENTITY' => '',
46
+ 'CODE_SIGNING_REQUIRED' => 'NO',
47
+ 'CODE_SIGNING_ALLOWED' => 'NO',
48
+ }
49
end
50
51
s.subspec 'QMUIWeakObjectContainer' do |ss|
0 commit comments