weiran / Hackers

Hackers is an elegant iOS app for reading Hacker News written in Swift.
http://weiran.co/hackers
MIT License
692 stars 109 forks source link

Ignore Xcode file then use generated one #235

Closed muizidn closed 1 year ago

muizidn commented 2 years ago

Xcodeproj and Xcworkspace files should be ignored to avoid difficult conflict resolution. The solution is to use spec to generate these files. I personally use Xcodegen in my project for simplicity and Bazel for complex one.

Can I contribute to this project to implement above issue?