mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
[tests][ios] update Firebase pods to ~>5.11.0
This commit is contained in:
@@ -22,18 +22,18 @@ target 'testing' do
|
||||
'RCTWebSocket',
|
||||
]
|
||||
|
||||
pod 'Firebase/AdMob', '~> 5.10.0'
|
||||
pod 'Firebase/Auth', '~> 5.10.0'
|
||||
pod 'Firebase/Core', '~> 5.10.0'
|
||||
pod 'Firebase/Database', '~> 5.10.0'
|
||||
pod 'Firebase/Functions', '~> 5.10.0'
|
||||
pod 'Firebase/DynamicLinks', '~> 5.10.0'
|
||||
pod 'Firebase/Firestore', '~> 5.10.0'
|
||||
pod 'Firebase/Invites', '~> 5.10.0'
|
||||
pod 'Firebase/Messaging', '~> 5.10.0'
|
||||
pod 'Firebase/RemoteConfig', '~> 5.10.0'
|
||||
pod 'Firebase/Storage', '~> 5.10.0'
|
||||
pod 'Firebase/Performance', '~> 5.10.0'
|
||||
pod 'Firebase/AdMob', '~> 5.11.0'
|
||||
pod 'Firebase/Auth', '~> 5.11.0'
|
||||
pod 'Firebase/Core', '~> 5.11.0'
|
||||
pod 'Firebase/Database', '~> 5.11.0'
|
||||
pod 'Firebase/Functions', '~> 5.11.0'
|
||||
pod 'Firebase/DynamicLinks', '~> 5.11.0'
|
||||
pod 'Firebase/Firestore', '~> 5.11.0'
|
||||
pod 'Firebase/Invites', '~> 5.11.0'
|
||||
pod 'Firebase/Messaging', '~> 5.11.0'
|
||||
pod 'Firebase/RemoteConfig', '~> 5.11.0'
|
||||
pod 'Firebase/Storage', '~> 5.11.0'
|
||||
pod 'Firebase/Performance', '~> 5.11.0'
|
||||
pod 'Fabric', '~> 1.7.11'
|
||||
pod 'Crashlytics', '~> 3.10.7'
|
||||
|
||||
|
||||
@@ -8,82 +8,82 @@ PODS:
|
||||
- Crashlytics (3.10.9):
|
||||
- Fabric (~> 1.7.13)
|
||||
- Fabric (1.7.13)
|
||||
- Firebase/AdMob (5.10.0):
|
||||
- Firebase/AdMob (5.11.0):
|
||||
- Firebase/Core
|
||||
- Google-Mobile-Ads-SDK (~> 7.34)
|
||||
- Firebase/Auth (5.10.0):
|
||||
- Google-Mobile-Ads-SDK (~> 7.35)
|
||||
- Firebase/Auth (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseAuth (= 5.0.4)
|
||||
- Firebase/Core (5.10.0):
|
||||
- Firebase/Core (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseAnalytics (= 5.2.0)
|
||||
- Firebase/CoreOnly (5.10.0):
|
||||
- FirebaseCore (= 5.1.5)
|
||||
- Firebase/Database (5.10.0):
|
||||
- FirebaseAnalytics (= 5.3.0)
|
||||
- Firebase/CoreOnly (5.11.0):
|
||||
- FirebaseCore (= 5.1.6)
|
||||
- Firebase/Database (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseDatabase (= 5.0.3)
|
||||
- Firebase/DynamicLinks (5.10.0):
|
||||
- Firebase/DynamicLinks (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseDynamicLinks (= 3.1.0)
|
||||
- Firebase/Firestore (5.10.0):
|
||||
- FirebaseDynamicLinks (= 3.1.1)
|
||||
- Firebase/Firestore (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseFirestore (= 0.13.5)
|
||||
- Firebase/Functions (5.10.0):
|
||||
- FirebaseFirestore (= 0.13.6)
|
||||
- Firebase/Functions (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseFunctions (= 2.1.1)
|
||||
- Firebase/Invites (5.10.0):
|
||||
- Firebase/Invites (5.11.0):
|
||||
- Firebase/Core
|
||||
- FirebaseInvites (= 3.0.1)
|
||||
- Firebase/Messaging (5.10.0):
|
||||
- Firebase/Messaging (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseMessaging (= 3.2.0)
|
||||
- Firebase/Performance (5.10.0):
|
||||
- FirebaseMessaging (= 3.2.1)
|
||||
- Firebase/Performance (5.11.0):
|
||||
- Firebase/Core
|
||||
- FirebasePerformance (= 2.1.2)
|
||||
- Firebase/RemoteConfig (5.10.0):
|
||||
- FirebasePerformance (= 2.2.0)
|
||||
- Firebase/RemoteConfig (5.11.0):
|
||||
- Firebase/Core
|
||||
- FirebaseRemoteConfig (= 3.0.2)
|
||||
- Firebase/Storage (5.10.0):
|
||||
- FirebaseRemoteConfig (= 3.1.0)
|
||||
- Firebase/Storage (5.11.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseStorage (= 3.0.2)
|
||||
- FirebaseABTesting (2.0.0):
|
||||
- FirebaseCore (~> 5.0)
|
||||
- Protobuf (~> 3.5)
|
||||
- FirebaseAnalytics (5.2.0):
|
||||
- FirebaseAnalytics (5.3.0):
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseInstanceID (~> 3.2)
|
||||
- GoogleAppMeasurement (~> 5.2)
|
||||
- FirebaseInstanceID (~> 3.3)
|
||||
- GoogleAppMeasurement (~> 5.3)
|
||||
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
|
||||
- GoogleUtilities/MethodSwizzler (~> 5.2)
|
||||
- GoogleUtilities/Network (~> 5.2)
|
||||
- "GoogleUtilities/NSData+zlib (~> 5.2)"
|
||||
- nanopb (~> 0.3)
|
||||
- FirebaseAnalyticsInterop (1.0.0)
|
||||
- FirebaseAnalyticsInterop (1.1.0)
|
||||
- FirebaseAuth (5.0.4):
|
||||
- FirebaseAuthInterop (~> 1.0)
|
||||
- FirebaseCore (~> 5.0)
|
||||
- GoogleUtilities/Environment (~> 5.2)
|
||||
- GTMSessionFetcher/Core (~> 1.1)
|
||||
- FirebaseAuthInterop (1.0.0)
|
||||
- FirebaseCore (5.1.5):
|
||||
- FirebaseCore (5.1.6):
|
||||
- GoogleUtilities/Logger (~> 5.2)
|
||||
- FirebaseDatabase (5.0.3):
|
||||
- FirebaseCore (~> 5.0)
|
||||
- leveldb-library (~> 1.18)
|
||||
- FirebaseDynamicLinks (3.1.0):
|
||||
- FirebaseDynamicLinks (3.1.1):
|
||||
- FirebaseAnalytics (~> 5.1)
|
||||
- FirebaseAnalyticsInterop (~> 1.0)
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseFirestore (0.13.5):
|
||||
- FirebaseFirestore (0.13.6):
|
||||
- FirebaseAuthInterop (~> 1.0)
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseFirestore/abseil-cpp (= 0.13.5)
|
||||
- FirebaseFirestore/abseil-cpp (= 0.13.6)
|
||||
- "gRPC-C++ (~> 0.0.3)"
|
||||
- gRPC-ProtoRPC (~> 1.0)
|
||||
- leveldb-library (~> 1.20)
|
||||
- nanopb (~> 0.3.8)
|
||||
- Protobuf (~> 3.1)
|
||||
- FirebaseFirestore/abseil-cpp (0.13.5):
|
||||
- FirebaseFirestore/abseil-cpp (0.13.6):
|
||||
- FirebaseAuthInterop (~> 1.0)
|
||||
- FirebaseCore (~> 5.1)
|
||||
- "gRPC-C++ (~> 0.0.3)"
|
||||
@@ -94,7 +94,7 @@ PODS:
|
||||
- FirebaseFunctions (2.1.1):
|
||||
- FirebaseCore (~> 5.0)
|
||||
- GTMSessionFetcher/Core (~> 1.1)
|
||||
- FirebaseInstanceID (3.2.2):
|
||||
- FirebaseInstanceID (3.3.0):
|
||||
- FirebaseCore (~> 5.1)
|
||||
- GoogleUtilities/Environment (~> 5.3)
|
||||
- GoogleUtilities/UserDefaults (~> 5.3)
|
||||
@@ -112,26 +112,28 @@ PODS:
|
||||
- GTMSessionFetcher/Core (~> 1.1)
|
||||
- GTMSessionFetcher/Full (~> 1.1)
|
||||
- Protobuf (~> 3.5)
|
||||
- FirebaseMessaging (3.2.0):
|
||||
- FirebaseCore (~> 5.0)
|
||||
- FirebaseMessaging (3.2.1):
|
||||
- FirebaseAnalyticsInterop (~> 1.1)
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseInstanceID (~> 3.0)
|
||||
- GoogleUtilities/Environment (~> 5.2)
|
||||
- GoogleUtilities/Reachability (~> 5.2)
|
||||
- Protobuf (~> 3.1)
|
||||
- FirebasePerformance (2.1.2):
|
||||
- FirebaseAnalytics (~> 5.1)
|
||||
- FirebaseInstanceID (~> 3.2)
|
||||
- FirebasePerformance (2.2.0):
|
||||
- FirebaseAnalytics (~> 5.3)
|
||||
- FirebaseInstanceID (~> 3.3)
|
||||
- FirebaseRemoteConfig (~> 3.1)
|
||||
- GoogleToolboxForMac/Logger (~> 2.1)
|
||||
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
|
||||
- GoogleUtilities/ISASwizzler (~> 5.2)
|
||||
- GoogleUtilities/MethodSwizzler (~> 5.2)
|
||||
- GTMSessionFetcher/Core (~> 1.1)
|
||||
- Protobuf (~> 3.5)
|
||||
- FirebaseRemoteConfig (3.0.2):
|
||||
- FirebaseRemoteConfig (3.1.0):
|
||||
- FirebaseABTesting (~> 2.0)
|
||||
- FirebaseAnalytics (~> 5.2)
|
||||
- FirebaseCore (= 5.1.5)
|
||||
- FirebaseInstanceID (~> 3.2)
|
||||
- FirebaseAnalytics (~> 5.3)
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseInstanceID (~> 3.3)
|
||||
- GoogleUtilities/Environment (~> 5.2)
|
||||
- "GoogleUtilities/NSData+zlib (~> 5.2)"
|
||||
- Protobuf (~> 3.5)
|
||||
@@ -139,13 +141,13 @@ PODS:
|
||||
- FirebaseAuthInterop (~> 1.0)
|
||||
- FirebaseCore (~> 5.0)
|
||||
- GTMSessionFetcher/Core (~> 1.1)
|
||||
- Google-Mobile-Ads-SDK (7.34.0)
|
||||
- Google-Mobile-Ads-SDK (7.35.1)
|
||||
- GoogleAPIClientForREST (1.3.6):
|
||||
- GoogleAPIClientForREST/Core (= 1.3.6)
|
||||
- GTMSessionFetcher (>= 1.1.7)
|
||||
- GoogleAPIClientForREST/Core (1.3.6):
|
||||
- GTMSessionFetcher (>= 1.1.7)
|
||||
- GoogleAppMeasurement (5.2.0):
|
||||
- GoogleAppMeasurement (5.3.0):
|
||||
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
|
||||
- GoogleUtilities/MethodSwizzler (~> 5.2)
|
||||
- GoogleUtilities/Network (~> 5.2)
|
||||
@@ -177,24 +179,24 @@ PODS:
|
||||
- GoogleToolboxForMac/Defines (= 2.1.4)
|
||||
- "GoogleToolboxForMac/NSDictionary+URLArguments (= 2.1.4)"
|
||||
- "GoogleToolboxForMac/NSString+URLArguments (= 2.1.4)"
|
||||
- GoogleUtilities/AppDelegateSwizzler (5.3.2):
|
||||
- GoogleUtilities/AppDelegateSwizzler (5.3.4):
|
||||
- GoogleUtilities/Environment
|
||||
- GoogleUtilities/Logger
|
||||
- GoogleUtilities/Network
|
||||
- GoogleUtilities/Environment (5.3.2)
|
||||
- GoogleUtilities/ISASwizzler (5.3.2)
|
||||
- GoogleUtilities/Logger (5.3.2):
|
||||
- GoogleUtilities/Environment (5.3.4)
|
||||
- GoogleUtilities/ISASwizzler (5.3.4)
|
||||
- GoogleUtilities/Logger (5.3.4):
|
||||
- GoogleUtilities/Environment
|
||||
- GoogleUtilities/MethodSwizzler (5.3.2):
|
||||
- GoogleUtilities/MethodSwizzler (5.3.4):
|
||||
- GoogleUtilities/Logger
|
||||
- GoogleUtilities/Network (5.3.2):
|
||||
- GoogleUtilities/Network (5.3.4):
|
||||
- GoogleUtilities/Logger
|
||||
- "GoogleUtilities/NSData+zlib"
|
||||
- GoogleUtilities/Reachability
|
||||
- "GoogleUtilities/NSData+zlib (5.3.2)"
|
||||
- GoogleUtilities/Reachability (5.3.2):
|
||||
- "GoogleUtilities/NSData+zlib (5.3.4)"
|
||||
- GoogleUtilities/Reachability (5.3.4):
|
||||
- GoogleUtilities/Logger
|
||||
- GoogleUtilities/UserDefaults (5.3.2):
|
||||
- GoogleUtilities/UserDefaults (5.3.4):
|
||||
- GoogleUtilities/Logger
|
||||
- gRPC (1.14.0):
|
||||
- gRPC-RxLibrary (= 1.14.0)
|
||||
@@ -233,11 +235,11 @@ PODS:
|
||||
- GTMSessionFetcher/Full (1.2.0):
|
||||
- GTMSessionFetcher/Core (= 1.2.0)
|
||||
- leveldb-library (1.20)
|
||||
- nanopb (0.3.8):
|
||||
- nanopb/decode (= 0.3.8)
|
||||
- nanopb/encode (= 0.3.8)
|
||||
- nanopb/decode (0.3.8)
|
||||
- nanopb/encode (0.3.8)
|
||||
- nanopb (0.3.901):
|
||||
- nanopb/decode (= 0.3.901)
|
||||
- nanopb/encode (= 0.3.901)
|
||||
- nanopb/decode (0.3.901)
|
||||
- nanopb/encode (0.3.901)
|
||||
- Protobuf (3.6.1)
|
||||
- React (0.57.1):
|
||||
- React/Core (= 0.57.1)
|
||||
@@ -254,7 +256,7 @@ PODS:
|
||||
- React/Core
|
||||
- React/fishhook
|
||||
- React/RCTBlob
|
||||
- RNFirebase (5.1.0-rc1):
|
||||
- RNFirebase (5.1.0-rc2):
|
||||
- Firebase/Core
|
||||
- React
|
||||
- yoga (0.57.1.React)
|
||||
@@ -262,18 +264,18 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- Crashlytics (~> 3.10.7)
|
||||
- Fabric (~> 1.7.11)
|
||||
- Firebase/AdMob (~> 5.10.0)
|
||||
- Firebase/Auth (~> 5.10.0)
|
||||
- Firebase/Core (~> 5.10.0)
|
||||
- Firebase/Database (~> 5.10.0)
|
||||
- Firebase/DynamicLinks (~> 5.10.0)
|
||||
- Firebase/Firestore (~> 5.10.0)
|
||||
- Firebase/Functions (~> 5.10.0)
|
||||
- Firebase/Invites (~> 5.10.0)
|
||||
- Firebase/Messaging (~> 5.10.0)
|
||||
- Firebase/Performance (~> 5.10.0)
|
||||
- Firebase/RemoteConfig (~> 5.10.0)
|
||||
- Firebase/Storage (~> 5.10.0)
|
||||
- Firebase/AdMob (~> 5.11.0)
|
||||
- Firebase/Auth (~> 5.11.0)
|
||||
- Firebase/Core (~> 5.11.0)
|
||||
- Firebase/Database (~> 5.11.0)
|
||||
- Firebase/DynamicLinks (~> 5.11.0)
|
||||
- Firebase/Firestore (~> 5.11.0)
|
||||
- Firebase/Functions (~> 5.11.0)
|
||||
- Firebase/Invites (~> 5.11.0)
|
||||
- Firebase/Messaging (~> 5.11.0)
|
||||
- Firebase/Performance (~> 5.11.0)
|
||||
- Firebase/RemoteConfig (~> 5.11.0)
|
||||
- Firebase/Storage (~> 5.11.0)
|
||||
- React/Core (from `../node_modules/react-native`)
|
||||
- React/RCTNetwork (from `../node_modules/react-native`)
|
||||
- React/RCTText (from `../node_modules/react-native`)
|
||||
@@ -325,7 +327,7 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/react-native"
|
||||
RNFirebase:
|
||||
:path: "../../ios/RNFirebase.podspec"
|
||||
:version: "~> 5.1.0-rc1"
|
||||
:version: "~> 5.1.0-rc2"
|
||||
yoga:
|
||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||
|
||||
@@ -333,29 +335,29 @@ SPEC CHECKSUMS:
|
||||
BoringSSL: e10f92a27043805c01071fe815a5cd98ae8212e7
|
||||
Crashlytics: 55e24fc23989680285a21cb1146578d9d18e432c
|
||||
Fabric: 25d0963b691fc97be566392243ff0ecef5a68338
|
||||
Firebase: 6691d47562a780c26281ce8464518faafc90c610
|
||||
Firebase: b48f9e653da971ecce5b8c749684bc8bb2d26bd3
|
||||
FirebaseABTesting: 1f50b8d50f5e3469eea54e7463a7b7fe221d1f5e
|
||||
FirebaseAnalytics: 831f1f127f4a75698e9875a87bf7e2668730d953
|
||||
FirebaseAnalyticsInterop: 31b00d2a916918327308b2dff47251eb96f9e4ad
|
||||
FirebaseAnalytics: 63202d2665de4e6adcbdce189135255d8b5962ba
|
||||
FirebaseAnalyticsInterop: e5f21be9af6548372e2f0815834ff909bff395a2
|
||||
FirebaseAuth: 504b198ceb3472dca5c65bb95544ea44cfc9439e
|
||||
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
|
||||
FirebaseCore: c6079de64c1a87000e52e9b408dddcadc901177f
|
||||
FirebaseCore: d16552f06821489ce1affe2e5e3e5593402ddfe3
|
||||
FirebaseDatabase: e2bcbc106adc4b11a2da3ec2eb63c0c4a44f2f54
|
||||
FirebaseDynamicLinks: 33f349103fa71d463688b7671e6a60e00ac6a5af
|
||||
FirebaseFirestore: 45a9a3045a2dc27f23c13bf832556fe287fbe1b5
|
||||
FirebaseDynamicLinks: 000130a3fc3d81ac7322731b895009f3199ef584
|
||||
FirebaseFirestore: 162502df850b584126c609f3449acfb7230d8c1a
|
||||
FirebaseFunctions: 6c03d7c5d62520be4678dc3fb7957654aab82b4f
|
||||
FirebaseInstanceID: 78ba376fcd5b94c001f9999b2cbd3d1f1e56e78d
|
||||
FirebaseInstanceID: e2fa4cb35ef5558c200f7f0ad8a53e212215f93e
|
||||
FirebaseInvites: da663c2436b88c2f56d13f38ea71e9055dc4c53d
|
||||
FirebaseMessaging: 000b32447b461b34b6b912b23ec11be20b503b5b
|
||||
FirebasePerformance: 65f7eb943ef3cc118899f945065ff9fa2d924e52
|
||||
FirebaseRemoteConfig: 2e3c434293906cdf9710ac593f87a75214c140a0
|
||||
FirebaseMessaging: 0f14a264b0d7f867e8eff5d3556bc5d0d4e57888
|
||||
FirebasePerformance: 4adfe91a2c696bc43429822ad0e4aa8753b283b4
|
||||
FirebaseRemoteConfig: 7e11c65f0769c09bff6947997c209515058c5318
|
||||
FirebaseStorage: fd82e5e5c474897e19972b34b22ac0f589dce04e
|
||||
Google-Mobile-Ads-SDK: a1cbce28c0c78ca1fb0b6c4f213485f55527c99f
|
||||
Google-Mobile-Ads-SDK: 151d5e87b4a0ae6d7d07e2cd8d55d1b41ea2e61e
|
||||
GoogleAPIClientForREST: 5b95b38a0fa912e8ac7bdcf9e124578ef1a61bf2
|
||||
GoogleAppMeasurement: 2b3a023a61239c8d002e6e4fcf4abce8eddce0e0
|
||||
GoogleAppMeasurement: 5029d78f2b438bd30ffb44e6c558b57c21622727
|
||||
GoogleSignIn: 11183592dc63e105475c7305a325045ff95e02b7
|
||||
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
|
||||
GoogleUtilities: 82f04aeff8426309dbdbc75f6c8accd1e584a5da
|
||||
GoogleUtilities: abb092d2c12e817fa3e0e7b274987dd72fb86ec3
|
||||
gRPC: 9d4c549f37c7cef22478634bac7a0405b6e3dbfb
|
||||
"gRPC-C++": ee0b01db3122f0b6c2be28b5b11039f62fa15fe6
|
||||
gRPC-Core: f4836515817c0eb479aeeb9cc27c91c4ba62a9f6
|
||||
@@ -364,12 +366,12 @@ SPEC CHECKSUMS:
|
||||
GTMOAuth2: c77fe325e4acd453837e72d91e3b5f13116857b2
|
||||
GTMSessionFetcher: 0c4baf0a73acd0041bf9f71ea018deedab5ea84e
|
||||
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
|
||||
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
|
||||
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
|
||||
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
|
||||
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
|
||||
RNFirebase: 2b25fd2e60269f26bb0a76c71dcc942b35a77df0
|
||||
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
|
||||
|
||||
PODFILE CHECKSUM: b3e89aafaa8f821f9d819c4b1468f8bbd0616131
|
||||
PODFILE CHECKSUM: d219a67a398d8e5ad35cbde6834206b0401163ba
|
||||
|
||||
COCOAPODS: 1.5.3
|
||||
|
||||
Reference in New Issue
Block a user