MCTTaskTransformer
public struct MCTTaskTransformer : RSDResourceTransformer, Decodable
A task transformer for the resources included in this module.
-
Name of the resource for this transformer.
Declaration
Swift
public let resourceName: String
-
Get the task resource from this bundle.
Declaration
Swift
public var bundleIdentifier: String? { get }
-
The factory bundle points to this framework. (nil-resettable)
Declaration
Swift
public var factoryBundle: Bundle? { get set }