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:
committed by
Facebook GitHub Bot
parent
473f314da1
commit
fb223671a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user