@setoelkahfi / sigit / commits / 2b5b85e

Add cfg attribute to APP_GROUP_IDENTIFIER for macOS

paydii committed Apr 24, 2026 at 12:21 UTC 2b5b85ef9ca783602bb428657ebb9e3376e819f5
1 file changed +1
src/setup.rs
+1
index 6cd1bd4..032d11c 100644 --- a/src/setup.rs +++ b/src/setup.rs @@ -15,6 +15,7 @@ use std::path::PathBuf; /// App Group ID shared across all Onde apps (siGit, Rumi, GT8, …). +#[cfg(target_os = "macos")] const APP_GROUP_IDENTIFIER: &str = "group.com.ondeinference.apps"; /// Find the shared container and set `HF_HOME` / `HF_HUB_CACHE` to point