Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 21, 2024
1 parent c9b4794 commit 27e0476
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@ - (void)application_onDidFinishLaunchingNotification:(nonnull NSNotification *)n
method_getImplementation(donorMethod), method_getTypeEncoding(donorMethod));
}
#if !TARGET_OS_OSX
// `[_registrar addApplicationDelegate:self];` alone doesn't work for notifications to be received without the above swizzling
// This commit: https://github.com/google/GoogleUtilities/pull/162/files#diff-6bb6d1c46632fc66405a524071cc4baca5fc6a1a6c0eefef81d8c3e2c89cbc13L520-L533
// `[_registrar addApplicationDelegate:self];` alone doesn't work for notifications to be received
// without the above swizzling This commit:
// https://github.com/google/GoogleUtilities/pull/162/files#diff-6bb6d1c46632fc66405a524071cc4baca5fc6a1a6c0eefef81d8c3e2c89cbc13L520-L533
// broke notifications which was released with firebase-ios-sdk v11.0.0
[_registrar addApplicationDelegate:self];
#endif
Expand Down

0 comments on commit 27e0476

Please sign in to comment.