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 #1209

Closed
universonic opened this issue Mar 26, 2019 · 6 comments
Closed

Swift 5 Support #1209

universonic opened this issue Mar 26, 2019 · 6 comments

Comments

@universonic
Copy link

Apple released Xcode 10.2 for Swift 5 support (see here). Is there a plan to support Swift 5 in Material?

@daniel-jonathan
Copy link
Member

@universonic Hey, good question. We are releasing Swift 4.2 support by pushing development to master, That will be Material 3.0. Once that is done, we will branch from development 3.1 and support Swift 5. We will continue to support Material 3.0.* from development. There may be some revisions to this plan, but this is the general one. Thank you!

@glennposadas
Copy link

glennposadas commented May 15, 2019

Hey @universonic someone forked Material and Motion, and updated them to Swift 5.0, but Daniel and team have plans, like what he just discussed above. But if you can't wait for Swift 5.0 support like me, I'd like to share my temp solution.

pod 'Material',
:git => 'https://github.com/glennposadas/Material.git',
:commit => '74aeecb' # For Material Design

pod 'Motion',
:git => 'https://github.com/glennposadas/Motion.git',
:commit => '6461dda' # Material's dependency.

@daniel-jonathan
Copy link
Member

@OrkhanAlikhanov I would like to setup a release candidate for Swift 4.2 and Swift 5.0 and create candidate branch releases from development, thoughts?

@daniel-jonathan daniel-jonathan pinned this issue May 15, 2019
@OrkhanAlikhanov
Copy link
Contributor

@DanielDahan Would be great. Current development branch is at supports swift 4.2. So, creating swift-4.2 brach and then updating development branch to swift 5 would be enough I think

@universonic
Copy link
Author

Thanks @glennposadas , I'll try it later.

@daniel-jonathan
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants