-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SPM support and remove Cocoapods #21
base: master
Are you sure you want to change the base?
Conversation
080f73d
to
2be09a5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #21 +/- ##
==========================================
- Coverage 93.95% 87.82% -6.14%
==========================================
Files 45 28 -17
Lines 2415 1010 -1405
==========================================
- Hits 2269 887 -1382
+ Misses 146 123 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
PR's key points
Add SPM support and remove Cocoapods. I've also removed fastlane because it's not needed here.
To open the project with Xcode just double click Package.swift or open the enclosing folder.
You can also open this folder with any editor like Zed, VS Code or Sublime Text and you will have all Swift LSP features!
How to review this PR?
Run tests using Xcode or with this command:
swift test
You can integrate this in a existing project using this feature branch