//! Apple platform implementation for LingXia
//!
//! This module provides Swift FFI interfaces for iOS and macOS platforms.
pub
/// True when the shell can use SMAppService (macOS 13+). Capability discovery
/// must not query live login-item state: that first ServiceManagement call can
/// block while macOS initializes its helper connection.
pub
// Re-export Platform
pub use Platform;
pub use apply_staged_macos_update;