We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554ad41 commit 6aa2492Copy full SHA for 6aa2492
FirebaseCore/Sources/FIRApp.m
@@ -135,12 +135,6 @@ + (void)configure {
135
kPlistURL];
136
}
137
[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
144
145
146
+ (void)configureWithOptions:(FIROptions *)options {
0 commit comments