Commit 6af64a17 authored by Rebecca Hughes's avatar Rebecca Hughes

Merge pull request #22 from jihopark/plainX

Change iOS Deployment Target to 8.0
parents 3087b4cf 86e3d9e6
...@@ -217,6 +217,7 @@ ...@@ -217,6 +217,7 @@
"$(SRCROOT)/../react-native/React/**", "$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**", "$(SRCROOT)/../../../node_modules/react-native/React/**",
); );
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
...@@ -233,6 +234,7 @@ ...@@ -233,6 +234,7 @@
"$(SRCROOT)/../react-native/React/**", "$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**", "$(SRCROOT)/../../../node_modules/react-native/React/**",
); );
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment