AndrewBennet / ReadingListV1

:books: :iphone: Reading List - an iOS app to track personal reading lists
https://readinglist.app
GNU General Public License v3.0
300 stars 48 forks source link

I don't see file ReadingList.xcodeproj #49

Closed quocphong1591 closed 4 years ago

quocphong1591 commented 4 years ago

Hi, i downloaded source code but i don't find file ReadingList.xcodeproj. Please help me. Thanks

AndrewBennet commented 4 years ago

The xcodeproj file isn’t included in the git repository as it is generated using xcodegen. I chose to do this as I was getting nasty merge conflicts with the xcodeproj file; instead, the xcodeproj file is reliably regenerated from the definition in project.yml. The readme has instructions on how to set up the project - let me know if you encounter any other issues!

quocphong1591 commented 4 years ago

Thanks soo much ^^