Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Firebase to 7.7.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Lobster.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.static_framework = true

spec.dependency 'Firebase/RemoteConfig', '~> 6.29'
spec.dependency 'FirebaseRemoteConfig', '~> 7.7.0'

spec.default_subspecs = 'Core'

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inhibit_all_warnings!
use_frameworks!

target 'Lobster' do
pod 'Firebase/RemoteConfig', '~> 6.29'
pod 'Firebase/RemoteConfig', '~> 7.7.0'
target 'LobsterTests' do
inherit! :search_paths
end
Expand Down
98 changes: 49 additions & 49 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
PODS:
- Firebase/CoreOnly (6.29.0):
- FirebaseCore (= 6.9.2)
- Firebase/RemoteConfig (6.29.0):
- Firebase/CoreOnly (7.7.0):
- FirebaseCore (= 7.7.0)
- Firebase/RemoteConfig (7.7.0):
- Firebase/CoreOnly
- FirebaseRemoteConfig (~> 4.8.0)
- FirebaseABTesting (4.1.0):
- FirebaseCore (~> 6.8)
- FirebaseCore (6.9.2):
- FirebaseCoreDiagnostics (~> 1.3)
- GoogleUtilities/Environment (~> 6.7)
- GoogleUtilities/Logger (~> 6.7)
- FirebaseCoreDiagnostics (1.5.0):
- GoogleDataTransport (~> 7.0)
- GoogleUtilities/Environment (~> 6.7)
- GoogleUtilities/Logger (~> 6.7)
- nanopb (~> 1.30905.0)
- FirebaseInstallations (1.5.0):
- FirebaseCore (~> 6.8)
- GoogleUtilities/Environment (~> 6.7)
- GoogleUtilities/UserDefaults (~> 6.7)
- FirebaseRemoteConfig (~> 7.7.0)
- FirebaseABTesting (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseCore (7.7.0):
- FirebaseCoreDiagnostics (~> 7.4)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/Logger (~> 7.0)
- FirebaseCoreDiagnostics (7.7.0):
- GoogleDataTransport (~> 8.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/Logger (~> 7.0)
- nanopb (~> 2.30907.0)
- FirebaseInstallations (7.7.0):
- FirebaseCore (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/UserDefaults (~> 7.0)
- PromisesObjC (~> 1.2)
- FirebaseRemoteConfig (4.8.0):
- FirebaseABTesting (~> 4.1)
- FirebaseCore (~> 6.8)
- FirebaseInstallations (~> 1.1)
- GoogleUtilities/Environment (~> 6.7)
- "GoogleUtilities/NSData+zlib (~> 6.7)"
- GoogleDataTransport (7.1.0):
- nanopb (~> 1.30905.0)
- GoogleUtilities/Environment (6.7.1):
- FirebaseRemoteConfig (7.7.0):
- FirebaseABTesting (~> 7.0)
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- GoogleDataTransport (8.2.0):
- nanopb (~> 2.30907.0)
- GoogleUtilities/Environment (7.2.2):
- PromisesObjC (~> 1.2)
- GoogleUtilities/Logger (6.7.1):
- GoogleUtilities/Logger (7.2.2):
- GoogleUtilities/Environment
- "GoogleUtilities/NSData+zlib (6.7.1)"
- GoogleUtilities/UserDefaults (6.7.1):
- "GoogleUtilities/NSData+zlib (7.2.2)"
- GoogleUtilities/UserDefaults (7.2.2):
- GoogleUtilities/Logger
- nanopb (1.30905.0):
- nanopb/decode (= 1.30905.0)
- nanopb/encode (= 1.30905.0)
- nanopb/decode (1.30905.0)
- nanopb/encode (1.30905.0)
- PromisesObjC (1.2.9)
- nanopb (2.30907.0):
- nanopb/decode (= 2.30907.0)
- nanopb/encode (= 2.30907.0)
- nanopb/decode (2.30907.0)
- nanopb/encode (2.30907.0)
- PromisesObjC (1.2.12)

DEPENDENCIES:
- Firebase/RemoteConfig (~> 6.29)
- Firebase/RemoteConfig (~> 7.7.0)

SPEC REPOS:
trunk:
Expand All @@ -59,17 +59,17 @@ SPEC REPOS:
- PromisesObjC

SPEC CHECKSUMS:
Firebase: 57957c8d6eb3d8b80a560b1dc58be24724b89ff2
FirebaseABTesting: 9e368b88c2f1c5d7a433828d9d224779b53207b6
FirebaseCore: 7930a1946517d94256d857f97371ed993b55f7bd
FirebaseCoreDiagnostics: 7535fe695737f8c5b350584292a70b7f8ff0357b
FirebaseInstallations: 3c520c951305cbf9ca54eb891ff9e6d1fd384881
FirebaseRemoteConfig: 521ff38593bed36fcb6f466fb6fffa99a753d783
GoogleDataTransport: af0c79193dc59acd37630b4833d0dc6912ae6bd5
GoogleUtilities: e121a3867449ce16b0e35ddf1797ea7a389ffdf2
nanopb: c43f40fadfe79e8b8db116583945847910cbabc9
PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75
Firebase: cd2ab85eec8170dc260186159f21072ecb679ad5
FirebaseABTesting: 96117eb86e2fa429520bbf5a3f02caef615f6576
FirebaseCore: ac35d680a0bf32319a59966a1478e0741536b97b
FirebaseCoreDiagnostics: 179bf3831213451c8addd036aca7fcf5492ec154
FirebaseInstallations: 42c86e7b02ff75b7f27f85833bf5dcb5f38a9774
FirebaseRemoteConfig: 44024544404d1195537bd883b60d596d95e129b7
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97

PODFILE CHECKSUM: bdb2553bbc6762e8f0aea9c376abb9a09e9804c7
PODFILE CHECKSUM: 62a6681190715f7e3aad6685fae9052bd62b8d36

COCOAPODS: 1.9.3
8 changes: 4 additions & 4 deletions Sources/Core/ConfigBridge/ConfigBridge+BuiltIns.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class ConfigIntBridge: ConfigBridge<Int> {
}

public override func get(key: String, remoteConfig: RemoteConfig) -> T? {
return remoteConfig[key].numberValue?.intValue
return remoteConfig[key].numberValue.intValue
}

public override func get(key: String, defaultsStore: DefaultsStore) -> T? {
Expand All @@ -47,7 +47,7 @@ public final class ConfigDoubleBridge: ConfigBridge<Double> {
}

public override func get(key: String, remoteConfig: RemoteConfig) -> T? {
return remoteConfig[key].numberValue?.doubleValue
return remoteConfig[key].numberValue.doubleValue
}

public override func get(key: String, defaultsStore: DefaultsStore) -> T? {
Expand All @@ -64,7 +64,7 @@ public final class ConfigFloatBridge: ConfigBridge<Float> {
}

public override func get(key: String, remoteConfig: RemoteConfig) -> T? {
return remoteConfig[key].numberValue?.floatValue
return remoteConfig[key].numberValue.floatValue
}

public override func get(key: String, defaultsStore: DefaultsStore) -> T? {
Expand Down Expand Up @@ -148,7 +148,7 @@ public final class ConfigRawRepresentableBridge<T: RawRepresentable>: ConfigBrid

public override func get(key: String, remoteConfig: RemoteConfig) -> T? {
return remoteConfig[key].stringValue.flatMap(deserialize) ??
remoteConfig[key].numberValue.flatMap(deserialize)
deserialize(remoteConfig[key].numberValue)
}

public override func get(key: String, defaultsStore: DefaultsStore) -> T? {
Expand Down