Struct apple_bundle::info_plist::data_and_storage::Files [−][src]
pub struct Files {
pub displayed_as_container: Option<bool>,
pub file_description_key: String,
pub file_destination_path: String,
pub file_name: String,
pub file_source_path: String,
pub install_action: Option<InstallAction>,
}Expand description
Files
Fields
displayed_as_container: Option<bool>A Boolean value indicating whether the file or a folder icon is displayed in the Info window.
Availability
- macOS 10.0+
Framework
- AppKit
file_description_key: StringA short description of the file or folder that appears in the Info window.
Availability
- macOS 10.0+
Framework
- AppKit
file_destination_path: StringThe path to use when installing the file or folder, relative to the app bundle.
Availability
- macOS 10.0+
Framework
- AppKit
file_name: Stringfile_source_path: StringThe path to the file or folder in the app package, relative to the installer path.
Availability
- macOS 10.0+
Framework
- AppKit
install_action: Option<InstallAction>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Filesimpl UnwindSafe for FilesBlanket Implementations
Mutably borrows from an owned value. Read more