-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Keystone PoC #24407
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
Closed
Closed
Keystone PoC #24407
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5c0850d
Add Keystone dependency to the apps
kean dbb5fd5
Change Keystone module name to WordPress
kean 6326ca0
Temporarily disable secrets generation
kean 720a157
Make MenusViewController public
kean cdea5fa
Make other headers public
kean d468ff5
Fix import name in main.swift
kean 7ff4106
Temporarily rename the app
kean 187454e
Fix nib bundle
kean d760478
Temporary always use Jetpack flags
kean 59c7c60
Build only for target architecture
kean ff04055
Opmize SwifLint
kean File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for WordPress. | ||
FOUNDATION_EXPORT double WordPressVersionNumber; | ||
|
||
//! Project version string for WordPress. | ||
FOUNDATION_EXPORT const unsigned char WordPressVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <WordPress/PublicHeader.h> | ||
|
||
#import <WordPress/ActivityLogViewController.h> | ||
#import <WordPress/AccountService.h> | ||
|
||
#import <WordPress/Blog.h> | ||
#import <WordPress/BlogService.h> | ||
#import <WordPress/BlogSyncFacade.h> | ||
#import <WordPress/BlogDetailsViewController.h> | ||
|
||
#import <WordPress/CommentService.h> | ||
#import <WordPress/CommentsViewController.h> | ||
#import <WordPress/Constants.h> | ||
|
||
#import <WordPress/LocalCoreDataService.h> | ||
|
||
#import <WordPress/Media.h> | ||
#import <WordPress/MediaService.h> | ||
#import <WordPress/MenuItem.h> | ||
#import <WordPress/MenuItemsViewController.h> | ||
#import <WordPress/MenusService.h> | ||
#import <WordPress/MenusViewController.h> | ||
#import <WordPress/Media+Extensions.h> | ||
|
||
#import <WordPress/NSObject+Helpers.h> | ||
|
||
#import <WordPress/PageSettingsViewController.h> | ||
#import <WordPress/PostContentProvider.h> | ||
#import <WordPress/PostCategory.h> | ||
#import <WordPress/PostCategoryService.h> | ||
#import <WordPress/PostContentProvider.h> | ||
#import <WordPress/PostHelper.h> | ||
#import <WordPress/PostMetaButton.h> | ||
#import <WordPress/PostService.h> | ||
#import <WordPress/PostServiceOptions.h> | ||
#import <WordPress/PostSettingsViewController.h> | ||
#import <WordPress/PostTag.h> | ||
#import <WordPress/PostTagService.h> | ||
|
||
#import <WordPress/ReaderGapMarker.h> | ||
#import <WordPress/ReaderPost.h> | ||
#import <WordPress/ReaderPostService.h> | ||
#import <WordPress/ReaderSiteService.h> | ||
#import <WordPress/ReaderSiteService_Internal.h> | ||
#import <WordPress/ReaderTopicService.h> | ||
|
||
#import <WordPress/SettingsSelectionViewController.h> | ||
#import <WordPress/SettingsMultiTextViewController.h> | ||
#import <WordPress/SettingTableViewCell.h> | ||
#import <WordPress/SettingsTextViewController.h> | ||
#import <WordPress/SharingViewController.h> | ||
#import <WordPress/SiteSettingsViewController.h> | ||
#import <WordPress/SourcePostAttribution.h> | ||
#import <WordPress/StatsViewController.h> | ||
#import <WordPress/SuggestionsTableView.h> | ||
#import <WordPress/SuggestionsTableViewCell.h> | ||
|
||
#import <WordPress/Theme.h> | ||
#import <WordPress/ThemeService.h> | ||
|
||
#import <WordPress/UIAlertControllerProxy.h> | ||
#import <WordPress/UIApplication+Helpers.h> | ||
#import <WordPress/UIView+Subviews.h> | ||
|
||
#import <WordPress/WPAccount.h> | ||
#import <WordPress/WPActivityDefaults.h> | ||
#import <WordPress/WPAppAnalytics.h> | ||
#import <WordPress/WPUploadStatusButton.h> | ||
#import <WordPress/WPError.h> | ||
#import <WordPress/WPTableViewHandler.h> | ||
#import <WordPress/WPTabBarController.h> | ||
#import <WordPress/WPLogger.h> | ||
|
||
FOUNDATION_EXTERN void SetCocoaLumberjackObjCLogLevel(NSUInteger ddLogLevelRawValue); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why did you decide to rename Keystone to WordPress?
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.
It's a temporary change to avoid changing IB files and Core Data schemas.