Could you please add Swift 5 support?
Thanks in advance!
Is the 4.2 version not working with Swift 5?
It is, but it would be great if it was compiling with Swift 5
Yep there are just some warnings but the app still work correctly for me ;)
It would be nice to convert it to Swift 5
See work/swift5. It will be released soon.
Great!
@OkiRules
Add this in your Podfile:
pre_install do |installer|
installer.analysis_result.specifications.each do |s|
s.swift_version = '5.0'
end
end
And all your swift pods will build for Swift 5.
Thanks this is really useful!
Thanks,
Oscar
On 4 Apr 2019, 3:06 PM +1100, Antoine Cœur notifications@github.com, wrote:
@OkiRules
At this in your Podfile:
pre_install do |installer|
installer.analysis_result.specifications.each do |s|
s.swift_version = '5.0'
end
end
And all your swift pods will build for Swift 5.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
And what should carthage-users do?
Thanks in advance!
Do you plan to merge work/swift5 branch into master soon ?
And by the way : this library is AMAZINGLY good !!!
Yep, I do. Thanks!
Most helpful comment
See
work/swift5. It will be released soon.