Commit 2c71cd91 authored by Amit Davidi's avatar Amit Davidi

Upgrade ios example proj deployment target

parent 161650db
......@@ -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)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment