Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Exclude React/Cxx* dirs from React podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
keatongreve committed Feb 3, 2017
1 parent 42bebc7 commit 97f6565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
ss.dependency "Yoga", "~> 1.0"
ss.dependency "React/cxxreact"
ss.source_files = "React/**/*.{c,h,m,mm,S}"
ss.exclude_files = "**/__tests__/*", "IntegrationTests/*", "React/**/RCTTVView.*", "ReactCommon/yoga/*"
ss.exclude_files = "**/__tests__/*", "IntegrationTests/*", "React/**/RCTTVView.*", "ReactCommon/yoga/*", "React/CxxBridge/*", "React/CxxModule/*", "React/CxxUtils/*"
ss.framework = "JavaScriptCore"
ss.libraries = "stdc++"
end
Expand Down

0 comments on commit 97f6565

Please sign in to comment.