We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6175395 commit 035c157Copy full SHA for 035c157
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -2766,7 +2766,7 @@ +(void)setupUNUserNotificationCenterDelegate {
2766
}
2767
2768
+(BOOL) shouldDisableBasedOnProcessArguments {
2769
- if ([NSProcessInfo.processInfo.arguments containsObject: @"DISABLE_ONESIGNAL_SWIZZLING"]) {
+ if ([NSProcessInfo.processInfo.arguments containsObject:@"DISABLE_ONESIGNAL_SWIZZLING"]) {
2770
return YES;
2771
2772
return NO;
0 commit comments