Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuthUI\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
);
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -516,6 +517,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAuthUI\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
);
OTHER_LDFLAGS = (
Expand Down
20 changes: 12 additions & 8 deletions FirebaseAnonymousAuthUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
PODS:
- FirebaseAppCheckInterop (10.13.0)
- FirebaseAuth (10.13.0):
- FirebaseAppCheckInterop (10.14.0)
- FirebaseAuth (10.14.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- RecaptchaInterop (~> 100.0)
- FirebaseAuthUI (13.0.0):
- FirebaseAuth (< 11.0, >= 8.0)
- FirebaseCore
- FirebaseCore (10.13.0):
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.13.0):
- FirebaseCoreInternal (10.14.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/Environment
Expand All @@ -33,6 +34,7 @@ PODS:
- GTMSessionFetcher/Core (3.1.1)
- OCMock (3.9.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

DEPENDENCIES:
- FirebaseAuthUI (from `../`)
Expand All @@ -48,21 +50,23 @@ SPEC REPOS:
- GTMSessionFetcher
- OCMock
- PromisesObjC
- RecaptchaInterop

EXTERNAL SOURCES:
FirebaseAuthUI:
:path: "../"

SPEC CHECKSUMS:
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
FirebaseAuth: dbc8986dc6a9a8de0c3205f171a3e901d8163d0a
FirebaseAppCheckInterop: c87f1d5421c852413dd936b2b2340b21e62501a0
FirebaseAuth: bd1ae3d28beb83bfe9247e50eb82688b683dd770
FirebaseAuthUI: 870e22bebf5d9844cab1ded173c68e06041f90c8
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

PODFILE CHECKSUM: 3e25ee7154dc0c5365201704ac305f357c44eca0

Expand Down
4 changes: 3 additions & 1 deletion FirebaseAuthUI/FirebaseAuthUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -975,6 +975,7 @@
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC",
"${PODS_CONFIGURATION_BUILD_DIR}/nanopb",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FirebaseAuthUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1000,6 +1001,7 @@
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC",
"${PODS_CONFIGURATION_BUILD_DIR}/nanopb",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FirebaseAuthUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
30 changes: 17 additions & 13 deletions FirebaseAuthUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
PODS:
- Firebase/Auth (10.13.0):
- Firebase/Auth (10.14.0):
- Firebase/CoreOnly
- FirebaseAuth (~> 10.13.0)
- Firebase/CoreOnly (10.13.0):
- FirebaseCore (= 10.13.0)
- FirebaseAppCheckInterop (10.13.0)
- FirebaseAuth (10.13.0):
- FirebaseAuth (~> 10.14.0)
- Firebase/CoreOnly (10.14.0):
- FirebaseCore (= 10.14.0)
- FirebaseAppCheckInterop (10.14.0)
- FirebaseAuth (10.14.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- FirebaseCore (10.13.0):
- RecaptchaInterop (~> 100.0)
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.13.0):
- FirebaseCoreInternal (10.14.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/Environment
Expand All @@ -35,6 +36,7 @@ PODS:
- GTMSessionFetcher/Core (3.1.1)
- OCMock (3.9.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

DEPENDENCIES:
- Firebase/Auth
Expand All @@ -51,17 +53,19 @@ SPEC REPOS:
- GTMSessionFetcher
- OCMock
- PromisesObjC
- RecaptchaInterop

SPEC CHECKSUMS:
Firebase: 343d7539befb614d22b2eae24759f6307b1175e9
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
FirebaseAuth: dbc8986dc6a9a8de0c3205f171a3e901d8163d0a
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
Firebase: 6c1bf3f534bc422d52af2e41fe0d50bf08b6b773
FirebaseAppCheckInterop: c87f1d5421c852413dd936b2b2340b21e62501a0
FirebaseAuth: bd1ae3d28beb83bfe9247e50eb82688b683dd770
FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

PODFILE CHECKSUM: 439bfd92d1dc94ceb0aa45cfe0207e34148fd9f7

Expand Down
22 changes: 11 additions & 11 deletions FirebaseDatabaseUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Firebase/CoreOnly (10.13.0):
- FirebaseCore (= 10.13.0)
- Firebase/Database (10.13.0):
- Firebase/CoreOnly (10.14.0):
- FirebaseCore (= 10.14.0)
- Firebase/Database (10.14.0):
- Firebase/CoreOnly
- FirebaseDatabase (~> 10.13.0)
- FirebaseCore (10.13.0):
- FirebaseDatabase (~> 10.14.0)
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.13.0):
- FirebaseCoreInternal (10.14.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseDatabase (10.13.0):
- FirebaseDatabase (10.14.0):
- FirebaseCore (~> 10.0)
- leveldb-library (~> 1.22)
- GoogleUtilities/Environment (7.11.5):
Expand All @@ -35,10 +35,10 @@ SPEC REPOS:
- PromisesObjC

SPEC CHECKSUMS:
Firebase: 343d7539befb614d22b2eae24759f6307b1175e9
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
FirebaseDatabase: 7e34876e30ea3eb0cf42c64d171a6c48f73a4606
Firebase: 6c1bf3f534bc422d52af2e41fe0d50bf08b6b773
FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
FirebaseDatabase: fa6f8e2747c3f168e6996a5fca6daf5c11ebd11b
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
leveldb-library: f03246171cce0484482ec291f88b6d563699ee06
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
"$(PODS_CONFIGURATION_BUILD_DIR)/FirebaseAuthUI",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FirebaseEmailAuthUITests;
Expand Down Expand Up @@ -575,6 +576,7 @@
"$(PODS_CONFIGURATION_BUILD_DIR)/FirebaseAuthUI",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FirebaseEmailAuthUITests;
Expand Down
20 changes: 12 additions & 8 deletions FirebaseEmailAuthUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
PODS:
- FirebaseAppCheckInterop (10.13.0)
- FirebaseAuth (10.13.0):
- FirebaseAppCheckInterop (10.14.0)
- FirebaseAuth (10.14.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- RecaptchaInterop (~> 100.0)
- FirebaseAuthUI (13.0.0):
- FirebaseAuth (< 11.0, >= 8.0)
- FirebaseCore
- FirebaseCore (10.13.0):
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.13.0):
- FirebaseCoreInternal (10.14.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/Environment
Expand All @@ -35,6 +36,7 @@ PODS:
- GTMSessionFetcher/Core (3.1.1)
- OCMock (3.9.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

DEPENDENCIES:
- FirebaseAuthUI (from `../`)
Expand All @@ -51,21 +53,23 @@ SPEC REPOS:
- GTMSessionFetcher
- OCMock
- PromisesObjC
- RecaptchaInterop

EXTERNAL SOURCES:
FirebaseAuthUI:
:path: "../"

SPEC CHECKSUMS:
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
FirebaseAuth: dbc8986dc6a9a8de0c3205f171a3e901d8163d0a
FirebaseAppCheckInterop: c87f1d5421c852413dd936b2b2340b21e62501a0
FirebaseAuth: bd1ae3d28beb83bfe9247e50eb82688b683dd770
FirebaseAuthUI: 870e22bebf5d9844cab1ded173c68e06041f90c8
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

PODFILE CHECKSUM: daac0e6d4f0451fad8957c55e05ee3bb6cb00aa5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/XCFrameworkIntermediates/FBSDKCoreKit_Basics\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/XCFrameworkIntermediates/FBSDKLoginKit\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -850,6 +851,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/XCFrameworkIntermediates/FBSDKCoreKit_Basics\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/XCFrameworkIntermediates/FBSDKLoginKit\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAppCheckInterop\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/RecaptchaInterop\"",
);
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
20 changes: 12 additions & 8 deletions FirebaseFacebookAuthUI/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ PODS:
- FBSDKCoreKit_Basics (15.1.0)
- FBSDKLoginKit (15.1.0):
- FBSDKCoreKit (= 15.1.0)
- FirebaseAppCheckInterop (10.13.0)
- FirebaseAuth (10.13.0):
- FirebaseAppCheckInterop (10.14.0)
- FirebaseAuth (10.14.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- RecaptchaInterop (~> 100.0)
- FirebaseAuthUI (13.0.0):
- FirebaseAuth (< 11.0, >= 8.0)
- FirebaseCore
- FirebaseCore (10.13.0):
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.13.0):
- FirebaseCoreInternal (10.14.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/Environment
Expand All @@ -41,6 +42,7 @@ PODS:
- GTMSessionFetcher/Core (3.1.1)
- OCMock (3.9.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

DEPENDENCIES:
- FBSDKCoreKit
Expand All @@ -62,6 +64,7 @@ SPEC REPOS:
- GTMSessionFetcher
- OCMock
- PromisesObjC
- RecaptchaInterop

EXTERNAL SOURCES:
FirebaseAuthUI:
Expand All @@ -72,15 +75,16 @@ SPEC CHECKSUMS:
FBSDKCoreKit: 7542746fc63a2a38dd6a865eeb54268341f37b83
FBSDKCoreKit_Basics: 92d6b26c0bed30ab09bbdd96dccaa26e6c9978d1
FBSDKLoginKit: 4e275d30cf90e92bdf3a7c82857a8642abf23037
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
FirebaseAuth: dbc8986dc6a9a8de0c3205f171a3e901d8163d0a
FirebaseAppCheckInterop: c87f1d5421c852413dd936b2b2340b21e62501a0
FirebaseAuth: bd1ae3d28beb83bfe9247e50eb82688b683dd770
FirebaseAuthUI: 870e22bebf5d9844cab1ded173c68e06041f90c8
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

PODFILE CHECKSUM: 9df48341b04c970a1bc368a64500510457c006a9

Expand Down
Loading