@@ -401,14 +401,14 @@ - (void)checkExpectedBundleID {
401
401
if (expectedBundleID != nil &&
402
402
![FIRBundleUtil hasBundleIdentifier: expectedBundleID inBundles: bundles]) {
403
403
FIRLogError (kFIRLoggerCore , @" I-COR000008" ,
404
- @" The project's Bundle ID is inconsistent with "
405
- @" either the Bundle ID in '%@ .%@ ', or the Bundle ID in the options if you are "
406
- @" using a customized options. To ensure that everything can be configured "
407
- @" correctly, you may need to make the Bundle IDs consistent. To continue with this "
408
- @" plist file, you may change your app's bundle identifier to '%@ '. Or you can "
409
- @" download a new configuration file that matches your bundle identifier from %@ "
410
- @" and replace the current one." ,
411
- kServiceInfoFileName , kServiceInfoFileType , expectedBundleID, kPlistURL );
404
+ @" The project's Bundle ID is inconsistent with "
405
+ @" either the Bundle ID in '%@ .%@ ', or the Bundle ID in the options if you are "
406
+ @" using a customized options. To ensure that everything can be configured "
407
+ @" correctly, you may need to make the Bundle IDs consistent. To continue with this "
408
+ @" plist file, you may change your app's bundle identifier to '%@ '. Or you can "
409
+ @" download a new configuration file that matches your bundle identifier from %@ "
410
+ @" and replace the current one." ,
411
+ kServiceInfoFileName , kServiceInfoFileType , expectedBundleID, kPlistURL );
412
412
}
413
413
}
414
414
0 commit comments