|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 0813B11424A6277400B13827 /* UIViewController+CreateExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 0813B11324A6277400B13827 /* UIViewController+CreateExtension.m */; }; |
| 11 | + 0813B11C24A627BA00B13827 /* RCTOnPageSelected.m in Sources */ = {isa = PBXBuildFile; fileRef = 0813B11624A627BA00B13827 /* RCTOnPageSelected.m */; }; |
| 12 | + 0813B11D24A627BA00B13827 /* RCTOnPageScrollStateChanged.m in Sources */ = {isa = PBXBuildFile; fileRef = 0813B11724A627BA00B13827 /* RCTOnPageScrollStateChanged.m */; }; |
| 13 | + 0813B11E24A627BA00B13827 /* RCTOnPageScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0813B11924A627BA00B13827 /* RCTOnPageScrollEvent.m */; }; |
10 | 14 | 183B5ECB228BEC260013B58C /* ReactNativePageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 183B5ECA228BEC260013B58C /* ReactNativePageView.m */; };
|
11 | 15 | 183B5FB8228DA0750013B58C /* RCTConvert+UIPageViewControllerTransitionStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 183B5FB7228DA0750013B58C /* RCTConvert+UIPageViewControllerTransitionStyle.m */; };
|
12 | 16 | 183B5FBB228DA1220013B58C /* RCTConvert+UIPageViewControllerNavigationOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 183B5FBA228DA1220013B58C /* RCTConvert+UIPageViewControllerNavigationOrientation.m */; };
|
|
26 | 30 | /* End PBXCopyFilesBuildPhase section */
|
27 | 31 |
|
28 | 32 | /* Begin PBXFileReference section */
|
| 33 | + 0813B11224A6277400B13827 /* UIViewController+CreateExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+CreateExtension.h"; sourceTree = "<group>"; }; |
| 34 | + 0813B11324A6277400B13827 /* UIViewController+CreateExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+CreateExtension.m"; sourceTree = "<group>"; }; |
| 35 | + 0813B11624A627BA00B13827 /* RCTOnPageSelected.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTOnPageSelected.m; sourceTree = "<group>"; }; |
| 36 | + 0813B11724A627BA00B13827 /* RCTOnPageScrollStateChanged.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTOnPageScrollStateChanged.m; sourceTree = "<group>"; }; |
| 37 | + 0813B11824A627BA00B13827 /* RCTOnPageScrollEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTOnPageScrollEvent.h; sourceTree = "<group>"; }; |
| 38 | + 0813B11924A627BA00B13827 /* RCTOnPageScrollEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTOnPageScrollEvent.m; sourceTree = "<group>"; }; |
| 39 | + 0813B11A24A627BA00B13827 /* RCTOnPageScrollStateChanged.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTOnPageScrollStateChanged.h; sourceTree = "<group>"; }; |
| 40 | + 0813B11B24A627BA00B13827 /* RCTOnPageSelected.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTOnPageSelected.h; sourceTree = "<group>"; }; |
29 | 41 | 134814201AA4EA6300B7C361 /* libRNCViewpager.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCViewpager.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 42 | 183B5EC9228BEC260013B58C /* ReactNativePageView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReactNativePageView.h; sourceTree = "<group>"; };
|
31 | 43 | 183B5ECA228BEC260013B58C /* ReactNativePageView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReactNativePageView.m; sourceTree = "<group>"; };
|
|
48 | 60 | /* End PBXFrameworksBuildPhase section */
|
49 | 61 |
|
50 | 62 | /* Begin PBXGroup section */
|
| 63 | + 0813B11524A627AC00B13827 /* Events */ = { |
| 64 | + isa = PBXGroup; |
| 65 | + children = ( |
| 66 | + 0813B11824A627BA00B13827 /* RCTOnPageScrollEvent.h */, |
| 67 | + 0813B11924A627BA00B13827 /* RCTOnPageScrollEvent.m */, |
| 68 | + 0813B11A24A627BA00B13827 /* RCTOnPageScrollStateChanged.h */, |
| 69 | + 0813B11724A627BA00B13827 /* RCTOnPageScrollStateChanged.m */, |
| 70 | + 0813B11B24A627BA00B13827 /* RCTOnPageSelected.h */, |
| 71 | + 0813B11624A627BA00B13827 /* RCTOnPageSelected.m */, |
| 72 | + ); |
| 73 | + name = Events; |
| 74 | + sourceTree = "<group>"; |
| 75 | + }; |
51 | 76 | 134814211AA4EA7D00B7C361 /* Products */ = {
|
52 | 77 | isa = PBXGroup;
|
53 | 78 | children = (
|
|
59 | 84 | 183B5FB5228DA03B0013B58C /* Extension */ = {
|
60 | 85 | isa = PBXGroup;
|
61 | 86 | children = (
|
| 87 | + 0813B11224A6277400B13827 /* UIViewController+CreateExtension.h */, |
| 88 | + 0813B11324A6277400B13827 /* UIViewController+CreateExtension.m */, |
62 | 89 | 183B5FB6228DA0750013B58C /* RCTConvert+UIPageViewControllerTransitionStyle.h */,
|
63 | 90 | 183B5FB7228DA0750013B58C /* RCTConvert+UIPageViewControllerTransitionStyle.m */,
|
64 | 91 | 183B5FB9228DA1220013B58C /* RCTConvert+UIPageViewControllerNavigationOrientation.h */,
|
|
70 | 97 | 58B511D21A9E6C8500147676 = {
|
71 | 98 | isa = PBXGroup;
|
72 | 99 | children = (
|
| 100 | + 0813B11524A627AC00B13827 /* Events */, |
73 | 101 | 183B5FB5228DA03B0013B58C /* Extension */,
|
74 | 102 | 183B5EC9228BEC260013B58C /* ReactNativePageView.h */,
|
75 | 103 | 183B5ECA228BEC260013B58C /* ReactNativePageView.m */,
|
|
140 | 168 | 18A7DC7A228ADDB3006DE42B /* ReactViewPagerManager.m in Sources */,
|
141 | 169 | 183B5ECB228BEC260013B58C /* ReactNativePageView.m in Sources */,
|
142 | 170 | 183B5FB8228DA0750013B58C /* RCTConvert+UIPageViewControllerTransitionStyle.m in Sources */,
|
| 171 | + 0813B11C24A627BA00B13827 /* RCTOnPageSelected.m in Sources */, |
| 172 | + 0813B11E24A627BA00B13827 /* RCTOnPageScrollEvent.m in Sources */, |
| 173 | + 0813B11424A6277400B13827 /* UIViewController+CreateExtension.m in Sources */, |
| 174 | + 0813B11D24A627BA00B13827 /* RCTOnPageScrollStateChanged.m in Sources */, |
143 | 175 | );
|
144 | 176 | runOnlyForDeploymentPostprocessing = 0;
|
145 | 177 | };
|
|
0 commit comments