Skip to content

Instantly share code, notes, and snippets.

@tilltue
Created June 17, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilltue/cf37b454151efe16014ff35811dd3c1a to your computer and use it in GitHub Desktop.
Save tilltue/cf37b454151efe16014ff35811dd3c1a to your computer and use it in GitHub Desktop.
Podfile 설정
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
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