fixup xcode project
Summary: @public Add YGMarker files to XCode project Reviewed By: SidharthGuglani Differential Revision: D13255283 fbshipit-source-id: 2035111cca6f0e5265a4ebe99eee701af4eff51e
This commit is contained in:
parent
ef2084c6bd
commit
dac29e8392
|
@ -1070,12 +1070,19 @@
|
|||
A2440AA31DF8D854006E7BFC /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = A2440AA11DF8D854006E7BFC /* RCTReloadCommand.m */; };
|
||||
A2440AA41DF8D865006E7BFC /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = A2440AA01DF8D854006E7BFC /* RCTReloadCommand.h */; };
|
||||
AC70D2E91DE489E4002E6351 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC70D2E81DE489E4002E6351 /* RCTJavaScriptLoader.mm */; };
|
||||
AC71763521B0274000C06877 /* YGConfig.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 5CE2080120772F7C009A43B3 /* YGConfig.h */; };
|
||||
AC71763621B0274A00C06877 /* YGMarker.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = AC8360CC21B0256A00FC46B9 /* YGMarker.h */; };
|
||||
AC8360CD21B0256A00FC46B9 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8360CC21B0256A00FC46B9 /* YGMarker.h */; };
|
||||
AC8360CE21B0256A00FC46B9 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8360CC21B0256A00FC46B9 /* YGMarker.h */; };
|
||||
AC8360CF21B0258B00FC46B9 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE2080120772F7C009A43B3 /* YGConfig.h */; };
|
||||
AC8360D121B025BC00FC46B9 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CE2080020772F7C009A43B3 /* YGConfig.cpp */; };
|
||||
AC8360D221B025EF00FC46B9 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE2080120772F7C009A43B3 /* YGConfig.h */; };
|
||||
AC8360D321B0263000FC46B9 /* YGMarker.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = AC8360CC21B0256A00FC46B9 /* YGMarker.h */; };
|
||||
B233E6EA1D2D845D00BC68BA /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B233E6E91D2D845D00BC68BA /* RCTI18nManager.m */; };
|
||||
B95154321D1B34B200FE7B80 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = B95154311D1B34B200FE7B80 /* RCTActivityIndicatorView.m */; };
|
||||
BA0501AD2109DCF200A6BBC4 /* ReactMarker.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 13DA8A2F2097A90A00276ED4 /* ReactMarker.h */; };
|
||||
BA0501AE2109DD0600A6BBC4 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E223624320875A8000108244 /* JSExecutor.cpp */; };
|
||||
BA0501B02109DD1800A6BBC4 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CE2080020772F7C009A43B3 /* YGConfig.cpp */; };
|
||||
BA0501B12109DD1C00A6BBC4 /* YGConfig.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 5CE2080120772F7C009A43B3 /* YGConfig.h */; };
|
||||
C60128AB1F3D1258009DF9FF /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C60128A91F3D1258009DF9FF /* RCTCxxConvert.h */; };
|
||||
C60128AC1F3D1258009DF9FF /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C60128A91F3D1258009DF9FF /* RCTCxxConvert.h */; };
|
||||
C60128AD1F3D1258009DF9FF /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = C60128AA1F3D1258009DF9FF /* RCTCxxConvert.m */; };
|
||||
|
@ -1486,7 +1493,8 @@
|
|||
dstPath = include/yoga;
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
BA0501B12109DD1C00A6BBC4 /* YGConfig.h in Copy Headers */,
|
||||
AC71763621B0274A00C06877 /* YGMarker.h in Copy Headers */,
|
||||
AC71763521B0274000C06877 /* YGConfig.h in Copy Headers */,
|
||||
3DFE0D1A1DF8575800459392 /* YGEnums.h in Copy Headers */,
|
||||
3DFE0D1B1DF8575800459392 /* YGMacros.h in Copy Headers */,
|
||||
3DFE0D1C1DF8575800459392 /* Yoga.h in Copy Headers */,
|
||||
|
@ -1685,6 +1693,7 @@
|
|||
dstPath = include/yoga;
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
AC8360D321B0263000FC46B9 /* YGMarker.h in Copy Headers */,
|
||||
3DE4F8681DF85D8E00B9E5A0 /* YGEnums.h in Copy Headers */,
|
||||
3DE4F8691DF85D8E00B9E5A0 /* YGMacros.h in Copy Headers */,
|
||||
3DE4F86A1DF85D8E00B9E5A0 /* Yoga.h in Copy Headers */,
|
||||
|
@ -2207,6 +2216,7 @@
|
|||
A2440AA11DF8D854006E7BFC /* RCTReloadCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = "<group>"; };
|
||||
AC70D2E81DE489E4002E6351 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTJavaScriptLoader.mm; sourceTree = "<group>"; };
|
||||
AC70D2EB1DE48A22002E6351 /* JSBundleType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = "<group>"; };
|
||||
AC8360CC21B0256A00FC46B9 /* YGMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YGMarker.h; sourceTree = "<group>"; };
|
||||
ACDD3FDA1BC7430D00E7DE33 /* RCTBorderStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = "<group>"; };
|
||||
B233E6E81D2D843200BC68BA /* RCTI18nManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RCTI18nManager.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
||||
B233E6E91D2D845D00BC68BA /* RCTI18nManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = "<group>"; };
|
||||
|
@ -2329,6 +2339,7 @@
|
|||
130A77021DF767AF001F9587 /* yoga */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
AC8360CC21B0256A00FC46B9 /* YGMarker.h */,
|
||||
5CE2080020772F7C009A43B3 /* YGConfig.cpp */,
|
||||
5CE2080120772F7C009A43B3 /* YGConfig.h */,
|
||||
53DEF6E6205AE59B006A3890 /* YGFloatOptional.cpp */,
|
||||
|
@ -3255,6 +3266,8 @@
|
|||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
AC8360D221B025EF00FC46B9 /* YGConfig.h in Headers */,
|
||||
AC8360CE21B0256A00FC46B9 /* YGMarker.h in Headers */,
|
||||
5352C5782038FF9B00A3B97E /* YGStyle.h in Headers */,
|
||||
53EC85E41FDEC7630051B2B5 /* YGNode.h in Headers */,
|
||||
53D1239F1FBF1EFB001B8A10 /* Yoga-internal.h in Headers */,
|
||||
|
@ -3316,6 +3329,8 @@
|
|||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
AC8360CF21B0258B00FC46B9 /* YGConfig.h in Headers */,
|
||||
AC8360CD21B0256A00FC46B9 /* YGMarker.h in Headers */,
|
||||
5352C5772038FF9A00A3B97E /* YGStyle.h in Headers */,
|
||||
53EC85E51FDEC7630051B2B5 /* YGNode.h in Headers */,
|
||||
53D1239E1FBF1EFB001B8A10 /* Yoga-internal.h in Headers */,
|
||||
|
@ -4342,6 +4357,7 @@
|
|||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
AC8360D121B025BC00FC46B9 /* YGConfig.cpp in Sources */,
|
||||
53DEF6EA205AE5A0006A3890 /* YGFloatOptional.cpp in Sources */,
|
||||
53D123A01FBF1EFF001B8A10 /* Yoga.cpp in Sources */,
|
||||
5352C5752038FF9500A3B97E /* YGStyle.cpp in Sources */,
|
||||
|
|
Loading…
Reference in New Issue