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