Skip to content

Commit 061cd1a

Browse files
committed
chore: revert accidental change in podspec
1 parent 4c6542a commit 061cd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rn-tester/RCTTest/React-RCTTest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.platforms = min_supported_versions
2727
s.compiler_flags = '-Wno-nullability-completeness'
2828
s.source = source
29-
s.source_files = "**/*.{h,m,mm}"
29+
s.source_files = podspec_sources("**/*.{h,m,mm}", "**/*.h")
3030
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
3131
s.framework = "XCTest"
3232
s.header_dir = "RCTTest"

0 commit comments

Comments
 (0)