//! Apple platform implementation for LingXia
//!
//! This module provides Swift FFI interfaces for iOS and macOS platforms.
/// True when the shell reports a usable SMAppService (macOS 13+). -1 from the
/// bridge means unsupported; 0/1 are real disabled/enabled states.
pub
// Re-export Platform
pub use Platform;
pub use apply_staged_macos_update;