Skip to content

Commit cab93e4

Browse files
authored
Merge pull request #157 from hmedney/master
Improve compatibility with IOS 8
2 parents 5db24eb + b927ee0 commit cab93e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/React-Native-Webview-Bridge.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"$(SRCROOT)/../../../node_module/React/**",
233233
"$(SRCROOT)/../../../node_modules/react-native/React/**",
234234
);
235+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
235236
OTHER_LDFLAGS = "-ObjC";
236237
PRODUCT_NAME = "$(TARGET_NAME)";
237238
SKIP_INSTALL = YES;
@@ -246,6 +247,7 @@
246247
"$(SRCROOT)/../../../node_module/React/**",
247248
"$(SRCROOT)/../../../node_modules/react-native/React/**",
248249
);
250+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
249251
OTHER_LDFLAGS = "-ObjC";
250252
PRODUCT_NAME = "$(TARGET_NAME)";
251253
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)