Fix tvOS build

This commit is contained in:
Cameron Gutman
2019-11-03 15:25:43 -08:00
parent ee7df54842
commit c89de92e23
2 changed files with 6 additions and 0 deletions

View File

@@ -983,6 +983,7 @@ static NSMutableSet* hostList;
}
- (void)updateHostShortcuts {
#if !TARGET_OS_TV
if (@available(iOS 9.0, *)) {
NSMutableArray* quickActions = [[NSMutableArray alloc] init];
@@ -1004,6 +1005,7 @@ static NSMutableSet* hostList;
[UIApplication sharedApplication].shortcutItems = quickActions;
}
#endif
}
- (void)updateHosts {