|
11 | 11 | 1054385923BBA27900D04E48 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054385823BBA27900D04E48 /* UIResponder+FirstResponderTemp.m */; };
|
12 | 12 | 1054385C23BC748700D04E48 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054385A23BC748700D04E48 /* KeyboardTrackingViewTempManager.m */; };
|
13 | 13 | 10823FBE23B0BAA200429E9A /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FBD23B0BAA200429E9A /* Color+Interpolation.m */; };
|
14 |
| - 10823FC023B0BE5600429E9A /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FBF23B0BE5600429E9A /* LNAnimator.m */; }; |
15 | 14 | 10823FC223B0BE9100429E9A /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FC123B0BE9100429E9A /* LNInterpolable.m */; };
|
16 | 15 | 10823FC623B0BF0C00429E9A /* NSValue+Interpolation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */; };
|
17 |
| - 10823FCA23B0BF8400429E9A /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FC923B0BF8400429E9A /* RCTCustomInputController.m */; }; |
18 | 16 | 10823FCD23B0BFAC00429E9A /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10823FCC23B0BFAC00429E9A /* RCTCustomKeyboardViewController.m */; };
|
| 17 | + 1098BE4B246034EB0020440A /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1098BE4A246034EB0020440A /* LNAnimatorTemp.m */; }; |
| 18 | + 1098BE4E246035090020440A /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */; }; |
19 | 19 | D8AFAC9F204E004D00D28FED /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC99204E004C00D28FED /* SafeAreaSpacerViewManager.m */; };
|
20 | 20 | D8AFACA0204E004D00D28FED /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC9A204E004C00D28FED /* SafeAreaSpacerShadowView.m */; };
|
21 | 21 | D8AFACA1204E004D00D28FED /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = D8AFAC9D204E004C00D28FED /* SafeAreaSpacerViewLocalData.m */; };
|
|
45 | 45 | 1054385A23BC748700D04E48 /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = "<group>"; };
|
46 | 46 | 1054385B23BC748700D04E48 /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = "<group>"; };
|
47 | 47 | 10823FB823B0B9D000429E9A /* Color+Interpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = "<group>"; };
|
48 |
| - 10823FB923B0B9DC00429E9A /* LNAnimator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = "<group>"; }; |
49 | 48 | 10823FBA23B0B9ED00429E9A /* LNInterpolable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = "<group>"; };
|
50 | 49 | 10823FBB23B0B9FA00429E9A /* LNInterpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = "<group>"; };
|
51 | 50 | 10823FBC23B0BA0900429E9A /* NSValue+Interpolation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = "<group>"; };
|
52 | 51 | 10823FBD23B0BAA200429E9A /* Color+Interpolation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = "<group>"; };
|
53 |
| - 10823FBF23B0BE5600429E9A /* LNAnimator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = "<group>"; }; |
54 | 52 | 10823FC123B0BE9100429E9A /* LNInterpolable.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = "<group>"; };
|
55 | 53 | 10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "NSValue+Interpolation.mm"; sourceTree = "<group>"; };
|
56 |
| - 10823FC823B0BF6B00429E9A /* RCTCustomInputController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = "<group>"; }; |
57 |
| - 10823FC923B0BF8400429E9A /* RCTCustomInputController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = "<group>"; }; |
58 | 54 | 10823FCB23B0BF9600429E9A /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = "<group>"; };
|
59 | 55 | 10823FCC23B0BFAC00429E9A /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = "<group>"; };
|
| 56 | + 1098BE49246034EB0020440A /* LNAnimatorTemp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = "<group>"; }; |
| 57 | + 1098BE4A246034EB0020440A /* LNAnimatorTemp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = "<group>"; }; |
| 58 | + 1098BE4C246035090020440A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = "<group>"; }; |
| 59 | + 1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = "<group>"; }; |
60 | 60 | D8AFAC97204E004C00D28FED /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = "<group>"; };
|
61 | 61 | D8AFAC98204E004C00D28FED /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = "<group>"; };
|
62 | 62 | D8AFAC99204E004C00D28FED /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = "<group>"; };
|
|
110 | 110 | 10823FB723B0B9AC00429E9A /* lninterpolation */ = {
|
111 | 111 | isa = PBXGroup;
|
112 | 112 | children = (
|
| 113 | + 1098BE49246034EB0020440A /* LNAnimatorTemp.h */, |
| 114 | + 1098BE4A246034EB0020440A /* LNAnimatorTemp.m */, |
113 | 115 | 10823FB823B0B9D000429E9A /* Color+Interpolation.h */,
|
114 |
| - 10823FB923B0B9DC00429E9A /* LNAnimator.h */, |
115 | 116 | 10823FBA23B0B9ED00429E9A /* LNInterpolable.h */,
|
116 | 117 | 10823FBB23B0B9FA00429E9A /* LNInterpolation.h */,
|
117 | 118 | 10823FBC23B0BA0900429E9A /* NSValue+Interpolation.h */,
|
118 | 119 | 10823FBD23B0BAA200429E9A /* Color+Interpolation.m */,
|
119 |
| - 10823FBF23B0BE5600429E9A /* LNAnimator.m */, |
120 | 120 | 10823FC123B0BE9100429E9A /* LNInterpolable.m */,
|
121 | 121 | 10823FC523B0BF0C00429E9A /* NSValue+Interpolation.mm */,
|
122 | 122 | );
|
|
126 | 126 | 10823FC723B0BF5100429E9A /* rctcustomInputcontroller */ = {
|
127 | 127 | isa = PBXGroup;
|
128 | 128 | children = (
|
129 |
| - 10823FC823B0BF6B00429E9A /* RCTCustomInputController.h */, |
130 |
| - 10823FC923B0BF8400429E9A /* RCTCustomInputController.m */, |
| 129 | + 1098BE4C246035090020440A /* RCTCustomInputControllerTemp.h */, |
| 130 | + 1098BE4D246035090020440A /* RCTCustomInputControllerTemp.m */, |
131 | 131 | 10823FCB23B0BF9600429E9A /* RCTCustomKeyboardViewController.h */,
|
132 | 132 | 10823FCC23B0BFAC00429E9A /* RCTCustomKeyboardViewController.m */,
|
133 | 133 | );
|
|
248 | 248 | files = (
|
249 | 249 | 10823FCD23B0BFAC00429E9A /* RCTCustomKeyboardViewController.m in Sources */,
|
250 | 250 | 1054385923BBA27900D04E48 /* UIResponder+FirstResponderTemp.m in Sources */,
|
251 |
| - 10823FC023B0BE5600429E9A /* LNAnimator.m in Sources */, |
| 251 | + 1098BE4B246034EB0020440A /* LNAnimatorTemp.m in Sources */, |
252 | 252 | D8AFACA2204E004D00D28FED /* SafeAreaSpacerView.m in Sources */,
|
253 | 253 | 1054385C23BC748700D04E48 /* KeyboardTrackingViewTempManager.m in Sources */,
|
254 | 254 | D8AFACA0204E004D00D28FED /* SafeAreaSpacerShadowView.m in Sources */,
|
255 | 255 | 10823FC623B0BF0C00429E9A /* NSValue+Interpolation.mm in Sources */,
|
| 256 | + 1098BE4E246035090020440A /* RCTCustomInputControllerTemp.m in Sources */, |
256 | 257 | 10823FC223B0BE9100429E9A /* LNInterpolable.m in Sources */,
|
257 |
| - 10823FB123AFB14700429E9A /* ObservingInputAccessoryView.m in Sources */, |
258 |
| - 10823FAF23AFB12900429E9A /* KeyboardTrackingViewManager.m in Sources */, |
259 | 258 | D8D93E7620161B1F00A39331 /* HighlighterViewManager.m in Sources */,
|
260 | 259 | 1054385623BBA1C200D04E48 /* ObservingInputAccessoryViewTemp.m in Sources */,
|
261 | 260 | D8E5A538204C4F170000DA01 /* SafeAreaManager.m in Sources */,
|
262 | 261 | D8AFAC9F204E004D00D28FED /* SafeAreaSpacerViewManager.m in Sources */,
|
263 | 262 | D8AFACA1204E004D00D28FED /* SafeAreaSpacerViewLocalData.m in Sources */,
|
264 |
| - 10823FCA23B0BF8400429E9A /* RCTCustomInputController.m in Sources */, |
265 | 263 | 10823FBE23B0BAA200429E9A /* Color+Interpolation.m in Sources */,
|
266 | 264 | D8D93E7520161B1F00A39331 /* HighlighterView.m in Sources */,
|
267 | 265 | );
|
|
0 commit comments