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 SwiftPM resources via Swift 5.3 #138

Closed
wants to merge 1 commit into from

Conversation

Jeehut
Copy link

@Jeehut Jeehut commented Jul 8, 2020

See also this WWDC 2020 session: https://developer.apple.com/videos/play/wwdc2020/10169
Or read the related proposal: https://github.com/apple/swift-evolution/blob/master/proposals/0271-package-manager-resources.md

Note that I have only made this compatible when used with SwiftPM. Integration via other dependency managers might be broken.

Fixes #129.

To use this branch before it's merged, use this in your Package.swift:

.package(name: "Fakery", url: "https://github.com/Jeehut/Fakery.git", .branch("master")),

See also this WWDC 2020 session: https://developer.apple.com/videos/play/wwdc2020/10169
Or read the related proposal: https://github.com/apple/swift-evolution/blob/master/proposals/0271-package-manager-resources.md

Note that I have only made this compatible when used with SwiftPM. Integration via other dependency managers might be broken.
@zarghol
Copy link

zarghol commented Jul 15, 2020

This was 7 days ago. Any plan to merge this ? @vadymmarkov :)

@vadymmarkov
Copy link
Owner

Hi @Jeehut and thanks for your PR! Yes, we definitely want to have proper SPM support, but I think the library should work with other dependency managers because I'm pretty sure it's still being used via CocoaPods or Carthage.

@LordZardeck
Copy link

@vadymmarkov Any chance on getting this PR adjusted so it can be merged?

@vadymmarkov
Copy link
Owner

@LordZardeck It was already done in #141. I think we can close this one.

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.

I keep getting JSON file for 'de' locale was not found. for every locale I enter.
4 participants