|
|
@@ -257,18 +257,18 @@
|
|
257
|
257
|
D8AFADB41BEE6F3F00A4592D = {
|
|
258
|
258
|
isa = PBXGroup;
|
|
259
|
259
|
children = (
|
|
260
|
|
- 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
|
|
261
|
|
- 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
|
|
262
|
|
- 7BC934691E267BAD00EFA125 /* RNNCommandsHandler.h */,
|
|
263
|
|
- 7BC9346A1E267BAD00EFA125 /* RNNCommandsHandler.m */,
|
|
264
|
260
|
7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
|
|
265
|
261
|
7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
|
|
266
|
262
|
7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
|
|
267
|
263
|
7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
|
|
268
|
|
- 7BBFE55F1E253F97002A6182 /* RNNStore.h */,
|
|
269
|
|
- 7BBFE5601E253F97002A6182 /* RNNStore.m */,
|
|
270
|
264
|
7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
|
|
271
|
265
|
7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
|
|
|
266
|
+ 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
|
|
|
267
|
+ 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
|
|
|
268
|
+ 7BC934691E267BAD00EFA125 /* RNNCommandsHandler.h */,
|
|
|
269
|
+ 7BC9346A1E267BAD00EFA125 /* RNNCommandsHandler.m */,
|
|
|
270
|
+ 7BBFE55F1E253F97002A6182 /* RNNStore.h */,
|
|
|
271
|
+ 7BBFE5601E253F97002A6182 /* RNNStore.m */,
|
|
272
|
272
|
7BBFE53F1E253144002A6182 /* old */,
|
|
273
|
273
|
D8AFADBE1BEE6F3F00A4592D /* Products */,
|
|
274
|
274
|
);
|
|
|
@@ -482,6 +482,7 @@
|
|
482
|
482
|
D8AFADC71BEE6F3F00A4592D /* Debug */ = {
|
|
483
|
483
|
isa = XCBuildConfiguration;
|
|
484
|
484
|
buildSettings = {
|
|
|
485
|
+ GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
|
485
|
486
|
HEADER_SEARCH_PATHS = (
|
|
486
|
487
|
"$(inherited)",
|
|
487
|
488
|
"$(SRCROOT)/../../react-native/React/**",
|
|
|
@@ -495,6 +496,7 @@
|
|
495
|
496
|
D8AFADC81BEE6F3F00A4592D /* Release */ = {
|
|
496
|
497
|
isa = XCBuildConfiguration;
|
|
497
|
498
|
buildSettings = {
|
|
|
499
|
+ GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
|
498
|
500
|
HEADER_SEARCH_PATHS = (
|
|
499
|
501
|
"$(inherited)",
|
|
500
|
502
|
"$(SRCROOT)/../../react-native/React/**",
|