Skip to content
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 an SPM package manifest #54

Merged
merged 4 commits into from
Sep 5, 2020
Merged

Add an SPM package manifest #54

merged 4 commits into from
Sep 5, 2020

Conversation

vmanot
Copy link
Contributor

@vmanot vmanot commented Sep 3, 2020

Adds basic SPM support.

Tests don't work because they're reliant on FBSnapshotTestCase which doesn't have SPM support yet.

@rajdeep
Copy link
Owner

rajdeep commented Sep 3, 2020

thanks, @vmanot. I have plans to drop FBSnapshots in favour of using Pointfree snapshot testing library. Pointfree is already being used for newer tests like that of Lists. I'll have a look at it and merge this soon.

@rajdeep
Copy link
Owner

rajdeep commented Sep 4, 2020

@vmanot, I have dropped FBSnapshot library. You can update your PR to include tests as well.

@vmanot
Copy link
Contributor Author

vmanot commented Sep 4, 2020

@rajdeep done, surprised it was this easy!

Copy link
Owner

@rajdeep rajdeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update, @vmanot. If you can address some minor review comments, we'll be good to merge.

Package.swift Outdated Show resolved Hide resolved
Package.swift Show resolved Hide resolved
@vmanot
Copy link
Contributor Author

vmanot commented Sep 5, 2020

@rajdeep please re-review and merge if good to go.

Copy link
Owner

@rajdeep rajdeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@rajdeep rajdeep merged commit e9257e1 into rajdeep:master Sep 5, 2020
@rajdeep rajdeep mentioned this pull request Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants