Skip to content

Commit 2debfa1

Browse files
ptomasrooside
authored andcommitted
Updated imports to libyoga*.a in HelloWorld
Summary: Fixes #11605 HelloWorld refers to CSSLayout even thought master has moved on and the library is now called Yoga. Closes #11606 Differential Revision: D4365469 fbshipit-source-id: e0eaac400449f0ba767bf98f3bd8e8185fb6fd12
1 parent a0c3459 commit 2debfa1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

local-cli/templates/HelloWorld/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@
144144
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
145145
proxyType = 2;
146146
remoteGlobalIDString = 3D3C059A1DE3340900C268FA;
147-
remoteInfo = CSSLayout;
147+
remoteInfo = yoga;
148148
};
149149
3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = {
150150
isa = PBXContainerItemProxy;
151151
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
152152
proxyType = 2;
153153
remoteGlobalIDString = 3D3C06751DE3340C00C268FA;
154-
remoteInfo = "CSSLayout-tvOS";
154+
remoteInfo = "yoga-tvOS";
155155
};
156156
3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = {
157157
isa = PBXContainerItemProxy;
@@ -362,8 +362,8 @@
362362
children = (
363363
146834041AC3E56700842450 /* libReact.a */,
364364
3DAD3EA31DF850E9000B6D8A /* libReact.a */,
365-
3DAD3EA51DF850E9000B6D8A /* libCSSLayout.a */,
366-
3DAD3EA71DF850E9000B6D8A /* libCSSLayout.a */,
365+
3DAD3EA51DF850E9000B6D8A /* libyoga.a */,
366+
3DAD3EA71DF850E9000B6D8A /* libyoga.a */,
367367
3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */,
368368
3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
369369
3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
@@ -663,17 +663,17 @@
663663
remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
664664
sourceTree = BUILT_PRODUCTS_DIR;
665665
};
666-
3DAD3EA51DF850E9000B6D8A /* libCSSLayout.a */ = {
666+
3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = {
667667
isa = PBXReferenceProxy;
668668
fileType = archive.ar;
669-
path = libCSSLayout.a;
669+
path = libyoga.a;
670670
remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */;
671671
sourceTree = BUILT_PRODUCTS_DIR;
672672
};
673-
3DAD3EA71DF850E9000B6D8A /* libCSSLayout.a */ = {
673+
3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = {
674674
isa = PBXReferenceProxy;
675675
fileType = archive.ar;
676-
path = libCSSLayout.a;
676+
path = libyoga.a;
677677
remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */;
678678
sourceTree = BUILT_PRODUCTS_DIR;
679679
};

0 commit comments

Comments
 (0)