Skip to content

Commit 21d8e42

Browse files
committed
xcode tweaked some stuff
1 parent a6d61ab commit 21d8e42

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,20 @@
243243
remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
244244
remoteInfo = "React-tvOS";
245245
};
246+
00CDE54F1F1F041900FEA89E /* PBXContainerItemProxy */ = {
247+
isa = PBXContainerItemProxy;
248+
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
249+
proxyType = 2;
250+
remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7;
251+
remoteInfo = "third-party";
252+
};
253+
00CDE5511F1F041900FEA89E /* PBXContainerItemProxy */ = {
254+
isa = PBXContainerItemProxy;
255+
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
256+
proxyType = 2;
257+
remoteGlobalIDString = 139D7E881E25C6D100323FB7;
258+
remoteInfo = "double-conversion";
259+
};
246260
00CF91E91E770EF900DD9CBC /* PBXContainerItemProxy */ = {
247261
isa = PBXContainerItemProxy;
248262
containerPortal = C1122D5F37D247E09037EE31 /* BVLinearGradient.xcodeproj */;
@@ -663,6 +677,8 @@
663677
0035C1091E4F59AE00768B84 /* libcxxreact.a */,
664678
0035C10B1E4F59AE00768B84 /* libjschelpers.a */,
665679
0035C10D1E4F59AE00768B84 /* libjschelpers.a */,
680+
00CDE5501F1F041900FEA89E /* libthird-party.a */,
681+
00CDE5521F1F041900FEA89E /* libdouble-conversion.a */,
666682
);
667683
name = Products;
668684
sourceTree = "<group>";
@@ -671,7 +687,7 @@
671687
isa = PBXGroup;
672688
children = (
673689
3A0CEA781DEA20340036E739 /* libRCTAnimation.a */,
674-
3A0CEA7A1DEA20340036E739 /* libRCTAnimation-tvOS.a */,
690+
3A0CEA7A1DEA20340036E739 /* libRCTAnimation.a */,
675691
);
676692
name = Products;
677693
sourceTree = "<group>";
@@ -1181,6 +1197,20 @@
11811197
remoteRef = 00CAD17F1DCA4B29009CDF8F /* PBXContainerItemProxy */;
11821198
sourceTree = BUILT_PRODUCTS_DIR;
11831199
};
1200+
00CDE5501F1F041900FEA89E /* libthird-party.a */ = {
1201+
isa = PBXReferenceProxy;
1202+
fileType = archive.ar;
1203+
path = "libthird-party.a";
1204+
remoteRef = 00CDE54F1F1F041900FEA89E /* PBXContainerItemProxy */;
1205+
sourceTree = BUILT_PRODUCTS_DIR;
1206+
};
1207+
00CDE5521F1F041900FEA89E /* libdouble-conversion.a */ = {
1208+
isa = PBXReferenceProxy;
1209+
fileType = archive.ar;
1210+
path = "libdouble-conversion.a";
1211+
remoteRef = 00CDE5511F1F041900FEA89E /* PBXContainerItemProxy */;
1212+
sourceTree = BUILT_PRODUCTS_DIR;
1213+
};
11841214
00CF91EA1E770EF900DD9CBC /* libBVLinearGradient.a */ = {
11851215
isa = PBXReferenceProxy;
11861216
fileType = archive.ar;
@@ -1237,10 +1267,10 @@
12371267
remoteRef = 3A0CEA771DEA20340036E739 /* PBXContainerItemProxy */;
12381268
sourceTree = BUILT_PRODUCTS_DIR;
12391269
};
1240-
3A0CEA7A1DEA20340036E739 /* libRCTAnimation-tvOS.a */ = {
1270+
3A0CEA7A1DEA20340036E739 /* libRCTAnimation.a */ = {
12411271
isa = PBXReferenceProxy;
12421272
fileType = archive.ar;
1243-
path = "libRCTAnimation-tvOS.a";
1273+
path = libRCTAnimation.a;
12441274
remoteRef = 3A0CEA791DEA20340036E739 /* PBXContainerItemProxy */;
12451275
sourceTree = BUILT_PRODUCTS_DIR;
12461276
};

0 commit comments

Comments
 (0)