Skip to content

Commit 22fb03d

Browse files
committed
[ReactNative] Fix UIExplorer missing reference to RCTWebSocket
1 parent 9c8e085 commit 22fb03d

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
004D28A31AAF61C70097A701 /* UIExplorerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 004D28A21AAF61C70097A701 /* UIExplorerTests.m */; };
11-
1338BBE31B04ACF90064A9C9 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1338BB9C1B04A6390064A9C9 /* libRCTWebSocket.a */; };
1211
13417FE91AA91432003F314A /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 13417FE81AA91428003F314A /* libRCTImage.a */; };
1312
134180011AA9153C003F314A /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 13417FEF1AA914B8003F314A /* libRCTText.a */; };
1413
1341802C1AA9178B003F314A /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1341802B1AA91779003F314A /* libRCTNetwork.a */; };
@@ -34,13 +33,6 @@
3433
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
3534
remoteInfo = UIExplorer;
3635
};
37-
1338BB9B1B04A6390064A9C9 /* PBXContainerItemProxy */ = {
38-
isa = PBXContainerItemProxy;
39-
containerPortal = 1338BB971B04A6390064A9C9 /* RCTWebSocket.xcodeproj */;
40-
proxyType = 2;
41-
remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
42-
remoteInfo = RCTWebSocket;
43-
};
4436
13417FE71AA91428003F314A /* PBXContainerItemProxy */ = {
4537
isa = PBXContainerItemProxy;
4638
containerPortal = 13417FE31AA91428003F314A /* RCTImage.xcodeproj */;
@@ -124,7 +116,6 @@
124116
004D289E1AAF61C70097A701 /* UIExplorerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UIExplorerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
125117
004D28A11AAF61C70097A701 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
126118
004D28A21AAF61C70097A701 /* UIExplorerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIExplorerTests.m; sourceTree = "<group>"; };
127-
1338BB971B04A6390064A9C9 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = ../../Libraries/WebSocket/RCTWebSocket.xcodeproj; sourceTree = "<group>"; };
128119
13417FE31AA91428003F314A /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = ../../Libraries/Image/RCTImage.xcodeproj; sourceTree = "<group>"; };
129120
13417FEA1AA914B8003F314A /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../../Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; };
130121
134180261AA91779003F314A /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../../Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; };
@@ -168,7 +159,6 @@
168159
1341802C1AA9178B003F314A /* libRCTNetwork.a in Frameworks */,
169160
134180011AA9153C003F314A /* libRCTText.a in Frameworks */,
170161
13417FE91AA91432003F314A /* libRCTImage.a in Frameworks */,
171-
1338BBE31B04ACF90064A9C9 /* libRCTWebSocket.a in Frameworks */,
172162
);
173163
runOnlyForDeploymentPostprocessing = 0;
174164
};
@@ -206,19 +196,10 @@
206196
58005BE41ABA80530062E044 /* RCTTest.xcodeproj */,
207197
13417FEA1AA914B8003F314A /* RCTText.xcodeproj */,
208198
D85B82911AB6D5CE003F4FE2 /* RCTVibration.xcodeproj */,
209-
1338BB971B04A6390064A9C9 /* RCTWebSocket.xcodeproj */,
210199
);
211200
name = Libraries;
212201
sourceTree = "<group>";
213202
};
214-
1338BB981B04A6390064A9C9 /* Products */ = {
215-
isa = PBXGroup;
216-
children = (
217-
1338BB9C1B04A6390064A9C9 /* libRCTWebSocket.a */,
218-
);
219-
name = Products;
220-
sourceTree = "<group>";
221-
};
222203
13417FE41AA91428003F314A /* Products */ = {
223204
isa = PBXGroup;
224205
children = (
@@ -446,10 +427,6 @@
446427
ProductGroup = D85B82921AB6D5CE003F4FE2 /* Products */;
447428
ProjectRef = D85B82911AB6D5CE003F4FE2 /* RCTVibration.xcodeproj */;
448429
},
449-
{
450-
ProductGroup = 1338BB981B04A6390064A9C9 /* Products */;
451-
ProjectRef = 1338BB971B04A6390064A9C9 /* RCTWebSocket.xcodeproj */;
452-
},
453430
{
454431
ProductGroup = 14AADF001AC3DB95002390C9 /* Products */;
455432
ProjectRef = 14AADEFF1AC3DB95002390C9 /* React.xcodeproj */;
@@ -464,13 +441,6 @@
464441
/* End PBXProject section */
465442

466443
/* Begin PBXReferenceProxy section */
467-
1338BB9C1B04A6390064A9C9 /* libRCTWebSocket.a */ = {
468-
isa = PBXReferenceProxy;
469-
fileType = archive.ar;
470-
path = libRCTWebSocket.a;
471-
remoteRef = 1338BB9B1B04A6390064A9C9 /* PBXContainerItemProxy */;
472-
sourceTree = BUILT_PRODUCTS_DIR;
473-
};
474444
13417FE81AA91428003F314A /* libRCTImage.a */ = {
475445
isa = PBXReferenceProxy;
476446
fileType = archive.ar;

0 commit comments

Comments
 (0)