//! macOS platform detection utilities.
//!
//! OpenKit renders its own chrome - this module only provides detection utilities.
//! No macOS-specific UI libraries are used; all rendering is done via wgpu/tiny-skia.
use crateTheme;
/// Initialize macOS platform (no-op, OpenKit handles everything).
/// Detect macOS theme preference.
///
/// Note: For accurate theme detection, OpenKit relies on winit's
/// `WindowEvent::ThemeChanged` events. This is a fallback.
/// Check if dark mode is preferred.
/// Get macOS version info for logging.