Skip to content

Commit 65f2bca

Browse files
authored
Remove a stale ref to a deprecated file (UIWebView) (#259)
* Remove a stale ref to a deprecated file * remove more unneeded recovered files- remove libs by ref * add back lib refs as we get build failures with them out * fix up blank space issues
1 parent e7b93a1 commit 65f2bca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

React/React.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@
587587
18B8F97E21431D6900CE911A /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7049C81EDF81E3005670F5 /* RCTPlatform.m */; };
588588
18B8F97F21431D6F00CE911A /* RCTUIKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDE7A171ECA38AC00CC951F /* RCTUIKit.m */; };
589589
18B8F9CA214335C800CE911A /* RCTLayout.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 591F78D9202ADB22004A668C /* RCTLayout.h */; };
590-
18C2C6682141C86E004314E0 /* JSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C2C6662141C86E004314E0 /* JSException.h */; };
591590
18C2C6712141C955004314E0 /* RCTPlatformDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C2C6702141C955004314E0 /* RCTPlatformDisplayLink.h */; };
592591
18C2C6722141C955004314E0 /* RCTPlatformDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C2C6702141C955004314E0 /* RCTPlatformDisplayLink.h */; };
593592
18C2C6732141C955004314E0 /* RCTPlatformDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C2C6702141C955004314E0 /* RCTPlatformDisplayLink.h */; };
@@ -2897,9 +2896,7 @@
28972896
1893C5051FB0D9A300D66838 /* RCTBridge+Cxx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Cxx.h"; sourceTree = "<group>"; };
28982897
1893C5061FB0D9A300D66838 /* RCTBridge+Cxx.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "RCTBridge+Cxx.mm"; sourceTree = "<group>"; };
28992898
18B8F97C21431D5F00CE911A /* RCTPlatformDisplayLink.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPlatformDisplayLink.m; sourceTree = "<group>"; };
2900-
18C2C6662141C86E004314E0 /* JSException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSException.h; sourceTree = "<group>"; };
29012899
18C2C6702141C955004314E0 /* RCTPlatformDisplayLink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPlatformDisplayLink.h; sourceTree = "<group>"; };
2902-
18F3BA0E2142F4DB00AD247D /* RCTWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = "<group>"; };
29032900
191E3EBC1C29D9AF00C180A6 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = "<group>"; };
29042901
191E3EBD1C29D9AF00C180A6 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = "<group>"; };
29052902
191E3EBF1C29DC3800C180A6 /* RCTRefreshControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = "<group>"; };
@@ -3947,11 +3944,9 @@
39473944
9F2AC95C2239D788005C9C14 /* Recovered References */ = {
39483945
isa = PBXGroup;
39493946
children = (
3950-
18C2C6662141C86E004314E0 /* JSException.h */,
39513947
6B857F421EC51FCF00A9D063 /* libcxxreact.a */,
39523948
1882027C1EF48B7E00C9B354 /* libdouble-conversion.a */,
39533949
188202A21EF48CF700C9B354 /* libthird-party.a */,
3954-
18F3BA0E2142F4DB00AD247D /* RCTWebView.m */,
39553950
);
39563951
name = "Recovered References";
39573952
sourceTree = "<group>";
@@ -4193,7 +4188,6 @@
41934188
1854FE2C1EF484130008DADC /* RCTDefines.h in Headers */,
41944189
1854FE2A1EF484130008DADC /* RCTConvert.h in Headers */,
41954190
1854FF111EF484760008DADC /* (null) in Headers */,
4196-
18C2C6682141C86E004314E0 /* JSException.h in Headers */,
41974191
1854FF1B1EF484760008DADC /* UIView+React.h in Headers */,
41984192
1854FE2F1EF484130008DADC /* RCTErrorCustomizer.h in Headers */,
41994193
1854FE741EF484300008DADC /* RCTCxxModule.h in Headers */,

0 commit comments

Comments
 (0)