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

Swift 5 Support #14

Open
TomCarey opened this issue Apr 7, 2019 · 1 comment
Open

Swift 5 Support #14

TomCarey opened this issue Apr 7, 2019 · 1 comment

Comments

@TomCarey
Copy link
Collaborator

TomCarey commented Apr 7, 2019

Swift 5 is out. Succulent has been updated to work in swift 5 but it has a dependency which is Embassy. If you'd like to use Succulent in Swift 5 then you should specify something like the following in your pod file:

pod 'Succulent', git: 'https://github.com/cactuslab/Succulent.git', commit: 'd9044967382f733f8570e0419d7344042ba79066', configurations: ['Test']
pod 'Embassy', git: 'https://github.com/envoy/Embassy.git', commit: 'faad1ac1b9cfa49e14ac4136fc244228e0f2bb04', configurations: ['Test']

When Embassy gets a new version out we will need to push a new Succulent version to match.

@rlester
Copy link
Contributor

rlester commented Apr 29, 2019

To help this along opened an issue: envoy/Embassy#75.

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

No branches or pull requests

2 participants