From 2c71cd91925474bd57df174f2e57e0788456697f Mon Sep 17 00:00:00 2001 From: Amit Davidi Date: Tue, 27 Feb 2018 16:16:49 +0200 Subject: [PATCH] Upgrade ios example proj deployment target --- example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj b/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj index 7dcbb96..8c0a253 100644 --- a/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj +++ b/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj @@ -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)", -- 2.26.2