Merge pull request #157 from hmedney/master
Improve compatibility with IOS 8
This commit is contained in:
commit
cab93e4ce4
|
@ -232,6 +232,7 @@
|
|||
"$(SRCROOT)/../../../node_module/React/**",
|
||||
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
@ -246,6 +247,7 @@
|
|||
"$(SRCROOT)/../../../node_module/React/**",
|
||||
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
|
Loading…
Reference in New Issue