Skip to content

Commit 8b56a5f

Browse files
committed
feat(nc-33): Add removal of OC_Util::runningOnMac
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
1 parent 0daf4e3 commit 8b56a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ Removed APIs
123123
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
124124
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
125125
``\OCP\Search\IProvider``, available since Nextcloud 20.
126+
- The ``\OC_Util::runningOnMac()`` method was removed. Instead you can just check ``PHP_OS_FAMILY === 'Darwin'``.

0 commit comments

Comments
 (0)