-
Notifications
You must be signed in to change notification settings - Fork 12
Deintegrate CocoaPods for development and use standard Swift Package manager folder structure #77
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
Changes from all commits
cdc076d
23f0897
bb79b82
2d7dfb3
ed8665c
e148597
6771259
156b76c
b51a65d
9b589b4
64fa94f
dedd2c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 is neat. It will make the unit tests run as part of the pod validation process.
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.
Maybe we can change the "Build and Test" CI task to run tests using SPM (via
xcodebuild test) and CocoaPods (viapod lint)?