We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c497f2 commit d1d8e28Copy full SHA for d1d8e28
iOS_SDK/OneSignalDevApp/OneSignalDevApp/AppDelegate.m
@@ -50,7 +50,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
50
51
// [FIRApp configure];
52
53
- NSLog(@"Bundle URL: %@", [[NSBundle mainBundle] bundleURL]);
+ NSLog(@" Bundle URL: %@", [[NSBundle mainBundle] bundleURL]);
54
[OneSignal.Debug setLogLevel:ONE_S_LL_VERBOSE];
55
[OneSignal.Debug setAlertLevel:ONE_S_LL_NONE];
56
0 commit comments