From 4b8d4d30f8eb4a0d79210ecd76b46d84d6950256 Mon Sep 17 00:00:00 2001
From: Lucas <lucas@fugi.dev>
Date: Sun, 18 Jul 2021 08:14:27 +0200
Subject: [PATCH] Fix typo in macOS building instructions

The generator is called 'Xcode' with a lowercase c (like above).

Signed-off-by: Lucas <lucas@fugi.dev>
---
 BUILDING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index 207308cdb..996d7038b 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -113,7 +113,7 @@ Alternatively, you can use **CLion**. If you chose to do so, open the directory
 At the moment we only support **x86_64** builds. It is possible to build using AppleSilicon hardware but **mad** and **id3tag** should be disabled:
 
 ```
-cmake -GXCode -T buildsystem=1 -Duse_mad="off" -Duse_id3tag=off ../tenacity
+cmake -GXcode -T buildsystem=1 -Duse_mad="off" -Duse_id3tag=off ../tenacity
 ```
 
 ## Linux & Other OS