Skip to content

Commit 96ece43

Browse files
[Flipper][RN] Remove the post install step
1 parent ddc3300 commit 96ece43

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/react_native_pods.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,3 @@ def use_flipper!(versions = {})
8888
pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
8989
pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
9090
end
91-
92-
# Post Install processing for Flipper
93-
def flipper_post_install(installer)
94-
installer.pods_project.targets.each do |target|
95-
if target.name == 'YogaKit'
96-
target.build_configurations.each do |config|
97-
config.build_settings['SWIFT_VERSION'] = '4.1'
98-
end
99-
end
100-
end
101-
end

0 commit comments

Comments
 (0)