Bundle

extension Bundle

Important

This is a Public Preview API. It may be changed or removed at any time.
  • A unique identifier for the bundle

    Declaration

    Swift

    public var identifier: String? { get }
  • The release or version number of the bundle

    Declaration

    Swift

    public var shortVersion: String? { get }
  • The version of the build that identifies the iteration of the bundle

    Declaration

    Swift

    public var version: String? { get }