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.
2 parents 5db24eb + b927ee0 commit cab93e4Copy full SHA for cab93e4
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