Skip to content

Instantly share code, notes, and snippets.

@yas375
Last active December 25, 2015 21:19
Show Gist options
  • Save yas375/7042011 to your computer and use it in GitHub Desktop.
Save yas375/7042011 to your computer and use it in GitHub Desktop.
post_install do |installer_representation|
installer_representation.project.targets.each do |target|
if target.name == 'Pods-MTDates'
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)']
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << 'MTDATES_NO_PREFIX=1'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment