Add macOS support

Summary: This adds macOS compatibility to Flipper client along with some of the standard plugins.

Reviewed By: jknoxville

Differential Revision: D24644439

fbshipit-source-id: dc15636a6ac1bf684fa1c89735f51f0e97667b62
This commit is contained in:
Scott Kyle
2020-11-06 13:08:21 -08:00
committed by Facebook GitHub Bot
parent 473f314da1
commit fb223671a7
5 changed files with 21 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
*/
#ifdef FB_SONARKIT_ENABLED
#if !TARGET_OS_OSX
#import "FlipperDiagnosticsViewController.h"
#import "FlipperClient.h"
@@ -126,3 +127,4 @@ static NSString* const kSKCellIdentifier =
@end
#endif
#endif