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

Remove .swift_version and use swift_versions attribute instead. (Upgrade Cocoapods too?) #169

Open
bobgilmore opened this issue Jun 6, 2019 · 0 comments

Comments

@bobgilmore
Copy link
Contributor

We get the following warning when pushing to Cocoapods trunk...

[!] Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead.

(Along with this, we should probably upgrade the pod version. Cocoapods 1.7.1 is the latest.)

This is work that's only noticed AFTER dev work is completed, we've tagged, and we're trying to push, so we need to just do it and let it ride into a "motivated" release.

bobgilmore added a commit that referenced this issue Oct 4, 2019
Whenever we update the pod and publish to Cocoapods,
pod spec lint
warns us that
Usage of the .swift_version file has been deprecated!

Let's clean it up and replace it with swift_versions in the podspec
per lint's recommendation.

See issue #169 in the repo.
bobgilmore added a commit that referenced this issue Oct 4, 2019
Whenever we update the pod and publish to Cocoapods,
pod spec lint
warns us that
Usage of the .swift_version file has been deprecated!

Let's clean it up and replace it with swift_versions in the podspec
per lint's recommendation.

See issue #169 in the repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant