Struct apple_bundle::info_plist::user_interface::MainUserInterface[][src]

pub struct MainUserInterface {
    pub application_scene_manifest: Option<ApplicationSceneManifest>,
    pub main_storyboard_resource_file_base_name: Option<String>,
    pub main_storyboard_file_base_name: Option<String>,
    pub main_nib_file_base_name: Option<String>,
    pub application_is_agent: Option<bool>,
}
Expand description

Main User Interface

Fields

application_scene_manifest: Option<ApplicationSceneManifest>

The information about the app’s scene-based life-cycle support.

The presence of this key indicates that the app supports scenes and does not use an app delegate object to manage transitions to and from the foreground or background.

Availability

  • iOS 13.0+

Framework

  • UIKit
main_storyboard_resource_file_base_name: Option<String>

The name of an app’s storyboard resource file.

Availability

  • macOS 10.10+

Framework

  • Foundation
main_storyboard_file_base_name: Option<String>

The name of the app’s main storyboard file.

Availability

  • iOS 5.0+
  • tvOS 9.0+

Framework

  • UIKit
main_nib_file_base_name: Option<String>

The name of an app’s main user interface file.

Availability

  • iOS 2.0+
  • macOS 10.0+
  • tvOS 9.0+
  • watchOS 2.0+

Framework

  • Foundation
application_is_agent: Option<bool>

A Boolean value indicating whether the app is an agent app that runs in the background and doesn’t appear in the Dock.

Availability

  • macOS 10.0+

Framework

  • Core Services

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.