Skip to content

Commit 97803bf

Browse files
committed
Add imports required to compile Keystone for testing
1 parent 938e983 commit 97803bf

File tree

216 files changed

+239
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+239
-0
lines changed

WordPress/Classes/Apps/Reader/ReaderRootViewPresenter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import UIKit
2+
import WordPressData
23

34
final class ReaderRootViewPresenter: RootViewPresenter {
45
let rootViewController: UIViewController = ReaderTabViewController()

WordPress/Classes/Extensions/Media/ExportableAsset.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Foundation
2+
import WordPressData
23

34
@objc public protocol ExportableAsset: NSObjectProtocol {
45

WordPress/Classes/Extensions/Media/NSURL+Exporters.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Foundation
22
import UniformTypeIdentifiers
3+
import WordPressAPI
4+
import WordPressKit
35

46
extension NSURL: ExportableAsset {
57
public var assetMediaType: MediaType {

WordPress/Classes/Jetpack/JetpackMigration/Done/MigrationDoneViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import UIKit
2+
import WordPressData
23

34
class MigrationDoneViewController: UIViewController {
45

WordPress/Classes/Jetpack/JetpackMigration/Welcome/MigrationWelcomeViewModel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import UIKit
2+
import WordPressData
23

34
final class MigrationWelcomeViewModel {
45

WordPress/Classes/Login/ApplicationPasswordReAuthenticationView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Foundation
22
import UIKit
33
import SwiftUI
44
import DesignSystem
5+
import WordPressData
56

67
struct ApplicationPasswordReAuthenticationView: View {
78
let blog: Blog

WordPress/Classes/Login/LoginWithUrlView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import SwiftUI
22
import AuthenticationServices
33
import WordPressAPI
44
import WordPressAuthenticator
5+
import WordPressData
56
import DesignSystem
67
import WordPressShared
78

WordPress/Classes/Models/Blog/Blog+Files.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import MobileCoreServices
22
import UniformTypeIdentifiers
3+
import WordPressData
34

45
// MARK: - Support for Files-based functionality
56

WordPress/Classes/Models/Blog/BlogSettings+DateAndTimeFormat.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Foundation
2+
import WordPressData
23

34
/// In this extension, we implement several nested Enums (and helper setters / getters) aimed at simplifying
45
/// the BlogSettings interface for handling writing date and time format properties.

WordPress/Classes/Models/JetpackSiteRef.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import WordPressData
2+
13
/// A reference to a site that uses the Jetpack API.
24
///
35
/// This type contains the site ID and account username as the minimum way to

0 commit comments

Comments
 (0)