Bundle

public extension Bundle
  • The version of the current bundle.

    Note

    Uses the key CFBundleShortVersionString for retrieving version values.

    Declaration

    Swift

    var shortVersion: Version? { get }
  • The full version of the current bundle.

    Note

    Uses the key CFBundleShortVersionString and CFBundleVersion for retrieving version values.

    Declaration

    Swift

    var version: Version? { get }