Bundle

public extension Bundle

Convenience accessors for Bundle Bundle.main[.version]

  • Key

    Keys for common properties

    See more

    Declaration

    Swift

    enum Key : String
  • Allows Bundle.main[.version]

    Declaration

    Swift

    subscript(index: Bundle.Key) -> Any? { get }
  • App Name

    Declaration

    Swift

    var appName: String? { get }
  • “(shortVersion) ((build))”

    Declaration

    Swift

    var appVersion: String? { get }