quran / quran-ios

QuranEngine is the engine powering the Quran.com iOS app.
Apache License 2.0
457 stars 158 forks source link

How do I resolve dependency with this repo? #404

Closed iamraafay closed 1 year ago

iamraafay commented 1 year ago

I'm currently trying to resolve this repo as a dependency to my project via SPM. Xcode is stuck looking up for the reference.

iamraafay commented 1 year ago

Interestingly enough, the issue number is 404. 😂

mohamede1945 commented 1 year ago

😂

How are you referencing it? Most probably you're using a tag and I haven't added a tag for a while now. I'd recommend you use a commit or the main branch. For example here is how we are using it in our App:

.package(name: "QuranEngine", url: "https://github.com/quran/quran-ios", .branch("main")),
iamraafay commented 1 year ago

👋🏽

I can resolve dependency with the repo based on what you have suggested. Do we have a doc or a guide on how to use it for the features I've listed in my query?

mohamede1945 commented 1 year ago

Could you please revert the edit you made to the issue and instead open a new issue for the other inquiry? We would appreciate you doing this since it will allow others search for a similar problem and see the solution.

Thanks!

iamraafay commented 1 year ago

Created another issue regarding usage here

mohamede1945 commented 1 year ago

Thank you! Closing this now.