Skip to content

Commit 1fadb3d

Browse files
committed
Fix tests
1 parent 4ad4f9a commit 1fadb3d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

AnonymousAuth/FirebaseAnonymousAuthUI.xcodeproj/project.pbxproj

Lines changed: 7 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 */
@@ -453,8 +453,11 @@
453453
"\"${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher\"",
454454
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities\"",
455455
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
456+
"\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
457+
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
456458
);
457459
OTHER_LDFLAGS = (
460+
"$(inherited)",
458461
"-ObjC",
459462
"-framework",
460463
"\"GTMSessionFetcher\"",
@@ -484,8 +487,11 @@
484487
"\"${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher\"",
485488
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities\"",
486489
"\"${PODS_CONFIGURATION_BUILD_DIR}/OCMock\"",
490+
"\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
491+
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
487492
);
488493
OTHER_LDFLAGS = (
494+
"$(inherited)",
489495
"-ObjC",
490496
"-framework",
491497
"\"GTMSessionFetcher\"",

AnonymousAuth/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ PODS:
1818
- GoogleUtilities/Environment (~> 6.5)
1919
- GoogleUtilities/Logger (~> 6.5)
2020
- nanopb (~> 1.30905.0)
21-
- FirebaseUI/Auth (8.4.2):
22-
- Firebase/Auth (~> 6.0)
21+
- FirebaseUI/Auth (9.0.0):
22+
- Firebase/Auth
2323
- GoogleUtilities/UserDefaults
2424
- GoogleDataTransport (6.2.1)
2525
- GoogleDataTransportCCTSupport (3.2.0):
@@ -79,7 +79,7 @@ SPEC CHECKSUMS:
7979
FirebaseAuth: b85c064e0ac60f82486728d50a4803f235687302
8080
FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085
8181
FirebaseCoreDiagnostics: 4505e4d4009b1d93f605088ee7d7764d5f0d1c84
82-
FirebaseUI: 65c06dd1576bdd2e39972533ba12ad21036c3543
82+
FirebaseUI: ad6328371d2bb285ab5be9574ba189148f4f7deb
8383
GoogleDataTransport: 9a8a16f79feffc7f42096743de2a7c4815e84020
8484
GoogleDataTransportCCTSupport: 489c1265d2c85b68187a83a911913d190012158d
8585
GoogleUtilities: 39530bc0ad980530298e9c4af8549e991fd033b1
@@ -88,6 +88,6 @@ SPEC CHECKSUMS:
8888
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
8989
PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75
9090

91-
PODFILE CHECKSUM: dd5f618b7b3efad7d3eb9d842878ab03d443c8d4
91+
PODFILE CHECKSUM: e679f15af71e712ea96ab9e68365925a810caaf8
9292

9393
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)