Merge pull request #14 from bamlab/fix/ios-deployment-target

Change iOS Deployment Target to iOS 7
This commit is contained in:
Florian Rival 2016-06-18 11:13:30 +02:00 committed by GitHub
commit 65a83fdfea
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,7 @@
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../react-native/Libraries/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
@ -239,6 +240,7 @@
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../react-native/Libraries/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;