-
-
Notifications
You must be signed in to change notification settings - Fork 40
feat: added CocoaPods support #1
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
Conversation
Hi @soumyamahunt |
Hi @Ariandr, Cocoapods doesn't support macros unlike Swift package. |
@soumyamahunt |
90a41ef
to
62ecefe
Compare
62ecefe
to
9babc19
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1 +/- ##
=======================================
Coverage 94.33% 94.33%
=======================================
Files 100 100
Lines 3335 3336 +1
=======================================
+ Hits 3146 3147 +1
Misses 189 189 ☔ View full report in Codecov by Sentry. |
9babc19
to
3cfef93
Compare
3cfef93
to
298d28b
Compare
Hi @soumyamahunt |
No workaround has been added by CocoaPods. I found a workaround using existing features which was quite hard to test, especially with CocoaPods taking around 1 hour to run linting. I am writing a medium post on the workaround that other macro authors can use. Stay tuned. |
Great work! |
No description provided.