Skip to content

Commit

Permalink
Merge pull request #108 from robsonfingo/patch-1
Browse files Browse the repository at this point in the history
Remove headers_build_phase from example's Podfile
  • Loading branch information
pichillilorenzo authored Jun 1, 2019
2 parents 74bce61 + eaf6e4a commit 20afeae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,9 @@ end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.headers_build_phase.files.each do |file|
file.settings = { 'ATTRIBUTES' => ['Public'] }
end
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['SWIFT_VERSION'] = '4.0'
end

end
end

0 comments on commit 20afeae

Please sign in to comment.