Update Contributing instructions to directly open Package.swift with Xcode#718
Conversation
…Xcode instead of using deprecated SPM command.
Codecov Report
@@ Coverage Diff @@
## main #718 +/- ##
=======================================
Coverage 84.83% 84.83%
=======================================
Files 158 158
Lines 9201 9201
=======================================
Hits 7806 7806
Misses 1395 1395 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fortmarek
left a comment
There was a problem hiding this comment.
Thanks a lot for the contribution @michaelmcguire!
However, instead of updating the docs in README.md, I suggest linking to this page that goes deeper and uses the now-preferred method of editing tuist with tuist.
@fortmarek Does that make sense for this specific sub-project? I came into this from it's use in |
|
ahh, I'm sorry, yes, for this project it makes complete sense! |
Short description 📝
While working on #717, I saw the contributing instructions were out-of-date and used the deprecated SPM command
generate-xcodeproj. I was able to open, compile and test with Xcode's direct SPM compatibility.Solution 📦
Update instructions to use Xcode directly.
Implementation 👩💻👨💻
Updated
README.md.