From 328ba45c12308211c0c767ddd4d564ff25256e0a Mon Sep 17 00:00:00 2001 From: zhongwuzw Date: Wed, 10 Apr 2019 15:03:43 +0800 Subject: [PATCH] Update jsi podspec to support new directory structure --- ReactCommon/jsi/React-jsi.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/jsi/React-jsi.podspec b/ReactCommon/jsi/React-jsi.podspec index c1509a22d4b62e..180905ca40b443 100644 --- a/ReactCommon/jsi/React-jsi.podspec +++ b/ReactCommon/jsi/React-jsi.podspec @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.author = "Facebook, Inc. and its affiliates" s.platforms = { :ios => "9.0", :tvos => "9.2" } s.source = source - s.source_files = "*.{cpp,h}" + s.source_files = "**/*.{cpp,h}" s.framework = "JavaScriptCore" s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\"" }