aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIRApp.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Core/FIRApp.m')
-rw-r--r--Firebase/Core/FIRApp.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m
index 242fd79..800d180 100644
--- a/Firebase/Core/FIRApp.m
+++ b/Firebase/Core/FIRApp.m
@@ -142,7 +142,8 @@ static FIRApp *sDefaultApp;
NSString *minVersion = info[@"MinimumOSVersion"];
if ([minVersion hasPrefix:@"7."]) {
- FIRLogNotice(kFIRLoggerCore, @"I-COR000026", @"Support for iOS 7 is deprecated and will "
+ FIRLogNotice(kFIRLoggerCore, @"I-COR000026",
+ @"Support for iOS 7 is deprecated and will "
@"stop working in the future. Please upgrade your app to target iOS 8 or "
@"above.");
}