From fc84f1736957baab06f0b9ea5a7c25fecf9dbcde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net>
Date: Wed, 16 Dec 2020 21:48:46 +0100
Subject: [PATCH] vlc/macosx: clarify supported architectures and link current
 document on how to find out a Mac's architecture

---
 www.videolan.org/vlc/download-macosx.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www.videolan.org/vlc/download-macosx.php b/www.videolan.org/vlc/download-macosx.php
index 3a7d929e6..2a49036eb 100644
--- a/www.videolan.org/vlc/download-macosx.php
+++ b/www.videolan.org/vlc/download-macosx.php
@@ -24,7 +24,8 @@
     <?php drawVLCdownloadSection("osx", $dropdownItems, false, "VLC for Mac OS X"); ?>
     <div dir="ltr" lang="en">
     <h2>Devices and Mac OS X version</h2>
-    <p class="projectDescription">VLC media player requires Mac OS X 10.7.5 or later. It runs on any 64bit Intel-based Mac. Previous devices are supported by older releases.<br />Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Please use version 2.0.10 linked below.</p>
+    <p class="projectDescription">VLC media player requires Mac OS X 10.7.5 or later. It runs on any Mac with a 64-bit Intel processor or an Apple Silicon chip. Previous devices are supported by older releases.<br />Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Please use version 2.0.10 linked below.</p>
+    <p class="projectDescription">If you need help in finding the correct package matching your Mac's processor architecture, please see <a href="https://support.apple.com/HT211814">this official support document by Apple</a>.</p>
 
     <h2>Web browser plugin for Mac OS X</h2>
     <p class="projectDescription">Support for NPAPI plugins was removed from all modern web browsers, so VLC's plugin is no longer maintained. The last version is 3.0.4 and can be found <a href="https://get.videolan.org/vlc/3.0.4/macosx/VLC-webplugin-3.0.4.dmg">here</a>. It will not receive any further updates.</p>
-- 
GitLab