Split and fix FBCxxUtils

Summary: This target was bloating. Split it in two. Migrate to autotests.

Reviewed By: joshleibsly

Differential Revision: D16829348

fbshipit-source-id: 17f2a10371293ddb850c4556abeecee99a9d7bef
This commit is contained in:
Adam Ernst
2019-08-15 09:51:29 -07:00
committed by Facebook Github Bot
parent 03d4a7d750
commit 2b050851a3
10 changed files with 12 additions and 236 deletions

View File

@@ -109,7 +109,7 @@
53915C9D2152E3030090EEA6 /* FlipperPlugin.h */,
53915C9E2152E3030090EEA6 /* FlipperUtil.m */,
53915C9F2152E3030090EEA6 /* Utilities */,
53915CA42152E3040090EEA6 /* FBCxxUtils */,
53915CA42152E3040090EEA6 /* FBCxxFollyDynamicConvert */,
53915CA72152E3040090EEA6 /* FlipperStateUpdateListener.h */,
53915CA82152E3040090EEA6 /* CppBridge */,
53915CAE2152E3040090EEA6 /* SKMacros.h */,
@@ -138,13 +138,13 @@
path = PortForwarding;
sourceTree = "<group>";
};
53915CA42152E3040090EEA6 /* FBCxxUtils */ = {
53915CA42152E3040090EEA6 /* FBCxxFollyDynamicConvert */ = {
isa = PBXGroup;
children = (
53915CA52152E3040090EEA6 /* FBCxxFollyDynamicConvert.mm */,
53915CA62152E3040090EEA6 /* FBCxxFollyDynamicConvert.h */,
);
path = FBCxxUtils;
path = FBCxxFollyDynamicConvert;
sourceTree = "<group>";
};
53915CA82152E3040090EEA6 /* CppBridge */ = {