-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make all GoogleUtilities APIs public #6588
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
Conversation
paulb777
commented
Sep 28, 2020
- Makes all GoogleUtilities API usage consistent
- Eliminates need for ifdef differences between SwiftPM and CocoaPods
- Enables transition of GoogleUtilities to another repo without a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the small spelling nit, just want to check to validate we're okay with locking in the API and having to make larger coordinated breaks now.
GoogleUtilities/CHANGELOG.md
Outdated
@@ -1,3 +1,6 @@ | |||
# 7.0.0 | |||
- All APIs are now public. All CocoaPods private headers are tranitioned to public. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
transitioned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to leave a comment mentioning that it's still not for non-Google usage?