-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Enable watchOS for Remote Config and ABTesting #7481
Conversation
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.
Thanks!
Please update CI with a build only pod lib lint
at https://github.com/firebase/firebase-ios-sdk/blob/master/.github/workflows/remoteconfig.yml#L52
Coverage ReportAffected SDKs
Test Logs
|
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.
Awesome! LGTM, please wait for @karenyz approval.
Example/watchOSSample/SampleWatchAppWatchKitExtension/ExtensionDelegate.swift
Outdated
Show resolved
Hide resolved
Example/watchOSSample/SampleWatchAppWatchKitExtension/ExtensionDelegate.swift
Outdated
Show resolved
Hide resolved
Thanks for testing this! 🎉 |
my clang-format somehow is not in sync even tho it's the same version. |
The log might be confusing, since it's actually swiftformat that checks the format of Swift files - not clang-format |
Right, I also upgraded swiftformat and I ran both swiftformat and ./script/style.sh. None of them is accepted by CI. |
swiftformat should be controlled by the Mintfile and running 0.45.5 both locally and in CI |
ABTesting is a hard dependency so enable it as well.
Testing: I'm able to get config value without any changes using the watchOS sample app.