We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb07ed6 commit 0a18985Copy full SHA for 0a18985
ios/React-Native-Webview-Bridge.xcodeproj/project.pbxproj
@@ -232,6 +232,7 @@
232
"$(SRCROOT)/../../../node_module/React/**",
233
"$(SRCROOT)/../../../node_modules/react-native/React/**",
234
);
235
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
236
OTHER_LDFLAGS = "-ObjC";
237
PRODUCT_NAME = "$(TARGET_NAME)";
238
SKIP_INSTALL = YES;
@@ -246,6 +247,7 @@
246
247
248
249
250
251
252
253
0 commit comments