Upgrade ios example proj deployment target

This commit is contained in:
Amit Davidi
2018-02-27 16:16:49 +02:00
parent 161650db9f
commit 2c71cd9192

View File

@@ -863,6 +863,7 @@
"$(SRCROOT)/../node_modules/react-native-notifications/RNNotifications/**",
);
INFOPLIST_FILE = NotificationsExampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -887,6 +888,7 @@
"$(SRCROOT)/../node_modules/react-native-notifications/RNNotifications/**",
);
INFOPLIST_FILE = NotificationsExampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",