Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created August 27, 2015 15:35
Show Gist options
  • Save PaulTaykalo/5e6fa90b46b56efff761 to your computer and use it in GitHub Desktop.
Save PaulTaykalo/5e6fa90b46b56efff761 to your computer and use it in GitHub Desktop.
Setting Up Nasty Macroses for some Pods :)
post_install do |installer_representation|
installer_representation.pods_project.targets.each do |target|
if target.name == "LogEntries"
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'LE_DEBUG_LOGS=0']
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment