mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 08:13:28 +08:00
Upgrade ios example proj deployment target
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user