Skip to content

Instantly share code, notes, and snippets.

@Jxrgxn
Created February 10, 2023 11:27
Show Gist options
  • Save Jxrgxn/293d4f5614d537ffdb24276a80092ac9 to your computer and use it in GitHub Desktop.
Save Jxrgxn/293d4f5614d537ffdb24276a80092ac9 to your computer and use it in GitHub Desktop.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings['OTHER_CFLAGS'] = "$(inherited) -Qunused-arguments -Xanalyzer -analyzer-disable-all-checks"
config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = 'NO'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment