forked from mirrors/linphone-iphone
remove useless code
This commit is contained in:
parent
ff4a0d0d1f
commit
b50175040a
1 changed files with 1 additions and 5 deletions
|
|
@ -238,11 +238,7 @@
|
|||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
#ifdef USE_CRASHLYTHICSS
|
||||
NSString *pathForFile=[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"GoogleService-Info.plist"];
|
||||
if ([[NSFileManager defaultManager] fileExistsAtPath:pathForFile]){
|
||||
// If GoogleService-Info.plist doesn't exist, not call this function avoiding a crash.
|
||||
[FIRApp configure];
|
||||
}
|
||||
[FIRApp configure];
|
||||
#endif
|
||||
|
||||
UIApplication *app = [UIApplication sharedApplication];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue