|
@@ -7,6 +7,8 @@
|
7
|
7
|
objects = {
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
|
10
|
+ 26916C981E4B9E7700D13680 /* RNNReactRootViewCreator.h in Headers */ = {isa = PBXBuildFile; fileRef = 26916C961E4B9E7700D13680 /* RNNReactRootViewCreator.h */; };
|
|
11
|
+ 26916C991E4B9E7700D13680 /* RNNReactRootViewCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = 26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */; };
|
10
|
12
|
7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */; };
|
11
|
13
|
7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500761E254908001B9E1B /* RNNSplashScreen.h */; };
|
12
|
14
|
7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -14,8 +16,6 @@
|
14
|
16
|
7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */; };
|
15
|
17
|
7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */; };
|
16
|
18
|
7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */; };
|
17
|
|
- 7B71261B1E4A22520066D847 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */; };
|
18
|
|
- 7B7126221E4A23040066D847 /* RNNRootViewControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7126211E4A23040066D847 /* RNNRootViewControllerTest.m */; };
|
19
|
19
|
7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
|
20
|
20
|
7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
|
21
|
21
|
7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
|
|
@@ -27,16 +27,6 @@
|
27
|
27
|
7BEF0D1D1E43771B003E96B0 /* RNNLayoutNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BEF0D1B1E43771B003E96B0 /* RNNLayoutNode.m */; };
|
28
|
28
|
/* End PBXBuildFile section */
|
29
|
29
|
|
30
|
|
-/* Begin PBXContainerItemProxy section */
|
31
|
|
- 7B71261C1E4A22520066D847 /* PBXContainerItemProxy */ = {
|
32
|
|
- isa = PBXContainerItemProxy;
|
33
|
|
- containerPortal = D8AFADB51BEE6F3F00A4592D /* Project object */;
|
34
|
|
- proxyType = 1;
|
35
|
|
- remoteGlobalIDString = D8AFADBC1BEE6F3F00A4592D;
|
36
|
|
- remoteInfo = ReactNativeNavigation;
|
37
|
|
- };
|
38
|
|
-/* End PBXContainerItemProxy section */
|
39
|
|
-
|
40
|
30
|
/* Begin PBXCopyFilesBuildPhase section */
|
41
|
31
|
D8AFADBB1BEE6F3F00A4592D /* CopyFiles */ = {
|
42
|
32
|
isa = PBXCopyFilesBuildPhase;
|
|
@@ -50,11 +40,11 @@
|
50
|
40
|
/* End PBXCopyFilesBuildPhase section */
|
51
|
41
|
|
52
|
42
|
/* Begin PBXFileReference section */
|
|
43
|
+ 26916C941E4B9CCC00D13680 /* RNNRootViewCreator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNNRootViewCreator.h; sourceTree = "<group>"; };
|
|
44
|
+ 26916C961E4B9E7700D13680 /* RNNReactRootViewCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNReactRootViewCreator.h; sourceTree = "<group>"; };
|
|
45
|
+ 26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNReactRootViewCreator.m; sourceTree = "<group>"; };
|
53
|
46
|
7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNEventEmitter.h; sourceTree = "<group>"; };
|
54
|
47
|
7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNEventEmitter.m; sourceTree = "<group>"; };
|
55
|
|
- 7B7126161E4A22520066D847 /* ReactNativeNavigationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReactNativeNavigationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
56
|
|
- 7B71261A1E4A22520066D847 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
57
|
|
- 7B7126211E4A23040066D847 /* RNNRootViewControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNRootViewControllerTest.m; sourceTree = "<group>"; };
|
58
|
48
|
7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
|
59
|
49
|
7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
|
60
|
50
|
7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
|
|
@@ -73,14 +63,6 @@
|
73
|
63
|
/* End PBXFileReference section */
|
74
|
64
|
|
75
|
65
|
/* Begin PBXFrameworksBuildPhase section */
|
76
|
|
- 7B7126131E4A22520066D847 /* Frameworks */ = {
|
77
|
|
- isa = PBXFrameworksBuildPhase;
|
78
|
|
- buildActionMask = 2147483647;
|
79
|
|
- files = (
|
80
|
|
- 7B71261B1E4A22520066D847 /* libReactNativeNavigation.a in Frameworks */,
|
81
|
|
- );
|
82
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
83
|
|
- };
|
84
|
66
|
D8AFADBA1BEE6F3F00A4592D /* Frameworks */ = {
|
85
|
67
|
isa = PBXFrameworksBuildPhase;
|
86
|
68
|
buildActionMask = 2147483647;
|
|
@@ -94,6 +76,9 @@
|
94
|
76
|
7B1E4C4B1E2D173700C3A525 /* Controllers */ = {
|
95
|
77
|
isa = PBXGroup;
|
96
|
78
|
children = (
|
|
79
|
+ 26916C941E4B9CCC00D13680 /* RNNRootViewCreator.h */,
|
|
80
|
+ 26916C961E4B9E7700D13680 /* RNNReactRootViewCreator.h */,
|
|
81
|
+ 26916C971E4B9E7700D13680 /* RNNReactRootViewCreator.m */,
|
97
|
82
|
7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
|
98
|
83
|
7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
|
99
|
84
|
7BEF0D1A1E43771B003E96B0 /* RNNLayoutNode.h */,
|
|
@@ -106,15 +91,6 @@
|
106
|
91
|
name = Controllers;
|
107
|
92
|
sourceTree = "<group>";
|
108
|
93
|
};
|
109
|
|
- 7B7126171E4A22520066D847 /* ReactNativeNavigationTests */ = {
|
110
|
|
- isa = PBXGroup;
|
111
|
|
- children = (
|
112
|
|
- 7B7126211E4A23040066D847 /* RNNRootViewControllerTest.m */,
|
113
|
|
- 7B71261A1E4A22520066D847 /* Info.plist */,
|
114
|
|
- );
|
115
|
|
- path = ReactNativeNavigationTests;
|
116
|
|
- sourceTree = "<group>";
|
117
|
|
- };
|
118
|
94
|
7BD721F31E2D3AA100724059 /* Bridge */ = {
|
119
|
95
|
isa = PBXGroup;
|
120
|
96
|
children = (
|
|
@@ -135,7 +111,6 @@
|
135
|
111
|
7BBFE5601E253F97002A6182 /* RNN.m */,
|
136
|
112
|
7BD721F31E2D3AA100724059 /* Bridge */,
|
137
|
113
|
7B1E4C4B1E2D173700C3A525 /* Controllers */,
|
138
|
|
- 7B7126171E4A22520066D847 /* ReactNativeNavigationTests */,
|
139
|
114
|
D8AFADBE1BEE6F3F00A4592D /* Products */,
|
140
|
115
|
);
|
141
|
116
|
sourceTree = "<group>";
|
|
@@ -147,7 +122,6 @@
|
147
|
122
|
isa = PBXGroup;
|
148
|
123
|
children = (
|
149
|
124
|
D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */,
|
150
|
|
- 7B7126161E4A22520066D847 /* ReactNativeNavigationTests.xctest */,
|
151
|
125
|
);
|
152
|
126
|
name = Products;
|
153
|
127
|
sourceTree = "<group>";
|
|
@@ -159,6 +133,7 @@
|
159
|
133
|
isa = PBXHeadersBuildPhase;
|
160
|
134
|
buildActionMask = 2147483647;
|
161
|
135
|
files = (
|
|
136
|
+ 26916C981E4B9E7700D13680 /* RNNReactRootViewCreator.h in Headers */,
|
162
|
137
|
7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */,
|
163
|
138
|
7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */,
|
164
|
139
|
7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */,
|
|
@@ -173,24 +148,6 @@
|
173
|
148
|
/* End PBXHeadersBuildPhase section */
|
174
|
149
|
|
175
|
150
|
/* Begin PBXNativeTarget section */
|
176
|
|
- 7B7126151E4A22520066D847 /* ReactNativeNavigationTests */ = {
|
177
|
|
- isa = PBXNativeTarget;
|
178
|
|
- buildConfigurationList = 7B7126201E4A22530066D847 /* Build configuration list for PBXNativeTarget "ReactNativeNavigationTests" */;
|
179
|
|
- buildPhases = (
|
180
|
|
- 7B7126121E4A22520066D847 /* Sources */,
|
181
|
|
- 7B7126131E4A22520066D847 /* Frameworks */,
|
182
|
|
- 7B7126141E4A22520066D847 /* Resources */,
|
183
|
|
- );
|
184
|
|
- buildRules = (
|
185
|
|
- );
|
186
|
|
- dependencies = (
|
187
|
|
- 7B71261D1E4A22520066D847 /* PBXTargetDependency */,
|
188
|
|
- );
|
189
|
|
- name = ReactNativeNavigationTests;
|
190
|
|
- productName = ReactNativeNavigationTests;
|
191
|
|
- productReference = 7B7126161E4A22520066D847 /* ReactNativeNavigationTests.xctest */;
|
192
|
|
- productType = "com.apple.product-type.bundle.unit-test";
|
193
|
|
- };
|
194
|
151
|
D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */ = {
|
195
|
152
|
isa = PBXNativeTarget;
|
196
|
153
|
buildConfigurationList = D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */;
|
|
@@ -218,10 +175,6 @@
|
218
|
175
|
LastUpgradeCheck = 0820;
|
219
|
176
|
ORGANIZATIONNAME = Wix;
|
220
|
177
|
TargetAttributes = {
|
221
|
|
- 7B7126151E4A22520066D847 = {
|
222
|
|
- CreatedOnToolsVersion = 8.2.1;
|
223
|
|
- ProvisioningStyle = Automatic;
|
224
|
|
- };
|
225
|
178
|
D8AFADBC1BEE6F3F00A4592D = {
|
226
|
179
|
CreatedOnToolsVersion = 7.1;
|
227
|
180
|
};
|
|
@@ -240,30 +193,11 @@
|
240
|
193
|
projectRoot = "";
|
241
|
194
|
targets = (
|
242
|
195
|
D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */,
|
243
|
|
- 7B7126151E4A22520066D847 /* ReactNativeNavigationTests */,
|
244
|
196
|
);
|
245
|
197
|
};
|
246
|
198
|
/* End PBXProject section */
|
247
|
199
|
|
248
|
|
-/* Begin PBXResourcesBuildPhase section */
|
249
|
|
- 7B7126141E4A22520066D847 /* Resources */ = {
|
250
|
|
- isa = PBXResourcesBuildPhase;
|
251
|
|
- buildActionMask = 2147483647;
|
252
|
|
- files = (
|
253
|
|
- );
|
254
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
255
|
|
- };
|
256
|
|
-/* End PBXResourcesBuildPhase section */
|
257
|
|
-
|
258
|
200
|
/* Begin PBXSourcesBuildPhase section */
|
259
|
|
- 7B7126121E4A22520066D847 /* Sources */ = {
|
260
|
|
- isa = PBXSourcesBuildPhase;
|
261
|
|
- buildActionMask = 2147483647;
|
262
|
|
- files = (
|
263
|
|
- 7B7126221E4A23040066D847 /* RNNRootViewControllerTest.m in Sources */,
|
264
|
|
- );
|
265
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
266
|
|
- };
|
267
|
201
|
D8AFADB91BEE6F3F00A4592D /* Sources */ = {
|
268
|
202
|
isa = PBXSourcesBuildPhase;
|
269
|
203
|
buildActionMask = 2147483647;
|
|
@@ -274,6 +208,7 @@
|
274
|
208
|
7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */,
|
275
|
209
|
7BEF0D1D1E43771B003E96B0 /* RNNLayoutNode.m in Sources */,
|
276
|
210
|
7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
|
|
211
|
+ 26916C991E4B9E7700D13680 /* RNNReactRootViewCreator.m in Sources */,
|
277
|
212
|
7BBFE5611E253F97002A6182 /* RNN.m in Sources */,
|
278
|
213
|
7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
|
279
|
214
|
);
|
|
@@ -281,41 +216,7 @@
|
281
|
216
|
};
|
282
|
217
|
/* End PBXSourcesBuildPhase section */
|
283
|
218
|
|
284
|
|
-/* Begin PBXTargetDependency section */
|
285
|
|
- 7B71261D1E4A22520066D847 /* PBXTargetDependency */ = {
|
286
|
|
- isa = PBXTargetDependency;
|
287
|
|
- target = D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */;
|
288
|
|
- targetProxy = 7B71261C1E4A22520066D847 /* PBXContainerItemProxy */;
|
289
|
|
- };
|
290
|
|
-/* End PBXTargetDependency section */
|
291
|
|
-
|
292
|
219
|
/* Begin XCBuildConfiguration section */
|
293
|
|
- 7B71261E1E4A22520066D847 /* Debug */ = {
|
294
|
|
- isa = XCBuildConfiguration;
|
295
|
|
- buildSettings = {
|
296
|
|
- CLANG_ANALYZER_NONNULL = YES;
|
297
|
|
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
298
|
|
- INFOPLIST_FILE = ReactNativeNavigationTests/Info.plist;
|
299
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 10.2;
|
300
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
301
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.wix.ReactNativeNavigationTests;
|
302
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
303
|
|
- };
|
304
|
|
- name = Debug;
|
305
|
|
- };
|
306
|
|
- 7B71261F1E4A22520066D847 /* Release */ = {
|
307
|
|
- isa = XCBuildConfiguration;
|
308
|
|
- buildSettings = {
|
309
|
|
- CLANG_ANALYZER_NONNULL = YES;
|
310
|
|
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
311
|
|
- INFOPLIST_FILE = ReactNativeNavigationTests/Info.plist;
|
312
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 10.2;
|
313
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
314
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.wix.ReactNativeNavigationTests;
|
315
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
316
|
|
- };
|
317
|
|
- name = Release;
|
318
|
|
- };
|
319
|
220
|
D8AFADC41BEE6F3F00A4592D /* Debug */ = {
|
320
|
221
|
isa = XCBuildConfiguration;
|
321
|
222
|
buildSettings = {
|
|
@@ -441,14 +342,6 @@
|
441
|
342
|
/* End XCBuildConfiguration section */
|
442
|
343
|
|
443
|
344
|
/* Begin XCConfigurationList section */
|
444
|
|
- 7B7126201E4A22530066D847 /* Build configuration list for PBXNativeTarget "ReactNativeNavigationTests" */ = {
|
445
|
|
- isa = XCConfigurationList;
|
446
|
|
- buildConfigurations = (
|
447
|
|
- 7B71261E1E4A22520066D847 /* Debug */,
|
448
|
|
- 7B71261F1E4A22520066D847 /* Release */,
|
449
|
|
- );
|
450
|
|
- defaultConfigurationIsVisible = 0;
|
451
|
|
- };
|
452
|
345
|
D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */ = {
|
453
|
346
|
isa = XCConfigurationList;
|
454
|
347
|
buildConfigurations = (
|