-
Notifications
You must be signed in to change notification settings - Fork 608
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 4.2 Support #108
Comments
Hi! You’re right. Unfortunately I won’t be able to make that adjustment within the next 2 weeks (I won’t be near my mac). |
Hi - until SwiftEntryKit and QuickLayout support Swift 4.2 you can add the following in your Podfile in order to make the project run smoothly.
|
So it looks like SwiftEntryKit is ready and the last thing is QuickLayout - |
Actually, QuickLayout pod should compile as well using that Podfile patch from above. |
Yeah, it does, I just wanted to say that it looks like it's already 4.2 compatible except this one file - so if you wanna help with PR or if you are on it and it would be waste of time. :) |
Thanks, @Kaspik! I'm on it :-) |
@Kaspik, @Blackjacx, SwiftEntryKit supports Swift 4.2 natively as of version 0.8.0. |
Also - please note that additional changes must be made in order to adapt to 0.7.0 and above. See CHANGELOG for more information. |
Thank you! I was already using 0.7 so there are just good news for me :) |
Hi - I've made a necessary fix to the swift version for QuickLayout's and SwiftEntryKit's podspecs. Please use 0.8.1 instead of 0.8.0. This fix enabled developers to use Xcode 10 and lower than 4.2 swift version of the project's targets without specifying this in their Podfile (quite dirty approach that was). ;-) |
Hey there! Just configured everything for Swift 4.2 but unfortunately SwiftEntryKit and/or QuickLayout does not support it yet. A fix is welcomed :-)
The text was updated successfully, but these errors were encountered: