aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Public/FIRConfiguration.h
Commit message (Collapse)AuthorAge
* Remove deprecations from FIRConfiguration. (#760)Gravatar Ryan Wilson2018-04-09
|
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* Add clang-format options and script; apply to FirebaseCore (#151)Gravatar Paul Beusterien2017-07-27
|
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29