aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-22 11:56:27 -0400
committerGravatar GitHub <noreply@github.com>2018-05-22 11:56:27 -0400
commit3bba0ba042832273e623cb78b988060d976743f4 (patch)
tree3f0ab7d95409e711693672de341e7163fd0bfb0c /Firebase/Core
parent4cdaefdf38f0735d57cb5942d588cd6f39397e37 (diff)
Move library registration to +initialize. (#1305)
Diffstat (limited to 'Firebase/Core')
-rw-r--r--Firebase/Core/FIROptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m
index 2216710..22c9818 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -109,7 +109,7 @@ static NSDictionary *sDefaultOptionsDictionary = nil;
#pragma mark - Private class methods
-+ (void)load {
++ (void)initialize {
// Report FirebaseCore version for useragent string
NSRange major = NSMakeRange(0, 1);
NSRange minor = NSMakeRange(1, 2);