-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update JetpackStatsWidget #24222
Update JetpackStatsWidget #24222
Conversation
|
||
let cache = cache ?? HomeWidgetCache<Self>(fileName: Self.filename, | ||
appGroup: BuildSettings.appGroupName) | ||
let cache = cache ?? makeCache() |
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.
Duplicated this for simplicity. It's just convenience wrappers – I don't think it hurts. It's better than creating yet another module just to reuse two methods.
Generated by 🚫 Danger |
|
App Name | ![]() |
|
Configuration | Release-Alpha | |
Build Number | pr24222-69fb90c | |
Version | 25.8 | |
Bundle ID | com.jetpack.alpha | |
Commit | 69fb90c | |
App Center Build | jetpack-installable-builds #10758 |
|
App Name | ![]() |
|
Configuration | Release-Alpha | |
Build Number | pr24222-69fb90c | |
Version | 25.8 | |
Bundle ID | org.wordpress.alpha | |
Commit | 69fb90c | |
App Center Build | WPiOS - One-Offs #11730 |
4f6a651
to
6674758
Compare
Pull request was converted to draft
854a6e2
to
a9fbce5
Compare
a9fbce5
to
c9694b0
Compare
I updated it with the latest changes, so it's now ready for review. |
This is the second part of bringing the
JetpackStatsWidget
into a world with no files shared across targets.HomeWidgetCache
toJetpackStatsWidgetsCore
JetpackStatsWidgets-Bridging-Header.h
Constants.m
,AppConfiguration.swift
,ExtensionConfiguration.swift
,CocoaLumberjack.swift
, etc fromJetpackStatsWidget
AppConfigurarion.Widget
extensionAppConfiguration.Widget.Localization
To test:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.Testing checklist: