RSDDecodableBundleInfo

public protocol RSDDecodableBundleInfo : Decodable

RSDDecodableBundleInfo is a convenience protocol for getting a bundle from a bundle identifier.

  • The bundle identifier. Decodable identifier that can be used to get the bundle.

    Declaration

    Swift

    var bundleIdentifier: String? { get }
  • A pointer to the bundle set by the factory (if applicable).

    Declaration

    Swift

    var factoryBundle: Bundle? { get set }