Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove the *.xcodeproj from ios template (#470)
### Summary This removes the `*.xcodeproj` from the `ios` directory in the generated library. These files are not needed for autolinking, and keeping them has few downsides: - People open this project instead of example and it doesn't work, so it adds confusion - It's a big unreadable file to maintain, both for library developers and for us ### Test plan Generate a project without the `*.xcodeproj` and verify that it compiles and runs
- Loading branch information