Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix React-graphics podspec source_files (facebook#48216)
Summary: Pull Request resolved: facebook#48216 The `React-graphics` podspec is manually excluding some paths from the source_files but this approach is error prone. For esample changes that added new paths that must be excluded can create failures. This change the podspec file to explicitly add only the files that iOS requires. ## Changelog: [iOS][Changed] - Explicitly define the source files for React-graphics ## Facebook: This change is necessary because we added the macos platform that was not included before and now we can't build RNTester from fbsource using the internal pipeline. Reviewed By: hoxyq Differential Revision: D67095677 fbshipit-source-id: 701d5938f6e141a313be62c8f930a089e1d6ee96
- Loading branch information