Skip to content

Commit 605a6e4

Browse files
dryganetsfacebook-github-bot
authored andcommitted
CI for iOS fixed
Summary: iOS TV CI is currently broken. CI for both iOS and iOS TV successfully pass. [INTERNAL] Continous integration for iOS fixed. Closes #17564 Differential Revision: D6711693 Pulled By: hramos fbshipit-source-id: c36ffc2581dac69cb6e4f8670f21c2816496e9df
1 parent bbbc18c commit 605a6e4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Libraries/Text/RCTText.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
5989E14D20018A2200EA444A /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5989E14C20018A2200EA444A /* RCTBaseTextInputViewManager.m */; };
1110
5989E14E20018A6600EA444A /* RCTBaseTextInputViewManager.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 5989E14B20018A2200EA444A /* RCTBaseTextInputViewManager.h */; };
1211
5989E14F20018A7800EA444A /* RCTBaseTextInputViewManager.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 5989E14B20018A2200EA444A /* RCTBaseTextInputViewManager.h */; };
1312
59E604521FE9CAF100BD90C5 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 59E6042F1FE9CAF100BD90C5 /* RCTTextShadowView.m */; };
@@ -85,6 +84,8 @@
8584
59E6049A1FE9CB4A00BD90C5 /* RCTSinglelineTextInputViewManager.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 59E6044E1FE9CAF100BD90C5 /* RCTSinglelineTextInputViewManager.h */; };
8685
59E6049B1FE9CB4A00BD90C5 /* RCTUITextField.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 59E604501FE9CAF100BD90C5 /* RCTUITextField.h */; };
8786
59E8C5CC1F8833D100204F5E /* RCTFontAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = A85C82991F742AA20036C019 /* RCTFontAttributes.m */; };
87+
657980E82008B2EE00E908AF /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 657980E72008B2EE00E908AF /* RCTBaseTextInputViewManager.m */; };
88+
657980E92008B2FA00E908AF /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 657980E72008B2EE00E908AF /* RCTBaseTextInputViewManager.m */; };
8889
A85C829A1F742AA20036C019 /* RCTFontAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = A85C82991F742AA20036C019 /* RCTFontAttributes.m */; };
8990
AF3225F91DE5574F00D3E7E7 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3225F81DE5574F00D3E7E7 /* RCTConvert+Text.m */; };
9091
AF3225FA1DE5574F00D3E7E7 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3225F81DE5574F00D3E7E7 /* RCTConvert+Text.m */; };
@@ -161,7 +162,6 @@
161162
2D2A287B1D9B048500D4039D /* libRCTText-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libRCTText-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
162163
58B5119B1A9E6C1200147676 /* libRCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTText.a; sourceTree = BUILT_PRODUCTS_DIR; };
163164
5989E14B20018A2200EA444A /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = "<group>"; };
164-
5989E14C20018A2200EA444A /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = "<group>"; };
165165
59E6042C1FE9CAF100BD90C5 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = "<group>"; };
166166
59E6042E1FE9CAF100BD90C5 /* RCTTextShadowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = "<group>"; };
167167
59E6042F1FE9CAF100BD90C5 /* RCTTextShadowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = "<group>"; };
@@ -196,6 +196,7 @@
196196
59E6044F1FE9CAF100BD90C5 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = "<group>"; };
197197
59E604501FE9CAF100BD90C5 /* RCTUITextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = "<group>"; };
198198
59E604511FE9CAF100BD90C5 /* RCTUITextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = "<group>"; };
199+
657980E72008B2EE00E908AF /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = "<group>"; };
199200
A85C82981F742AA20036C019 /* RCTFontAttributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTFontAttributes.h; sourceTree = "<group>"; };
200201
A85C82991F742AA20036C019 /* RCTFontAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTFontAttributes.m; sourceTree = "<group>"; };
201202
A85C82BA1F742D8F0036C019 /* RCTFontAttributesDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTFontAttributesDelegate.h; sourceTree = "<group>"; };
@@ -250,6 +251,7 @@
250251
59E604371FE9CAF100BD90C5 /* TextInput */ = {
251252
isa = PBXGroup;
252253
children = (
254+
657980E72008B2EE00E908AF /* RCTBaseTextInputViewManager.m */,
253255
59E604381FE9CAF100BD90C5 /* Multiline */,
254256
59E604411FE9CAF100BD90C5 /* RCTBackedTextInputDelegate.h */,
255257
59E604421FE9CAF100BD90C5 /* RCTBackedTextInputDelegateAdapter.h */,
@@ -258,7 +260,6 @@
258260
59E604451FE9CAF100BD90C5 /* RCTBaseTextInputView.h */,
259261
59E604461FE9CAF100BD90C5 /* RCTBaseTextInputView.m */,
260262
5989E14B20018A2200EA444A /* RCTBaseTextInputViewManager.h */,
261-
5989E14C20018A2200EA444A /* RCTBaseTextInputViewManager.m */,
262263
59E604471FE9CAF100BD90C5 /* RCTTextSelection.h */,
263264
59E604481FE9CAF100BD90C5 /* RCTTextSelection.m */,
264265
59E604491FE9CAF100BD90C5 /* Singleline */,
@@ -380,6 +381,7 @@
380381
59E6045D1FE9CAF100BD90C5 /* RCTMultilineTextInputShadowView.m in Sources */,
381382
59E604591FE9CAF100BD90C5 /* RCTRawTextShadowView.m in Sources */,
382383
59E604551FE9CAF100BD90C5 /* RCTTextView.m in Sources */,
384+
657980E92008B2FA00E908AF /* RCTBaseTextInputViewManager.m in Sources */,
383385
59E604691FE9CAF100BD90C5 /* RCTTextSelection.m in Sources */,
384386
59E6045F1FE9CAF100BD90C5 /* RCTMultilineTextInputView.m in Sources */,
385387
59E604611FE9CAF100BD90C5 /* RCTMultilineTextInputViewManager.m in Sources */,
@@ -405,7 +407,7 @@
405407
59E6045C1FE9CAF100BD90C5 /* RCTMultilineTextInputShadowView.m in Sources */,
406408
59E604581FE9CAF100BD90C5 /* RCTRawTextShadowView.m in Sources */,
407409
59E604541FE9CAF100BD90C5 /* RCTTextView.m in Sources */,
408-
5989E14D20018A2200EA444A /* RCTBaseTextInputViewManager.m in Sources */,
410+
657980E82008B2EE00E908AF /* RCTBaseTextInputViewManager.m in Sources */,
409411
59E604681FE9CAF100BD90C5 /* RCTTextSelection.m in Sources */,
410412
59E6045E1FE9CAF100BD90C5 /* RCTMultilineTextInputView.m in Sources */,
411413
59E604601FE9CAF100BD90C5 /* RCTMultilineTextInputViewManager.m in Sources */,

0 commit comments

Comments
 (0)