Skip to content

Commit 11eeaa7

Browse files
authored
Add Crashlytics and Fabric to Firebase umbrella header. (#192)
This will prevent users from having to specifically import Fabric or Crashlytics into their projects when already importing Firebase.
1 parent 566665e commit 11eeaa7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Firebase/Firebase/FirebaseCommunity.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,12 @@
6666
#import <GoogleMobileAds/GoogleMobileAds.h>
6767
#endif
6868
69+
#if __has_include(<Fabric/Fabric.h>)
70+
#import <Fabric/Fabric.h>
71+
#endif
72+
73+
#if __has_include(<Crashlytics/Crashlytics.h>)
74+
#import <Crashlytics/Crashlytics.h>
75+
#endif
76+
6977
#endif // defined(__has_include)

0 commit comments

Comments
 (0)