Skip to content

Commit 033026c

Browse files
authored
fix: move ios fabric files to ios folder (#669)
1 parent 547d463 commit 033026c

File tree

7 files changed

+359
-13
lines changed

7 files changed

+359
-13
lines changed

RNDateTimePicker.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"',
2626
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
2727
}
28-
28+
2929
s.dependency "React"
3030
s.dependency "React-RCTFabric"
3131
s.dependency "React-Codegen"
@@ -34,12 +34,6 @@ Pod::Spec.new do |s|
3434
s.dependency "RCTTypeSafety"
3535
s.dependency "ReactCommon/turbomodule/core"
3636

37-
s.subspec "cpp" do |ss|
38-
ss.source_files = "cpp/**/*.{cpp,h}"
39-
ss.header_dir = "rndatetimepicker"
40-
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/cpp\"" }
41-
end
42-
4337
else
4438
s.exclude_files = "ios/fabric"
4539

0 commit comments

Comments
 (0)