-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Newsletter Subscribers FF and update WPKit #24507
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
9be1c32
to
f454a55
Compare
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 27556 | |
Version | PR #24507 | |
Bundle ID | org.wordpress.alpha | |
Commit | 27b0c00 | |
Installation URL | 1dih6n7hf5i2o |
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 27556 | |
Version | PR #24507 | |
Bundle ID | com.jetpack.alpha | |
Commit | 27b0c00 | |
Installation URL | 7caehf3r3ksv0 |
Modules/Package.swift
Outdated
@@ -48,7 +48,7 @@ let package = Package( | |||
.package(url: "https://github.com/wordpress-mobile/MediaEditor-iOS", branch: "task/spm-support"), | |||
.package(url: "https://github.com/wordpress-mobile/NSObject-SafeExpectations", from: "0.0.6"), | |||
.package(url: "https://github.com/wordpress-mobile/NSURL-IDN", branch: "trunk"), | |||
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "wpios-edition"), | |||
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "task/new-subscibers-api"), |
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.
I have approvied the WPKit PR. This change can be discarded once the WPKit PR is merged.
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.
I updated it to point to wpios-edition
.
f454a55
to
374db78
Compare
|
Code I used to test it (added to
MySiteViewController.swift
):