mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-02-17 17:17:25 +00:00
Merge pull request #14 from bamlab/fix/ios-deployment-target
Change iOS Deployment Target to iOS 7
This commit is contained in:
commit
65a83fdfea
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user