-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add more imports required for Keystone to build for testing #24627
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
@@ -5,6 +5,9 @@ | |||
#else | |||
#import "WordPress-Swift.h" | |||
#endif | |||
// For some reason, the modular import does not work. | |||
// @import WordPressData; | |||
#import <WordPressData/WordPressData.h> |
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.
This will be addressed shortly, in a dedicated PR.
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.
See #24628
Generated by 🚫 Danger |
|
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 28001 | |
Version | PR #24627 | |
Bundle ID | com.jetpack.alpha | |
Commit | 900ef38 | |
Installation URL | 4tmrn0tivlif0 |
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 28001 | |
Version | PR #24627 | |
Bundle ID | org.wordpress.alpha | |
Commit | 900ef38 | |
Installation URL | 21jia2dj83mc8 |
Similar to #24537