diff --git a/packages/react-native/ReactCommon/react/renderer/graphics/React-graphics.podspec b/packages/react-native/ReactCommon/react/renderer/graphics/React-graphics.podspec index a651b742767..2127b0d6eff 100644 --- a/packages/react-native/ReactCommon/react/renderer/graphics/React-graphics.podspec +++ b/packages/react-native/ReactCommon/react/renderer/graphics/React-graphics.podspec @@ -24,7 +24,7 @@ boost_config = get_boost_config() boost_compiler_flags = boost_config[:compiler_flags] Pod::Spec.new do |s| - source_files = "**/*.{m,mm,cpp,h}" + source_files = "*.{m,mm,cpp,h}", "platform/ios/**/*.{m,mm,cpp,h}" header_search_paths = [ "\"$(PODS_ROOT)/boost\"", "\"$(PODS_TARGET_SRCROOT)/../../../\"", @@ -44,10 +44,6 @@ Pod::Spec.new do |s| s.source = source s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags s.source_files = source_files - s.exclude_files = "tests", - "platform/android", - "platform/cxx", - "platform/windows", s.header_dir = "react/renderer/graphics" s.framework = "UIKit"