From a5e8316dc848683d52876a7cd928c260e95f8dd3 Mon Sep 17 00:00:00 2001 From: Hertatijanto Hartono Date: Wed, 8 Jul 2020 01:11:54 +0700 Subject: [PATCH 1/2] Update README.md to define macOS 10.10 as the lowest version supported Show that macOS 10.10 is lowest version supported by wxWidgets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3df09d22..59ad60bdb2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This version of wxWidgets supports the following primary platforms: - Windows XP, Vista, 7, 8 and 10 (32/64 bits). - Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x). -- macOS (10.7 or newer) using Cocoa (32/64 bits). +- macOS (10.10 or newer) using Cocoa (32/64 bits). Most popular C++ compilers are supported including but not limited to: From 7aa0d9465cc6cbfafd94c958f613b6ea8f4ac1cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Jul 2020 22:58:27 +0200 Subject: [PATCH 2/2] Mention support for macOS on ARM in the README too Instead of putting 32/64, which is not even correct any more, as latest macOS versions don't support 32 bit builds anyhow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ad60bdb2..2cd1a41058 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This version of wxWidgets supports the following primary platforms: - Windows XP, Vista, 7, 8 and 10 (32/64 bits). - Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x). -- macOS (10.10 or newer) using Cocoa (32/64 bits). +- macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms. Most popular C++ compilers are supported including but not limited to: