We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b59dc + 8b56a5f commit 5a57691Copy full SHA for 5a57691
developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst
@@ -123,3 +123,4 @@ Removed APIs
123
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
124
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
125
``\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