Update CK and Yoga dependencies
Summary: Updates CK and Yoga to latest dependencies. Also removed the code from the post_install script which changed the min ios version of the yoga dependency, its no longer required. Reviewed By: kfirapps Differential Revision: D15098129 fbshipit-source-id: d00938db1df59d74253ae412a4bd835a0aa286b7
This commit is contained in:
committed by
Facebook Github Bot
parent
0a3805c0f4
commit
4049720759
@@ -14,13 +14,6 @@ target 'SampleSwift' do
|
||||
post_install do |installer|
|
||||
file_name = Dir.glob("*.xcodeproj")[0]
|
||||
app_project = Xcodeproj::Project.open(file_name)
|
||||
installer.pods_project.targets.each do |target|
|
||||
if ('Yoga' == target.name)
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
app_project.native_targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
if (config.build_settings['OTHER_SWIFT_FLAGS'])
|
||||
|
||||
Reference in New Issue
Block a user