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 support for SPM module resources #141

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

Liquidsoul
Copy link
Contributor

This is a new implementation of #138 that does not break the existing integrations.

Resources had to be moved because of a shortcoming of SPM using the command line that does not resolve symbolic links (but this works when opening Package.swift using Xcode 🤷 ). To prevent the duplication of the resources, a symbolic link is used to reference the moved assets.

This was tested with Cocoapods.
Carthage was not tested but because the project builds a framework, this should perfectly works.

@vadymmarkov
Copy link
Owner

Thanks @Liquidsoul! I can make a new version so Fakery can be used via SPM.

@vadymmarkov vadymmarkov merged commit f45e802 into vadymmarkov:master Nov 18, 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