From 548d691dbb34bf1ffa0c1b980283162da478a838 Mon Sep 17 00:00:00 2001 From: Alexander Saprykin Date: Sat, 23 Nov 2024 00:10:24 +0100 Subject: [PATCH] Update README.md and NEWS for visionOS support --- NEWS | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 341fe46..10d5fe1 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Changes in plibsys 0.0.5 * Improved detection of MIPS-based CPUs * New supported platforms and compilers: + Apple Clang compiler for visionOS MSVC (AArch64) compiler on Windows Clang compiler on Solaris (x86, x64) Intel DPC++/C++ compiler (ICX) on Linux (x86, x64) diff --git a/README.md b/README.md index 2ec2d6a..b11463f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ with unit tests and was tested on the following desktop platforms: plibsys also supports the following mobile platforms: -* iOS, watchOS, tvOS +* iOS, tvOS, visionOS, watchOS * Android * BlackBerry 10