InfoDictionaryKey

struct InfoDictionaryKey : RawRepresentable

Represents a single info dictionary key.

Public Properties

  • The bundle identifier.

    Declaration

    Swift

    public static let identifier: Bundle.InfoDictionaryKey
  • The bundle display name.

    Declaration

    Swift

    public static let displayName: Bundle.InfoDictionaryKey
  • The bundle executable.

    Declaration

    Swift

    public static let executable: Bundle.InfoDictionaryKey
  • The bundle short version string.

    Declaration

    Swift

    public static let shortVersionString: Bundle.InfoDictionaryKey
  • The bundle version.

    Declaration

    Swift

    public static let version: Bundle.InfoDictionaryKey
  • The raw backing value.

    Declaration

    Swift

    public let rawValue: String

Initializers

  • Creates an instance with the provided rawValue.

    Declaration

    Swift

    public init(_ rawValue: String)

    Parameters

    rawValue

    The raw backing value

    Return Value

    The instance

  • Creates an instance with the provided rawValue.

    Declaration

    Swift

    public init(rawValue: String)

    Parameters

    rawValue

    The raw backing value

    Return Value

    The instance