Skip to content

Commit 8a6ad61

Browse files
authored
Merge pull request #688 from morganchen12/test2
Fix tests and disable UI tests
2 parents 36860d6 + c387b87 commit 8a6ad61

File tree

45 files changed

+914
-1112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+914
-1112
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode10.1
1+
osx_image: xcode10.2
22
language: objective-c
33
xcode_workspace: FirebaseUI.xcworkspace
44
xcode_scheme: FirebaseUI

AnonymousAuth/FirebaseAnonymousAuthUI.xcodeproj/project.pbxproj

Lines changed: 14 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
1EF5CA884792B6ABAF0C7EC8 /* Pods_FirebaseAnonymousAuthUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B521F1010988D23DF3A39CD /* Pods_FirebaseAnonymousAuthUITests.framework */; };
1110
8D69E22721DD476D00CFA49B /* FirebaseAnonymousAuthUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D69E21D21DD476C00CFA49B /* FirebaseAnonymousAuthUI.framework */; };
1211
8D69E22C21DD476D00CFA49B /* FirebaseAnonymousAuthUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D69E22B21DD476D00CFA49B /* FirebaseAnonymousAuthUITests.m */; };
1312
8D69E22E21DD476D00CFA49B /* FirebaseAnonymousAuthUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D69E22021DD476D00CFA49B /* FirebaseAnonymousAuthUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -17,7 +16,6 @@
1716
8D69E35421DD5C4700CFA49B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E34E21DD5C4700CFA49B /* [email protected] */; };
1817
8D69E35521DD5C4700CFA49B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E34F21DD5C4700CFA49B /* [email protected] */; };
1918
8D69E35621DD5C4700CFA49B /* FirebaseAnonymousAuthUI.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D69E35121DD5C4700CFA49B /* FirebaseAnonymousAuthUI.strings */; };
20-
FCB1B2C40B18B4A62D63C4E4 /* Pods_FirebaseAnonymousAuthUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73B589F207E4236363EEE626 /* Pods_FirebaseAnonymousAuthUI.framework */; };
2119
/* End PBXBuildFile section */
2220

2321
/* Begin PBXContainerItemProxy section */
@@ -31,8 +29,6 @@
3129
/* End PBXContainerItemProxy section */
3230

3331
/* Begin PBXFileReference section */
34-
02807C8B4CFAB7FD9C32C1A3 /* Pods-FirebaseAnonymousAuthUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseAnonymousAuthUITests.release.xcconfig"; path = "Target Support Files/Pods-FirebaseAnonymousAuthUITests/Pods-FirebaseAnonymousAuthUITests.release.xcconfig"; sourceTree = "<group>"; };
35-
73B589F207E4236363EEE626 /* Pods_FirebaseAnonymousAuthUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseAnonymousAuthUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3632
8D69E21D21DD476C00CFA49B /* FirebaseAnonymousAuthUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseAnonymousAuthUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3733
8D69E22021DD476D00CFA49B /* FirebaseAnonymousAuthUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirebaseAnonymousAuthUI.h; sourceTree = "<group>"; };
3834
8D69E22121DD476D00CFA49B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -45,18 +41,13 @@
4541
8D69E34E21DD5C4700CFA49B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
4642
8D69E34F21DD5C4700CFA49B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
4743
8D69E35221DD5C4700CFA49B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/FirebaseAnonymousAuthUI.strings; sourceTree = "<group>"; };
48-
9929AABD790C0DD60C537CB2 /* Pods-FirebaseAnonymousAuthUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseAnonymousAuthUI.release.xcconfig"; path = "Target Support Files/Pods-FirebaseAnonymousAuthUI/Pods-FirebaseAnonymousAuthUI.release.xcconfig"; sourceTree = "<group>"; };
49-
9B521F1010988D23DF3A39CD /* Pods_FirebaseAnonymousAuthUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseAnonymousAuthUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
50-
AD655D2BC8125FCBFB69632A /* Pods-FirebaseAnonymousAuthUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseAnonymousAuthUI.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseAnonymousAuthUI/Pods-FirebaseAnonymousAuthUI.debug.xcconfig"; sourceTree = "<group>"; };
51-
C7E917677D16B9024969C4FE /* Pods-FirebaseAnonymousAuthUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseAnonymousAuthUITests.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseAnonymousAuthUITests/Pods-FirebaseAnonymousAuthUITests.debug.xcconfig"; sourceTree = "<group>"; };
5244
/* End PBXFileReference section */
5345

5446
/* Begin PBXFrameworksBuildPhase section */
5547
8D69E21A21DD476C00CFA49B /* Frameworks */ = {
5648
isa = PBXFrameworksBuildPhase;
5749
buildActionMask = 2147483647;
5850
files = (
59-
FCB1B2C40B18B4A62D63C4E4 /* Pods_FirebaseAnonymousAuthUI.framework in Frameworks */,
6051
);
6152
runOnlyForDeploymentPostprocessing = 0;
6253
};
@@ -65,7 +56,6 @@
6556
buildActionMask = 2147483647;
6657
files = (
6758
8D69E22721DD476D00CFA49B /* FirebaseAnonymousAuthUI.framework in Frameworks */,
68-
1EF5CA884792B6ABAF0C7EC8 /* Pods_FirebaseAnonymousAuthUITests.framework in Frameworks */,
6959
);
7060
runOnlyForDeploymentPostprocessing = 0;
7161
};
@@ -78,8 +68,7 @@
7868
8D69E21F21DD476C00CFA49B /* FirebaseAnonymousAuthUI */,
7969
8D69E22A21DD476D00CFA49B /* FirebaseAnonymousAuthUITests */,
8070
8D69E21E21DD476C00CFA49B /* Products */,
81-
B55605365FE042830EBBD157 /* Pods */,
82-
B3C0D2E787876EE649C89CBF /* Frameworks */,
71+
BEF4805F13BABCBDD925C264 /* Pods */,
8372
);
8473
sourceTree = "<group>";
8574
};
@@ -132,24 +121,10 @@
132121
path = Strings;
133122
sourceTree = "<group>";
134123
};
135-
B3C0D2E787876EE649C89CBF /* Frameworks */ = {
124+
BEF4805F13BABCBDD925C264 /* Pods */ = {
136125
isa = PBXGroup;
137126
children = (
138-
73B589F207E4236363EEE626 /* Pods_FirebaseAnonymousAuthUI.framework */,
139-
9B521F1010988D23DF3A39CD /* Pods_FirebaseAnonymousAuthUITests.framework */,
140127
);
141-
name = Frameworks;
142-
sourceTree = "<group>";
143-
};
144-
B55605365FE042830EBBD157 /* Pods */ = {
145-
isa = PBXGroup;
146-
children = (
147-
AD655D2BC8125FCBFB69632A /* Pods-FirebaseAnonymousAuthUI.debug.xcconfig */,
148-
9929AABD790C0DD60C537CB2 /* Pods-FirebaseAnonymousAuthUI.release.xcconfig */,
149-
C7E917677D16B9024969C4FE /* Pods-FirebaseAnonymousAuthUITests.debug.xcconfig */,
150-
02807C8B4CFAB7FD9C32C1A3 /* Pods-FirebaseAnonymousAuthUITests.release.xcconfig */,
151-
);
152-
name = Pods;
153128
path = Pods;
154129
sourceTree = "<group>";
155130
};
@@ -172,12 +147,10 @@
172147
isa = PBXNativeTarget;
173148
buildConfigurationList = 8D69E23121DD476D00CFA49B /* Build configuration list for PBXNativeTarget "FirebaseAnonymousAuthUI" */;
174149
buildPhases = (
175-
F0D2BEDEEF9C146EA083E17F /* [CP] Check Pods Manifest.lock */,
176150
8D69E21821DD476C00CFA49B /* Headers */,
177151
8D69E21921DD476C00CFA49B /* Sources */,
178152
8D69E21A21DD476C00CFA49B /* Frameworks */,
179153
8D69E21B21DD476C00CFA49B /* Resources */,
180-
65BB97B1C2E0ACB0370C903B /* [CP] Copy Pods Resources */,
181154
);
182155
buildRules = (
183156
);
@@ -192,11 +165,9 @@
192165
isa = PBXNativeTarget;
193166
buildConfigurationList = 8D69E23421DD476D00CFA49B /* Build configuration list for PBXNativeTarget "FirebaseAnonymousAuthUITests" */;
194167
buildPhases = (
195-
714F08D4612B91126DDD4559 /* [CP] Check Pods Manifest.lock */,
196168
8D69E22221DD476D00CFA49B /* Sources */,
197169
8D69E22321DD476D00CFA49B /* Frameworks */,
198170
8D69E22421DD476D00CFA49B /* Resources */,
199-
870284F7293CA07BAECE0B41 /* [CP] Embed Pods Frameworks */,
200171
);
201172
buildRules = (
202173
);
@@ -264,97 +235,6 @@
264235
};
265236
/* End PBXResourcesBuildPhase section */
266237

267-
/* Begin PBXShellScriptBuildPhase section */
268-
65BB97B1C2E0ACB0370C903B /* [CP] Copy Pods Resources */ = {
269-
isa = PBXShellScriptBuildPhase;
270-
buildActionMask = 2147483647;
271-
files = (
272-
);
273-
inputFileListPaths = (
274-
);
275-
inputPaths = (
276-
"${PODS_ROOT}/Target Support Files/Pods-FirebaseAnonymousAuthUI/Pods-FirebaseAnonymousAuthUI-resources.sh",
277-
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseUI/FirebaseAuthUI.bundle",
278-
);
279-
name = "[CP] Copy Pods Resources";
280-
outputFileListPaths = (
281-
);
282-
outputPaths = (
283-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseAuthUI.bundle",
284-
);
285-
runOnlyForDeploymentPostprocessing = 0;
286-
shellPath = /bin/sh;
287-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FirebaseAnonymousAuthUI/Pods-FirebaseAnonymousAuthUI-resources.sh\"\n";
288-
showEnvVarsInLog = 0;
289-
};
290-
714F08D4612B91126DDD4559 /* [CP] Check Pods Manifest.lock */ = {
291-
isa = PBXShellScriptBuildPhase;
292-
buildActionMask = 2147483647;
293-
files = (
294-
);
295-
inputFileListPaths = (
296-
);
297-
inputPaths = (
298-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
299-
"${PODS_ROOT}/Manifest.lock",
300-
);
301-
name = "[CP] Check Pods Manifest.lock";
302-
outputFileListPaths = (
303-
);
304-
outputPaths = (
305-
"$(DERIVED_FILE_DIR)/Pods-FirebaseAnonymousAuthUITests-checkManifestLockResult.txt",
306-
);
307-
runOnlyForDeploymentPostprocessing = 0;
308-
shellPath = /bin/sh;
309-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
310-
showEnvVarsInLog = 0;
311-
};
312-
870284F7293CA07BAECE0B41 /* [CP] Embed Pods Frameworks */ = {
313-
isa = PBXShellScriptBuildPhase;
314-
buildActionMask = 2147483647;
315-
files = (
316-
);
317-
inputFileListPaths = (
318-
);
319-
inputPaths = (
320-
"${PODS_ROOT}/Target Support Files/Pods-FirebaseAnonymousAuthUITests/Pods-FirebaseAnonymousAuthUITests-frameworks.sh",
321-
"${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
322-
);
323-
name = "[CP] Embed Pods Frameworks";
324-
outputFileListPaths = (
325-
);
326-
outputPaths = (
327-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
328-
);
329-
runOnlyForDeploymentPostprocessing = 0;
330-
shellPath = /bin/sh;
331-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FirebaseAnonymousAuthUITests/Pods-FirebaseAnonymousAuthUITests-frameworks.sh\"\n";
332-
showEnvVarsInLog = 0;
333-
};
334-
F0D2BEDEEF9C146EA083E17F /* [CP] Check Pods Manifest.lock */ = {
335-
isa = PBXShellScriptBuildPhase;
336-
buildActionMask = 2147483647;
337-
files = (
338-
);
339-
inputFileListPaths = (
340-
);
341-
inputPaths = (
342-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
343-
"${PODS_ROOT}/Manifest.lock",
344-
);
345-
name = "[CP] Check Pods Manifest.lock";
346-
outputFileListPaths = (
347-
);
348-
outputPaths = (
349-
"$(DERIVED_FILE_DIR)/Pods-FirebaseAnonymousAuthUI-checkManifestLockResult.txt",
350-
);
351-
runOnlyForDeploymentPostprocessing = 0;
352-
shellPath = /bin/sh;
353-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
354-
showEnvVarsInLog = 0;
355-
};
356-
/* End PBXShellScriptBuildPhase section */
357-
358238
/* Begin PBXSourcesBuildPhase section */
359239
8D69E21921DD476C00CFA49B /* Sources */ = {
360240
isa = PBXSourcesBuildPhase;
@@ -514,7 +394,6 @@
514394
};
515395
8D69E23221DD476D00CFA49B /* Debug */ = {
516396
isa = XCBuildConfiguration;
517-
baseConfigurationReference = AD655D2BC8125FCBFB69632A /* Pods-FirebaseAnonymousAuthUI.debug.xcconfig */;
518397
buildSettings = {
519398
CODE_SIGN_IDENTITY = "";
520399
CODE_SIGN_STYLE = Automatic;
@@ -538,7 +417,6 @@
538417
};
539418
8D69E23321DD476D00CFA49B /* Release */ = {
540419
isa = XCBuildConfiguration;
541-
baseConfigurationReference = 9929AABD790C0DD60C537CB2 /* Pods-FirebaseAnonymousAuthUI.release.xcconfig */;
542420
buildSettings = {
543421
CODE_SIGN_IDENTITY = "";
544422
CODE_SIGN_STYLE = Automatic;
@@ -562,14 +440,19 @@
562440
};
563441
8D69E23521DD476D00CFA49B /* Debug */ = {
564442
isa = XCBuildConfiguration;
565-
baseConfigurationReference = C7E917677D16B9024969C4FE /* Pods-FirebaseAnonymousAuthUITests.debug.xcconfig */;
566443
buildSettings = {
567444
CODE_SIGN_STYLE = Automatic;
568445
INFOPLIST_FILE = FirebaseAnonymousAuthUITests/Info.plist;
569446
LD_RUNPATH_SEARCH_PATHS = (
570447
"$(inherited)",
571448
"@executable_path/Frameworks",
572449
"@loader_path/Frameworks",
450+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuth\"",
451+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore\"",
452+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseUI\"",
453+
"\"${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher\"",
454+
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities\"",
455+
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
573456
);
574457
OTHER_LDFLAGS = (
575458
"-ObjC",
@@ -588,14 +471,19 @@
588471
};
589472
8D69E23621DD476D00CFA49B /* Release */ = {
590473
isa = XCBuildConfiguration;
591-
baseConfigurationReference = 02807C8B4CFAB7FD9C32C1A3 /* Pods-FirebaseAnonymousAuthUITests.release.xcconfig */;
592474
buildSettings = {
593475
CODE_SIGN_STYLE = Automatic;
594476
INFOPLIST_FILE = FirebaseAnonymousAuthUITests/Info.plist;
595477
LD_RUNPATH_SEARCH_PATHS = (
596478
"$(inherited)",
597479
"@executable_path/Frameworks",
598480
"@loader_path/Frameworks",
481+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuth\"",
482+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore\"",
483+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseUI\"",
484+
"\"${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher\"",
485+
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities\"",
486+
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
599487
);
600488
OTHER_LDFLAGS = (
601489
"-ObjC",

AnonymousAuth/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform :ios, '8.0'
33
target 'FirebaseAnonymousAuthUI' do
44
use_frameworks!
55

6+
pod 'FirebaseAuth', '~> 6.0'
67
pod 'FirebaseUI/Auth', :path => '../'
78

89
target 'FirebaseAnonymousAuthUITests' do

AnonymousAuth/Podfile.lock

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,43 @@
11
PODS:
2-
- Firebase/Auth (5.18.0):
2+
- Firebase/Auth (6.1.0):
33
- Firebase/CoreOnly
4-
- FirebaseAuth (= 5.4.0)
5-
- Firebase/CoreOnly (5.18.0):
6-
- FirebaseCore (= 5.3.1)
7-
- FirebaseAuth (5.4.0):
4+
- FirebaseAuth (~> 6.1.0)
5+
- Firebase/CoreOnly (6.1.0):
6+
- FirebaseCore (= 6.0.1)
7+
- FirebaseAuth (6.1.0):
88
- FirebaseAuthInterop (~> 1.0)
9-
- FirebaseCore (~> 5.2)
10-
- GoogleUtilities/Environment (~> 5.2)
9+
- FirebaseCore (~> 6.0)
10+
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
11+
- GoogleUtilities/Environment (~> 6.0)
1112
- GTMSessionFetcher/Core (~> 1.1)
1213
- FirebaseAuthInterop (1.0.0)
13-
- FirebaseCore (5.3.1):
14-
- GoogleUtilities/Logger (~> 5.2)
15-
- FirebaseUI/Auth (6.2.1):
16-
- Firebase/Auth (~> 5.4)
14+
- FirebaseCore (6.0.1):
15+
- GoogleUtilities/Environment (~> 6.0)
16+
- GoogleUtilities/Logger (~> 6.0)
17+
- FirebaseUI/Auth (7.0.0):
18+
- Firebase/Auth (~> 6.0)
1719
- GoogleUtilities/UserDefaults
18-
- GoogleUtilities/Environment (5.4.0)
19-
- GoogleUtilities/Logger (5.4.0):
20+
- GoogleUtilities/AppDelegateSwizzler (6.2.0):
2021
- GoogleUtilities/Environment
21-
- GoogleUtilities/UserDefaults (5.4.0):
2222
- GoogleUtilities/Logger
23-
- GTMSessionFetcher/Core (1.2.1)
23+
- GoogleUtilities/Network
24+
- GoogleUtilities/Environment (6.2.0)
25+
- GoogleUtilities/Logger (6.2.0):
26+
- GoogleUtilities/Environment
27+
- GoogleUtilities/Network (6.2.0):
28+
- GoogleUtilities/Logger
29+
- "GoogleUtilities/NSData+zlib"
30+
- GoogleUtilities/Reachability
31+
- "GoogleUtilities/NSData+zlib (6.2.0)"
32+
- GoogleUtilities/Reachability (6.2.0):
33+
- GoogleUtilities/Logger
34+
- GoogleUtilities/UserDefaults (6.2.0):
35+
- GoogleUtilities/Logger
36+
- GTMSessionFetcher/Core (1.2.2)
2437
- OCMock (3.4.3)
2538

2639
DEPENDENCIES:
40+
- FirebaseAuth (~> 6.0)
2741
- FirebaseUI/Auth (from `../`)
2842
- OCMock
2943

@@ -42,15 +56,15 @@ EXTERNAL SOURCES:
4256
:path: "../"
4357

4458
SPEC CHECKSUMS:
45-
Firebase: 02f3281965c075426141a0ce1277e9de6649cab9
46-
FirebaseAuth: d85d052354447f30b4b2a805ab91b511458b56a6
59+
Firebase: 8d77bb33624ae9b62d745d82ec023de5f70f7e4f
60+
FirebaseAuth: 4281d6d98a90881e00710fa8d9e37c2ccdfc7d80
4761
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
48-
FirebaseCore: 52f851b30e11360f1e67cf04b1edfebf0a47a2d3
49-
FirebaseUI: a2edbe63a90dff4a9ac715f4dd2869411528eedc
50-
GoogleUtilities: fa768ad04b264be250ee9edf9f378ad006f7a560
51-
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
62+
FirebaseCore: 66bdef3b310a026880e2a5bc8aa586ab62ce4543
63+
FirebaseUI: f9367cd5cacde991d9bcce9278d3fcb858f84f6a
64+
GoogleUtilities: 996e0db07153674fd1b54b220fda3a3dc3547cba
65+
GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
5266
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
5367

54-
PODFILE CHECKSUM: ccc9aef49354c1762d5e773c9a26513b2b724d60
68+
PODFILE CHECKSUM: dd5f618b7b3efad7d3eb9d842878ab03d443c8d4
5569

56-
COCOAPODS: 1.6.1
70+
COCOAPODS: 1.7.0

0 commit comments

Comments
 (0)