We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a43b72 commit f797ca1Copy full SHA for f797ca1
1 file changed
mobile/ios/App/Podfile
@@ -21,4 +21,12 @@ end
21
22
post_install do |installer|
23
assertDeploymentTarget(installer)
24
+
25
+ installer.pods_project.targets.each do |target|
26
+ target.build_configurations.each do |config|
27
+ config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
28
+ config.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
29
+ config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ''
30
+ end
31
32
end
0 commit comments