Skip to content

Commit 12d58d4

Browse files
zhongwuzwfacebook-github-bot
authored andcommitted
Update rncore podspec to exclude codegen test files (facebook#24513)
Summary: Related facebook@bddd9c7. Exclude these tests files from podspec. cc. cpojer [iOS] [Fixed] - Update rncore podspec to exclude codegen test files Pull Request resolved: facebook#24513 Differential Revision: D14996897 Pulled By: rickhanlonii fbshipit-source-id: 28b29f24f482ed678f15c44c5c579ced97ea651f
1 parent 8321641 commit 12d58d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/React-Fabric.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Pod::Spec.new do |s|
9797
sss.dependency folly_dep_name, folly_version
9898
sss.compiler_flags = folly_compiler_flags
9999
sss.source_files = "fabric/components/rncore/*.{m,mm,cpp,h}"
100-
sss.exclude_files = "**/tests/*"
100+
sss.exclude_files = "**/tests/*", "fabric/components/rncore/*Tests.{h,cpp}"
101101
sss.header_dir = "react/components/rncore"
102102
sss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" }
103103
end

0 commit comments

Comments
 (0)