Bundle

public extension Bundle

An extension to Bundle that provides Versions

  • The version of the bundle.

    Remark

    We use a tolerant parser, so strings like 10.1 or even 3 will parse.

    Note

    Uses the value for the key CFBundleShortVersionString.

    Important

    Returns 0.0.0 (Version.null) if result is absent or invalid.

    Declaration

    Swift

    var version: Version { get }