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

Fix version number of gRPC.podspec #1876

Merged
merged 1 commit into from
Jun 2, 2015

Conversation

jcanizales
Copy link
Contributor

And solves a few linter issues that prevent it from being submitted to Cocoapods' repo.

And solves a few linter issues that prevent it from being submitted to Cocoapods' repo.
cs.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Build/gRPC" "$(PODS_ROOT)/Headers/Build/gRPC/include"' }
cs.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Build/gRPC" '
'"$(PODS_ROOT)/Headers/Build/gRPC/include"' }
cs.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This kind of seems like a bad idea. Why are we suppressing warnings now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cocoapods' linter won't accept a submission with warnings :(

An alternative is to leave it out and only add it for actually submitting the spec. Same as with the commented-out s.source line. On the other hand, those dozens of warnings have been there forever and we still haven't added issues to get them fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now I think what you have is probably better than adding it only for submission. But we should have issues for fixing those warnings.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack. Added an A.I. on my calendar for later this week.

murgatroid99 added a commit that referenced this pull request Jun 2, 2015
Fix version number of gRPC.podspec
@murgatroid99 murgatroid99 merged commit aaba272 into grpc:master Jun 2, 2015
@jcanizales jcanizales deleted the prepare-podspec branch June 2, 2015 23:02
@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants