Add MacDevice

Summary:
Add a desktop device on MacOS similar to WindowsDevice (see D8861986).
This makes it possible to view Oculus Service Log files on MacOS too.

Reviewed By: danielbuechele

Differential Revision: D15147501

fbshipit-source-id: 8a076964e6111bf3786818b7cbd8bb7f81c1498d
This commit is contained in:
Zoltán Gilián
2019-04-30 07:14:54 -07:00
committed by Facebook Github Bot
parent 8ba4feba66
commit d9bb1c5cf1
4 changed files with 33 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
import androidDevice from './androidDevice';
import iOSDevice from './iOSDevice';
import windowsDevice from './windowsDevice';
import desktopDevice from './desktopDevice';
import application from './application';
import tracking from './tracking';
import server from './server';
@@ -23,7 +23,7 @@ export default (store: Store, logger: Logger) =>
application,
androidDevice,
iOSDevice,
windowsDevice,
desktopDevice,
tracking,
server,
notifications,