Skip to content

Commit

Permalink
Only include shared files for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Dec 12, 2024
1 parent 27b2c21 commit 92565ca
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ Pod::Spec.new do |s|
ss.subspec "scrollview" do |sss|
sss.dependency folly_dep_name, folly_version
sss.compiler_flags = folly_compiler_flags
sss.source_files = "react/renderer/components/scrollview/**/*.{m,mm,cpp,h}"
sss.exclude_files = "react/renderer/components/scrollview/tests",
"react/renderer/components/scrollview/platform/android"
sss.source_files = "react/renderer/components/scrollview/*.{m,mm,cpp,h}"
sss.header_dir = "react/renderer/components/scrollview"

end
Expand Down

0 comments on commit 92565ca

Please sign in to comment.