mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
iOS: fix up RNTesterPods
Summary: A few fixes: * missing include: folly/Optional.h * switch folly::Optional's `has_value()` to `hasValue()` for now until folly is upgraded to newer version * fix up import for RCTTextAttributes.h * fix up includes for "conversions.h" to use namespaced includes Reviewed By: mmmulani Differential Revision: D8021149 fbshipit-source-id: d3955986d3ab6b1d9b61ac1e385767893ce57e5e
This commit is contained in:
committed by
Facebook Github Bot
parent
8c74864d7b
commit
128c9343c4
@@ -183,7 +183,7 @@ Pod::Spec.new do |s|
|
||||
ss.subspec "textlayoutmanager" do |sss|
|
||||
sss.dependency "Folly", folly_version
|
||||
sss.compiler_flags = folly_compiler_flags
|
||||
sss.source_files = "ReactCommon/fabric/textlayoutmanager/**/*.{cpp,h}"
|
||||
sss.source_files = "ReactCommon/fabric/textlayoutmanager/**/*.{cpp,h,mm}"
|
||||
sss.exclude_files = "**/tests/*"
|
||||
sss.header_dir = "fabric/textlayoutmanager"
|
||||
sss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" }
|
||||
|
||||
Reference in New Issue
Block a user