Skip to content

Commit 21a7291

Browse files
committed
update deps
1 parent 8ab6ea3 commit 21a7291

File tree

8 files changed

+170
-164
lines changed

8 files changed

+170
-164
lines changed

FirebaseAnonymousAuthUI/FirebaseAnonymousAuthUI.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -475,6 +475,7 @@
475475
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
476476
"\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
477477
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
478+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuthUI\"",
478479
);
479480
OTHER_LDFLAGS = (
480481
"$(inherited)",
@@ -511,6 +512,7 @@
511512
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
512513
"\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
513514
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
515+
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuthUI\"",
514516
);
515517
OTHER_LDFLAGS = (
516518
"$(inherited)",

FirebaseAnonymousAuthUI/Podfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ PODS:
1010
- GoogleUtilities/Environment (~> 7.4)
1111
- GTMSessionFetcher/Core (~> 1.5)
1212
- FirebaseAuthUI (11.0.0):
13-
- Firebase/Auth (>= 7.2.0)
13+
- Firebase/Auth (~> 8.0)
14+
- FirebaseAuth
15+
- FirebaseCore
1416
- GoogleUtilities/UserDefaults
1517
- FirebaseCore (8.0.0):
1618
- FirebaseCoreDiagnostics (~> 8.0)
@@ -75,7 +77,7 @@ EXTERNAL SOURCES:
7577
SPEC CHECKSUMS:
7678
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
7779
FirebaseAuth: b8cd992fca5b53dc6eec09e873a3f375f000c5a1
78-
FirebaseAuthUI: b3511544eeec97b719aeda7ccd779f7f0ff086d3
80+
FirebaseAuthUI: a44ed5d5da7337fd1dfbd9ac4a32ac3217ea8f2c
7981
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
8082
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
8183
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c

FirebaseEmailAuthUI/Podfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
PODS:
2-
- Firebase/Auth (7.2.0):
2+
- Firebase/Auth (8.0.0):
33
- Firebase/CoreOnly
4-
- FirebaseAuth (~> 7.2.0)
5-
- Firebase/CoreOnly (7.2.0):
6-
- FirebaseCore (= 7.2.0)
7-
- FirebaseAuth (7.2.0):
8-
- FirebaseCore (~> 7.0)
9-
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
10-
- GoogleUtilities/Environment (~> 7.0)
11-
- GTMSessionFetcher/Core (~> 1.4)
4+
- FirebaseAuth (~> 8.0.0)
5+
- Firebase/CoreOnly (8.0.0):
6+
- FirebaseCore (= 8.0.0)
7+
- FirebaseAuth (8.0.0):
8+
- FirebaseCore (~> 8.0)
9+
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
10+
- GoogleUtilities/Environment (~> 7.4)
11+
- GTMSessionFetcher/Core (~> 1.5)
1212
- FirebaseAuthUI (11.0.0):
13-
- Firebase/Auth (~> 7.2.0)
13+
- Firebase/Auth (~> 8.0)
1414
- FirebaseAuth
1515
- FirebaseCore
1616
- GoogleUtilities/UserDefaults
17-
- FirebaseCore (7.2.0):
18-
- FirebaseCoreDiagnostics (~> 7.0)
19-
- GoogleUtilities/Environment (~> 7.0)
20-
- GoogleUtilities/Logger (~> 7.0)
21-
- FirebaseCoreDiagnostics (7.11.0):
22-
- GoogleDataTransport (~> 8.4)
23-
- GoogleUtilities/Environment (~> 7.0)
24-
- GoogleUtilities/Logger (~> 7.0)
17+
- FirebaseCore (8.0.0):
18+
- FirebaseCoreDiagnostics (~> 8.0)
19+
- GoogleUtilities/Environment (~> 7.4)
20+
- GoogleUtilities/Logger (~> 7.4)
21+
- FirebaseCoreDiagnostics (8.0.0):
22+
- GoogleDataTransport (~> 9.0)
23+
- GoogleUtilities/Environment (~> 7.4)
24+
- GoogleUtilities/Logger (~> 7.4)
2525
- nanopb (~> 2.30908.0)
26-
- GoogleDataTransport (8.4.0):
26+
- GoogleDataTransport (9.0.0):
2727
- GoogleUtilities/Environment (~> 7.2)
2828
- nanopb (~> 2.30908.0)
2929
- PromisesObjC (~> 1.2)
@@ -75,12 +75,12 @@ EXTERNAL SOURCES:
7575
:path: "../"
7676

7777
SPEC CHECKSUMS:
78-
Firebase: 456eeacc158d8c58586b7871619a81bb9f27d4ae
79-
FirebaseAuth: e6a214cc897d2eab7635b1e5dd6b4298fd1e776b
80-
FirebaseAuthUI: cf4fd21f00fe02a5a11e546eaba43e692563c5f8
81-
FirebaseCore: c959e8a598f83125c01c1700d9161b236ab3833c
82-
FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
83-
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
78+
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
79+
FirebaseAuth: b8cd992fca5b53dc6eec09e873a3f375f000c5a1
80+
FirebaseAuthUI: a44ed5d5da7337fd1dfbd9ac4a32ac3217ea8f2c
81+
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
82+
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
83+
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c
8484
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
8585
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
8686
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96

FirebaseFacebookAuthUI/Podfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ PODS:
99
- FBSDKLoginKit/Login (= 9.3.0)
1010
- FBSDKLoginKit/Login (9.3.0):
1111
- FBSDKCoreKit (~> 9.3.0)
12-
- Firebase/Auth (7.2.0):
12+
- Firebase/Auth (8.0.0):
1313
- Firebase/CoreOnly
14-
- FirebaseAuth (~> 7.2.0)
15-
- Firebase/CoreOnly (7.2.0):
16-
- FirebaseCore (= 7.2.0)
17-
- FirebaseAuth (7.2.0):
18-
- FirebaseCore (~> 7.0)
19-
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
20-
- GoogleUtilities/Environment (~> 7.0)
21-
- GTMSessionFetcher/Core (~> 1.4)
14+
- FirebaseAuth (~> 8.0.0)
15+
- Firebase/CoreOnly (8.0.0):
16+
- FirebaseCore (= 8.0.0)
17+
- FirebaseAuth (8.0.0):
18+
- FirebaseCore (~> 8.0)
19+
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
20+
- GoogleUtilities/Environment (~> 7.4)
21+
- GTMSessionFetcher/Core (~> 1.5)
2222
- FirebaseAuthUI (11.0.0):
23-
- Firebase/Auth (~> 7.2.0)
23+
- Firebase/Auth (~> 8.0)
2424
- FirebaseAuth
2525
- FirebaseCore
2626
- GoogleUtilities/UserDefaults
27-
- FirebaseCore (7.2.0):
28-
- FirebaseCoreDiagnostics (~> 7.0)
29-
- GoogleUtilities/Environment (~> 7.0)
30-
- GoogleUtilities/Logger (~> 7.0)
31-
- FirebaseCoreDiagnostics (7.11.0):
32-
- GoogleDataTransport (~> 8.4)
33-
- GoogleUtilities/Environment (~> 7.0)
34-
- GoogleUtilities/Logger (~> 7.0)
27+
- FirebaseCore (8.0.0):
28+
- FirebaseCoreDiagnostics (~> 8.0)
29+
- GoogleUtilities/Environment (~> 7.4)
30+
- GoogleUtilities/Logger (~> 7.4)
31+
- FirebaseCoreDiagnostics (8.0.0):
32+
- GoogleDataTransport (~> 9.0)
33+
- GoogleUtilities/Environment (~> 7.4)
34+
- GoogleUtilities/Logger (~> 7.4)
3535
- nanopb (~> 2.30908.0)
36-
- GoogleDataTransport (8.4.0):
36+
- GoogleDataTransport (9.0.0):
3737
- GoogleUtilities/Environment (~> 7.2)
3838
- nanopb (~> 2.30908.0)
3939
- PromisesObjC (~> 1.2)
@@ -91,12 +91,12 @@ EXTERNAL SOURCES:
9191
SPEC CHECKSUMS:
9292
FBSDKCoreKit: 0d1ae58388a458b8222f72025804cdc84eb5d0c3
9393
FBSDKLoginKit: aea68df6121c5e165ccae2fabfdc83c4644ee40f
94-
Firebase: 456eeacc158d8c58586b7871619a81bb9f27d4ae
95-
FirebaseAuth: e6a214cc897d2eab7635b1e5dd6b4298fd1e776b
96-
FirebaseAuthUI: cf4fd21f00fe02a5a11e546eaba43e692563c5f8
97-
FirebaseCore: c959e8a598f83125c01c1700d9161b236ab3833c
98-
FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
99-
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
94+
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
95+
FirebaseAuth: b8cd992fca5b53dc6eec09e873a3f375f000c5a1
96+
FirebaseAuthUI: a44ed5d5da7337fd1dfbd9ac4a32ac3217ea8f2c
97+
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
98+
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
99+
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c
100100
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
101101
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
102102
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96

FirebaseFirestoreUI/Podfile.lock

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -218,37 +218,39 @@ PODS:
218218
- BoringSSL-GRPC/Implementation (0.0.7):
219219
- BoringSSL-GRPC/Interface (= 0.0.7)
220220
- BoringSSL-GRPC/Interface (0.0.7)
221-
- Firebase/CoreOnly (7.0.0):
222-
- FirebaseCore (= 7.0.0)
223-
- Firebase/Firestore (7.0.0):
221+
- Firebase/CoreOnly (8.0.0):
222+
- FirebaseCore (= 8.0.0)
223+
- Firebase/Firestore (8.0.0):
224224
- Firebase/CoreOnly
225-
- FirebaseFirestore (~> 7.0.0)
226-
- FirebaseCore (7.0.0):
227-
- FirebaseCoreDiagnostics (~> 7.0)
228-
- GoogleUtilities/Environment (~> 7.0)
229-
- GoogleUtilities/Logger (~> 7.0)
230-
- FirebaseCoreDiagnostics (7.0.0):
231-
- GoogleDataTransport (~> 8.0)
232-
- GoogleUtilities/Environment (~> 7.0)
233-
- GoogleUtilities/Logger (~> 7.0)
234-
- nanopb (~> 2.30906.0)
235-
- FirebaseFirestore (7.0.0):
225+
- FirebaseFirestore (~> 8.0.0)
226+
- FirebaseCore (8.0.0):
227+
- FirebaseCoreDiagnostics (~> 8.0)
228+
- GoogleUtilities/Environment (~> 7.4)
229+
- GoogleUtilities/Logger (~> 7.4)
230+
- FirebaseCoreDiagnostics (8.0.0):
231+
- GoogleDataTransport (~> 9.0)
232+
- GoogleUtilities/Environment (~> 7.4)
233+
- GoogleUtilities/Logger (~> 7.4)
234+
- nanopb (~> 2.30908.0)
235+
- FirebaseFirestore (8.0.0):
236236
- abseil/algorithm (= 0.20200225.0)
237237
- abseil/base (= 0.20200225.0)
238238
- abseil/memory (= 0.20200225.0)
239239
- abseil/meta (= 0.20200225.0)
240240
- abseil/strings/strings (= 0.20200225.0)
241241
- abseil/time (= 0.20200225.0)
242242
- abseil/types (= 0.20200225.0)
243-
- FirebaseCore (~> 7.0)
243+
- FirebaseCore (~> 8.0)
244244
- "gRPC-C++ (~> 1.28.0)"
245245
- leveldb-library (~> 1.22)
246-
- nanopb (~> 2.30906.0)
247-
- GoogleDataTransport (8.0.0):
248-
- nanopb (~> 2.30906.0)
249-
- GoogleUtilities/Environment (7.0.0):
246+
- nanopb (~> 2.30908.0)
247+
- GoogleDataTransport (9.0.0):
248+
- GoogleUtilities/Environment (~> 7.2)
249+
- nanopb (~> 2.30908.0)
250250
- PromisesObjC (~> 1.2)
251-
- GoogleUtilities/Logger (7.0.0):
251+
- GoogleUtilities/Environment (7.4.1):
252+
- PromisesObjC (~> 1.2)
253+
- GoogleUtilities/Logger (7.4.1):
252254
- GoogleUtilities/Environment
253255
- "gRPC-C++ (1.28.2)":
254256
- "gRPC-C++/Implementation (= 1.28.2)"
@@ -274,13 +276,13 @@ PODS:
274276
- BoringSSL-GRPC (= 0.0.7)
275277
- gRPC-Core/Interface (= 1.28.2)
276278
- gRPC-Core/Interface (1.28.2)
277-
- leveldb-library (1.22)
278-
- nanopb (2.30906.0):
279-
- nanopb/decode (= 2.30906.0)
280-
- nanopb/encode (= 2.30906.0)
281-
- nanopb/decode (2.30906.0)
282-
- nanopb/encode (2.30906.0)
283-
- PromisesObjC (1.2.11)
279+
- leveldb-library (1.22.1)
280+
- nanopb (2.30908.0):
281+
- nanopb/decode (= 2.30908.0)
282+
- nanopb/encode (= 2.30908.0)
283+
- nanopb/decode (2.30908.0)
284+
- nanopb/encode (2.30908.0)
285+
- PromisesObjC (1.2.12)
284286

285287
DEPENDENCIES:
286288
- Firebase/Firestore
@@ -304,17 +306,17 @@ SPEC REPOS:
304306
SPEC CHECKSUMS:
305307
abseil: 6c8eb7892aefa08d929b39f9bb108e5367e3228f
306308
BoringSSL-GRPC: 8edf627ee524575e2f8d19d56f068b448eea3879
307-
Firebase: 50be68416f50eb4eb2ecb0e78acab9a051ef95df
308-
FirebaseCore: cf3122185fce1cf71cedbbc498ea84d2b3e7cb69
309-
FirebaseCoreDiagnostics: 5f4aa04fdb04923693cc704c7ef9158bdf41a48b
310-
FirebaseFirestore: 969dd448250bee681d0e2d0af89cbb76ef955bb0
311-
GoogleDataTransport: 6ce8004a961db1b905740d7be106c61ba7e89c21
312-
GoogleUtilities: ffb2f4159f2c897c6e8992bd7fbcdef8a300589c
309+
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
310+
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
311+
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
312+
FirebaseFirestore: 7f6576eaca9f821e864c3e917d68aa99f4e6b613
313+
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c
314+
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
313315
"gRPC-C++": 13d8ccef97d5c3c441b7e3c529ef28ebee86fad2
314316
gRPC-Core: 4afa11bfbedf7cdecd04de535a9e046893404ed5
315-
leveldb-library: 55d93ee664b4007aac644a782d11da33fba316f7
316-
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
317-
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
317+
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
318+
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
319+
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
318320

319321
PODFILE CHECKSUM: 20b4963d32642f4df1871cbfc1a9e7fc35dbd1d9
320322

FirebaseGoogleAuthUI/Podfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ PODS:
44
- AppAuth/ExternalUserAgent (= 1.4.0)
55
- AppAuth/Core (1.4.0)
66
- AppAuth/ExternalUserAgent (1.4.0)
7-
- Firebase/Auth (7.2.0):
7+
- Firebase/Auth (8.0.0):
88
- Firebase/CoreOnly
9-
- FirebaseAuth (~> 7.2.0)
10-
- Firebase/CoreOnly (7.2.0):
11-
- FirebaseCore (= 7.2.0)
12-
- FirebaseAuth (7.2.0):
13-
- FirebaseCore (~> 7.0)
14-
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
15-
- GoogleUtilities/Environment (~> 7.0)
16-
- GTMSessionFetcher/Core (~> 1.4)
9+
- FirebaseAuth (~> 8.0.0)
10+
- Firebase/CoreOnly (8.0.0):
11+
- FirebaseCore (= 8.0.0)
12+
- FirebaseAuth (8.0.0):
13+
- FirebaseCore (~> 8.0)
14+
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
15+
- GoogleUtilities/Environment (~> 7.4)
16+
- GTMSessionFetcher/Core (~> 1.5)
1717
- FirebaseAuthUI (11.0.0):
18-
- Firebase/Auth (~> 7.2.0)
18+
- Firebase/Auth (~> 8.0)
1919
- FirebaseAuth
2020
- FirebaseCore
2121
- GoogleUtilities/UserDefaults
22-
- FirebaseCore (7.2.0):
23-
- FirebaseCoreDiagnostics (~> 7.0)
24-
- GoogleUtilities/Environment (~> 7.0)
25-
- GoogleUtilities/Logger (~> 7.0)
26-
- FirebaseCoreDiagnostics (7.11.0):
27-
- GoogleDataTransport (~> 8.4)
28-
- GoogleUtilities/Environment (~> 7.0)
29-
- GoogleUtilities/Logger (~> 7.0)
22+
- FirebaseCore (8.0.0):
23+
- FirebaseCoreDiagnostics (~> 8.0)
24+
- GoogleUtilities/Environment (~> 7.4)
25+
- GoogleUtilities/Logger (~> 7.4)
26+
- FirebaseCoreDiagnostics (8.0.0):
27+
- GoogleDataTransport (~> 9.0)
28+
- GoogleUtilities/Environment (~> 7.4)
29+
- GoogleUtilities/Logger (~> 7.4)
3030
- nanopb (~> 2.30908.0)
31-
- GoogleDataTransport (8.4.0):
31+
- GoogleDataTransport (9.0.0):
3232
- GoogleUtilities/Environment (~> 7.2)
3333
- nanopb (~> 2.30908.0)
3434
- PromisesObjC (~> 1.2)
@@ -92,12 +92,12 @@ EXTERNAL SOURCES:
9292

9393
SPEC CHECKSUMS:
9494
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
95-
Firebase: 456eeacc158d8c58586b7871619a81bb9f27d4ae
96-
FirebaseAuth: e6a214cc897d2eab7635b1e5dd6b4298fd1e776b
97-
FirebaseAuthUI: cf4fd21f00fe02a5a11e546eaba43e692563c5f8
98-
FirebaseCore: c959e8a598f83125c01c1700d9161b236ab3833c
99-
FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
100-
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
95+
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
96+
FirebaseAuth: b8cd992fca5b53dc6eec09e873a3f375f000c5a1
97+
FirebaseAuthUI: a44ed5d5da7337fd1dfbd9ac4a32ac3217ea8f2c
98+
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
99+
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
100+
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c
101101
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
102102
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
103103
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89

0 commit comments

Comments
 (0)