Commit 08a3230
authored
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 runs1 parent 2c1c4e7 commit 08a3230
File tree
2 files changed
+0
-323
lines changed- packages/create-react-native-library/templates/native-common/ios/{%- project.name %}.xcodeproj
- project.xcworkspace
2 files changed
+0
-323
lines changedLines changed: 0 additions & 319 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
This file was deleted.
0 commit comments