feat(nc-33): Add removal of OC_Util::runningOnMac

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan
2025-12-03 11:12:53 +01:00
parent 0daf4e3cdb
commit 8b56a5f696

View File

@@ -123,3 +123,4 @@ Removed APIs
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
``\OCP\Search\IProvider``, available since Nextcloud 20.
- The ``\OC_Util::runningOnMac()`` method was removed. Instead you can just check ``PHP_OS_FAMILY === 'Darwin'``.