Skip to content

Commit 5a57691

Browse files
authored
Merge pull request #13907 from nextcloud/carl/runningOnMac
feat(nc-33): Add removal of OC_Util::runningOnMac
2 parents e6b59dc + 8b56a5f commit 5a57691

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)