feat(macos): align minimum system version to 10.15 Catalina (fixes #148) #155

Merged
gronod merged 1 commits from feat/macos-min-version-148 into development 2026-08-30 19:11:00 +01:00
Owner

Summary

  • Explicitly configures bundle.macOS.minimumSystemVersion = "10.15" (macOS Catalina) in tauri.conf.json, matching the build requirements of the bundled ArgyllCMS sidecar binaries.
  • Prevents runtime failures on older unsupported macOS versions (10.13–10.14).
  • Bumps version to 0.5.2 across package.json, Cargo.toml, and tauri.conf.json.

Resolves #148.

### Summary - Explicitly configures `bundle.macOS.minimumSystemVersion = "10.15"` (macOS Catalina) in `tauri.conf.json`, matching the build requirements of the bundled ArgyllCMS sidecar binaries. - Prevents runtime failures on older unsupported macOS versions (10.13–10.14). - Bumps version to `0.5.2` across `package.json`, `Cargo.toml`, and `tauri.conf.json`. Resolves #148.
gronod added 1 commit 2026-08-30 19:10:57 +01:00
gronod merged commit 49a63ee3a7 into development 2026-08-30 19:11:00 +01:00
gronod deleted branch feat/macos-min-version-148 2026-08-30 19:11:00 +01:00
Sign in to join this conversation.