Swiftmessages: Swift 5 support?

Created on 29 Mar 2019  Â·  12Comments  Â·  Source: SwiftKickMobile/SwiftMessages

Could you please add Swift 5 support?

Thanks in advance!

Most helpful comment

See work/swift5. It will be released soon.

All 12 comments

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!

@vorb the same; living in Carthage shouldn't be a problem.

Or you could check the doc and add this in your Cartfile:

github "SwiftKickMobile/SwiftMessages" "work/swift5"

Do you plan to merge work/swift5 branch into master soon ?
And by the way : this library is AMAZINGLY good !!!

Yep, I do. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

X901 picture X901  Â·  5Comments

mergesort picture mergesort  Â·  5Comments

b992 picture b992  Â·  4Comments

shukaka picture shukaka  Â·  5Comments

allaire picture allaire  Â·  3Comments