From 31a79b9a2b550d5fef3a4db0d60ce382e1b6c96a Mon Sep 17 00:00:00 2001 From: Piyush Bansal <19729997+piyush1104@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:20:05 +0530 Subject: [PATCH 1/2] Update README.md to include warning for all the new mac os versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590e54bca..b3a794ea3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Keep your application settings in sync. ## WARNING -⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support +⚠️ Mackup does not work correctly in macOS Sonoma and all later versions, since it does not support symlinked files for preferences. Running this code will destroy all user preferences without a means for recovery. For more information, see issues [#1924](https://github.com/lra/mackup/issues/1924) and From f392b7073b72404087bd060e2fc5aa3fd294a289 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Thu, 16 Jan 2025 20:01:11 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3a794ea3..c3c43dec9 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ Keep your application settings in sync. ## WARNING -⚠️ Mackup does not work correctly in macOS Sonoma and all later versions, since it does not support -symlinked files for preferences. Running this code will destroy all user -preferences without a means for recovery. For more information, see issues -[#1924](https://github.com/lra/mackup/issues/1924) and -[2035](https://github.com/lra/mackup/issues/2035). +⚠️ Mackup does not work correctly in macOS Sonoma and all later versions, +since it does not support symlinked files for preferences. Running this code +will destroy all user preferences without a means for recovery. For more +information, see issues [#1924](https://github.com/lra/mackup/issues/1924) +and [2035](https://github.com/lra/mackup/issues/2035). ## Quickstart