aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
diff options
context:
space:
mode:
authorGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 16:09:52 -0500
committerGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 16:09:52 -0500
commit37c70ec3cec5c296b00396fd545876cb910a8d98 (patch)
treefc4e3327aa357cfcdf840bdbc3e0359ebf57a461 /Firebase/Core
parent3d03426e0e6fad888174c104e583b1e2438d1876 (diff)
Change library name
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 6f34f61..8efa527 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -115,7 +115,7 @@ static NSDictionary *sDefaultOptionsDictionary = nil;
NSRange minor = NSMakeRange(1, 2);
NSRange patch = NSMakeRange(3, 2);
[FIRApp
- registerLibrary:@"FirebaseCore"
+ registerLibrary:@"fire-ios"
withVersion:[NSString stringWithFormat:@"%@.%d.%d",
[kFIRLibraryVersionID substringWithRange:major],
[[kFIRLibraryVersionID substringWithRange:minor]