Struct apple_bundle::info_plist::InfoPlist [−][src]
pub struct InfoPlist {Show fields
pub categorization: Categorization,
pub identification: Identification,
pub naming: Naming,
pub bundle_version: BundleVersion,
pub operating_system_version: OperatingSystemVersion,
pub localization: Localization,
pub help: Help,
pub main_user_interface: MainUserInterface,
pub launch_interface: LaunchInterface,
pub icons: Icons,
pub orientation: Orientation,
pub styling: Styling,
pub status_bar: StatusBar,
pub preferences: Preferences,
pub graphics: Graphics,
pub quick_look: QuickLook,
pub launch: Launch,
pub launch_conditions: LaunchConditions,
pub extensions_and_services: ExtensionsAndServices,
pub app_clips: AppClips,
pub background_execution: BackgroundExecution,
pub endpoint_security: EndpointSecurity,
pub plugin_support: PluginSupport,
pub plugin_configuration: PluginConfiguration,
pub termination: Termination,
pub bluetooth: Bluetooth,
pub calendar_and_reminders: CalendarAndReminders,
pub camera_and_microphone: CameraAndMicrophone,
pub contacts: Contacts,
pub face_id: FaceId,
pub files_and_folders: FilesAndFolders,
pub game_center: GameCenter,
pub health: Health,
pub home: Home,
pub location: Location,
pub media_player: MediaPlayer,
pub motion: Motion,
pub networking: Networking,
pub nfc: Nfc,
pub photos: Photos,
pub scripting: Scripting,
pub security: Security,
pub sensors: Sensors,
pub siri: Siri,
pub speech: Speech,
pub tv_resource: TvResource,
pub wi_fi: WiFi,
pub documents: Documents,
pub url_schemes: UrlSchemes,
pub universal_type_identifiers: UniversalTypeIdentifiers,
pub network: Network,
pub storage: Storage,
pub core_ml_models: CoreMlModels,
pub java: Java,
pub carplay: CarPlay,
pub exposure_notification: ExposureNotification,
pub pointer_interactions: PointerInteractions,
pub games: Games,
pub intents: Intents,
pub maps: Maps,
pub nfc_app_services: NfcAppServices,
pub authentication: Authentication,
pub external_accessories: ExternalAccessories,
pub service_management: ServiceManagement,
pub interprocess_communication: InterprocessCommunication,
pub store: Store,
pub driver_personalities: DriverPersonalities,
pub kext_dependencies: KextDependencies,
pub thunderbolt_compatibility: ThunderboltCompatibility,
}Expand description
Information property list
https://developer.apple.com/documentation/bundleresources/information_property_list
Fields
categorization: Categorizationidentification: Identificationnaming: Namingbundle_version: BundleVersionoperating_system_version: OperatingSystemVersionlocalization: Localizationhelp: Helpmain_user_interface: MainUserInterfacelaunch_interface: LaunchInterfaceicons: Iconsorientation: Orientationstyling: Stylingstatus_bar: StatusBarpreferences: Preferencesgraphics: Graphicsquick_look: QuickLooklaunch: Launchlaunch_conditions: LaunchConditionsextensions_and_services: ExtensionsAndServicesapp_clips: AppClipsbackground_execution: BackgroundExecutionendpoint_security: EndpointSecurityplugin_support: PluginSupportplugin_configuration: PluginConfigurationtermination: Terminationbluetooth: Bluetoothcalendar_and_reminders: CalendarAndReminderscamera_and_microphone: CameraAndMicrophonecontacts: Contactsface_id: FaceIdfiles_and_folders: FilesAndFoldersgame_center: GameCenterhealth: Healthhome: Homelocation: Locationmedia_player: MediaPlayermotion: Motionnetworking: Networkingnfc: Nfcphotos: Photosscripting: Scriptingsecurity: Securitysensors: Sensorssiri: Sirispeech: Speechtv_resource: TvResourcewi_fi: WiFidocuments: Documentsurl_schemes: UrlSchemesuniversal_type_identifiers: UniversalTypeIdentifiersnetwork: Networkstorage: Storagecore_ml_models: CoreMlModelsjava: Javacarplay: CarPlayexposure_notification: ExposureNotificationpointer_interactions: PointerInteractionsgames: Gamesintents: Intentsmaps: Mapsnfc_app_services: NfcAppServicesauthentication: Authenticationexternal_accessories: ExternalAccessoriesservice_management: ServiceManagementinterprocess_communication: InterprocessCommunicationstore: Storedriver_personalities: DriverPersonalitieskext_dependencies: KextDependenciesthunderbolt_compatibility: ThunderboltCompatibilityTrait 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 InfoPlistimpl UnwindSafe for InfoPlistBlanket Implementations
Mutably borrows from an owned value. Read more