From e281be7a9453bcaa70e00bf94391c3c3067ebaad Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 24 Apr 2018 17:19:38 -0700 Subject: Notice for tvOS and macOS (#1177) --- Firebase/Core/FIRApp.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Firebase/Core') diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m index c43db6e..3d05f12 100644 --- a/Firebase/Core/FIRApp.m +++ b/Firebase/Core/FIRApp.m @@ -104,6 +104,12 @@ static NSMutableDictionary *sLibraryVersions; kPlistURL]; } [FIRApp configureDefaultAppWithOptions:options sendingNotifications:YES]; +#if TARGET_OS_OSX || TARGET_OS_TV + FIRLogNotice(kFIRLoggerCore, @"I-COR000028", + @"tvOS and macOS SDK support is not part of the official Firebase product. " + @"Instead they are community supported. Details at " + @"https://github.com/firebase/firebase-ios-sdk/blob/master/README.md."); +#endif } + (void)configureWithOptions:(FIROptions *)options { -- cgit v1.2.3