Crate objc2_system_extensions

Source
Expand description

§Bindings to the SystemExtensions framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

OSSystemExtensionErrorCode
Apple’s documentation
OSSystemExtensionInfo
Apple’s documentation
OSSystemExtensionManager
Apple’s documentation
OSSystemExtensionProperties
Apple’s documentation
OSSystemExtensionReplacementAction
Apple’s documentation
OSSystemExtensionRequest
Apple’s documentation
OSSystemExtensionRequestResult
Describes additional result feedback after completion of a system extension request
OSSystemExtensionsWorkspace
Note: Using the workspace API requires the system extension entitlement

Statics§

NSSystemExtensionUsageDescriptionKey
A property of a System Extension bundle containing a message that tells the user why the app is requesting to install it.
OSBundleUsageDescriptionKey
A property of a Driver Extension bundle containing a message that tells the user why the app is requesting to install it.
OSRelatedKernelExtensionKey
An optional property of a System Extension bundle naming the bundle identifier of a kernel extension (kext) with similar purpose and capabilities.
OSSystemExtensionErrorDomain
Apple’s documentation

Traits§

OSSystemExtensionRequestDelegate
Apple’s documentation
OSSystemExtensionsWorkspaceObserver
Apple’s documentation