Skip to content

Commit 6aa2492

Browse files
authored
Remove FIRApp warning for macOS and tvOS (#8841)
1 parent 554ad41 commit 6aa2492

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ + (void)configure {
135135
kPlistURL];
136136
}
137137
[FIRApp configureWithOptions:options];
138-
#if TARGET_OS_OSX || TARGET_OS_TV
139-
FIRLogNotice(kFIRLoggerCore, @"I-COR000028",
140-
@"tvOS and macOS SDK support is not part of the official Firebase product. "
141-
@"Instead they are community supported. Details at "
142-
@"https://github.com/firebase/firebase-ios-sdk/blob/master/README.md.");
143-
#endif
144138
}
145139

146140
+ (void)configureWithOptions:(FIROptions *)options {

0 commit comments

Comments
 (0)