Skip to content

Commit

Permalink
refactor: remove the *.xcodeproj from ios template (#470)
Browse files Browse the repository at this point in the history
### 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
satya164 authored Sep 29, 2023
1 parent 2c1c4e7 commit 08a3230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 323 deletions.

This file was deleted.

This file was deleted.

0 comments on commit 08a3230

Please sign in to comment.