Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove the
xcodeproj
from the library (#411)
## 📜 Description Removed `*.xcodeproj` and all associated files. ## 💡 Motivation and Context It seems like this file is not needed anymore as all linking is done via cocoapods. So in this PR I'm removing it because: - it should reduce npm package on ~19kb; - we will not need to synchronize it with fs anymore; - it's not used file. Similar changes were made in callstack/react-native-builder-bob#470 <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### iOS - removed `xcodeproj` associated files; ## 🤔 How Has This Been Tested? Tested on CI. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information