···11-// infat-lib/src/lib.rs - FINAL VERSION
11+#![allow(unexpected_cfgs)]
22//! Infat - Declarative macOS file association and URL scheme management
33//!
44//! This library provides functionality to inspect and modify default applications
+1-6
infat-lib/src/macos/ffi.rs
···11// infat-lib/src/macos/ffi.rs
22//! Raw FFI bindings to macOS Launch Services and related APIs
3344-use core_foundation::{
55- array::CFArrayRef,
66- base::OSStatus,
77- string::CFStringRef,
88- url::CFURLRef,
99-};
44+use core_foundation::{array::CFArrayRef, base::OSStatus, string::CFStringRef, url::CFURLRef};
105116pub type LSRolesMask = u32;
127pub const K_LS_ROLES_VIEWER: LSRolesMask = 2;