//! App management service – unified iOS <17 (InstallationProxy) and iOS 17+ (coredevice.appservice).
pub use ;
pub use ;
pub use ;
/// Service name for legacy (iOS <17) app listing.
pub const INSTALLATION_PROXY_SERVICE: &str = "com.apple.mobile.installation_proxy";
/// Service name for iOS 17+ CoreDevice app management.
pub const APPSERVICE_SERVICE: &str = "com.apple.coredevice.appservice";