Skip to content

Commit

Permalink
[Flipper][RN] Remove the post install step
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Apr 16, 2020
1 parent ddc3300 commit 96ece43
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,3 @@ def use_flipper!(versions = {})
pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
end

# Post Install processing for Flipper
def flipper_post_install(installer)
installer.pods_project.targets.each do |target|
if target.name == 'YogaKit'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.1'
end
end
end
end

0 comments on commit 96ece43

Please sign in to comment.