-
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
Ios/feature/create swift package #1
Conversation
] | ||
// plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")] | ||
], | ||
plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this elongated the build a lot, will not be a problem when we use the "macros via mint" solution but might increase build time at first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(so: leave it as it is now, just a heads-up comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still need support on that, i managed to include it in Mint but was not able to successfully reference it inside the classes (implementation was not found)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I documented my knowledge in #3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 ok will address this inside the issue for migrating to Mint
No description provided.