Importer
public class Importer : Item
An Importer is used to import data from an external source to the Pod database.
-
The name of the item.
Declaration
Swift
@objc dynamic var name: String? -
Repository associated with this item, e.g. used by Pod to start appropriate integrator container.
Declaration
Swift
@objc dynamic var repository: String? -
The type of the data this Item acts on.
Declaration
Swift
@objc dynamic var dataType: String? -
A graphic symbol to represent some Item.
Declaration
Swift
@objc dynamic var icon: String? -
An image in the Xcode bundle.
Declaration
Swift
@objc dynamic var bundleImage: String? -
A run of a certain Importer, that defines the details of the specific import.
Declaration
Swift
var importerRun: Results<ImporterRun>? { get } -
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws -
Declaration
Swift
override var computedTitle: String { get }
Importer Class Reference