Bundle

Undocumented

  • Mechanica

    Returns the user-visible name of the Bundle; used by Siri and visible on the Home screen in iOS.

    Declaration

    Swift

    public final var displayName: String?
  • Mechanica

    Returns the release-version-number string for the Bundle.

    Declaration

    Swift

    public final var shortVersionString: String?
  • Mechanica

    Returns the build-version-number string for the Bundle.

    Declaration

    Swift

    public final var version: String?
  • Mechanica

    Returns the receiver’s executable file name.

    Declaration

    Swift

    public final var executableFileName: String?