You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
When Embassy gets a new version out we will need to push a new Succulent version to match.
The text was updated successfully, but these errors were encountered: