From 184cd5ccf6fc3425a36c14064e46a596b7b08471 Mon Sep 17 00:00:00 2001 From: xcession Date: Mon, 7 Jun 2021 22:11:40 +0700 Subject: [PATCH] Correct macOS 10.15 name --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b094721e3..dcb49fc0c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ You should be able to compile Aseprite successfully on the following platforms: * Windows 10 + [Visual Studio Community 2019 + Windows 10.0.18362.0 SDK](https://imgur.com/a/7zs51IT) (we don't support [MinGW](#mingw)) -* macOS 10.15.3 Mojave + Xcode 11.2.1 + macOS 10.15 SDK (older version might work) +* macOS 10.15.3 Catalina + Xcode 11.2.1 + macOS 10.15 SDK (older version might work) * Linux + gcc 9.2 or clang 9.0 # Get the source code