Closed notjosh closed 5 years ago
1 Warning | |
---|---|
:warning: | Are there any changes that should be explained in the README.md ? |
Generated by :no_entry_sign: Danger
Hey @notjosh, thanks a lot! Looks really good.
Do you think you'd be able to bump a 6.0.1 release with support for this some time soon?
Hey @notjosh, absolutely. Thanks for asking. I just released v6.0.1 including this.
Hiya 👋!
I bumped my project to Swift 5, and started getting some classic "this isn't Swift 5" errors:
Looking into the podspec,
PiwikTracker.podspec
specifies Swift 4.1 (via #267, #260), butMatomoTracker.podspec
doesn't mention anything at all. Meanwhile.swift-version
specifies Swift 4.2.This PR brings them all into line as Swift 4.2 consistently.
And just in case anyone else is having issues, here's the workaround in your
Podfile
until this is published: