Skip to content

Commit

Permalink
Removed post_install from Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Köhnke committed Apr 8, 2016
1 parent fee5c6e commit 12b3bb1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,3 @@ target 'Example OSX' do
import_pods
end


post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'WKZombie-iOS'
target.build_configurations.each do |config|
if config.name == 'Debug'
config.build_settings['OTHER_SWIFT_FLAGS'] = '-DWKZOMBIE_LOGGING_ON'
else
config.build_settings['OTHER_SWIFT_FLAGS'] = ''
end
end
end
end
end

0 comments on commit 12b3bb1

Please sign in to comment.