Skip to content

Commit eaf6e4a

Browse files
authored
Remove headers_build_phase from example's Podfile
Fixes #106
1 parent da99de0 commit eaf6e4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/ios/Podfile

-4
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ end
5959

6060
post_install do |installer|
6161
installer.pods_project.targets.each do |target|
62-
target.headers_build_phase.files.each do |file|
63-
file.settings = { 'ATTRIBUTES' => ['Public'] }
64-
end
6562
target.build_configurations.each do |config|
6663
config.build_settings['ENABLE_BITCODE'] = 'NO'
6764
config.build_settings['SWIFT_VERSION'] = '4.0'
6865
end
69-
7066
end
7167
end

0 commit comments

Comments
 (0)