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

Release 1.164 #918

Merged
merged 6 commits into from
Mar 10, 2021
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby "2.6.5"

gem "fastlane", "2.176.0"
gem "fastlane", "2.177.0"
gem "cocoapods", "1.10.1"
gem "generamba", "1.5.0"

Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ GEM
json (>= 1.5.1)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.1.0)
aws-partitions (1.429.0)
aws-sdk-core (3.112.0)
aws-eventstream (1.1.1)
aws-partitions (1.431.1)
aws-sdk-core (3.112.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.42.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.88.1)
aws-sdk-s3 (1.90.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-sigv4 (1.2.3)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.0.3)
Expand Down Expand Up @@ -96,8 +96,8 @@ GEM
faraday-net_http (1.0.1)
faraday_middleware (1.0.0)
faraday (~> 1.0)
fastimage (2.2.2)
fastlane (2.176.0)
fastimage (2.2.3)
fastlane (2.177.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -156,7 +156,7 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-apis-core (0.2.1)
google-apis-core (0.3.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.14)
httpclient (>= 2.8.1, < 3.0)
Expand All @@ -166,14 +166,14 @@ GEM
rexml
signet (~> 0.14)
webrick
google-apis-iamcredentials_v1 (0.1.0)
google-apis-iamcredentials_v1 (0.2.0)
google-apis-core (~> 0.1)
google-apis-storage_v1 (0.2.0)
google-apis-storage_v1 (0.3.0)
google-apis-core (~> 0.1)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.4.0)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.1)
google-cloud-storage (1.30.0)
Expand All @@ -184,7 +184,7 @@ GEM
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
googleauth (0.15.1)
googleauth (0.16.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
security (0.1.3)
signet (0.14.1)
signet (0.15.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (= 1.10.1)
fastlane (= 2.176.0)
fastlane (= 2.177.0)
fastlane-plugin-firebase_app_distribution
generamba (= 1.5.0)

Expand Down
16 changes: 8 additions & 8 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def shared_pods
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '2.x'
pod 'DeviceKit', '4.3.0'
pod 'PromiseKit', '6.13.1'
pod 'SwiftLint', '0.42.0'
pod 'SwiftLint', '0.43.0'
end

def all_pods
Expand All @@ -34,14 +34,14 @@ def all_pods
pod 'SnapKit', '5.0.1'

# Firebase
pod 'Firebase/Core', '7.6.0'
pod 'Firebase/Messaging', '7.6.0'
pod 'Firebase/Analytics', '7.6.0'
pod 'Firebase/Crashlytics', '7.6.0'
pod 'Firebase/RemoteConfig', '7.6.0'
pod 'Firebase/Core', '7.7.0'
pod 'Firebase/Messaging', '7.7.0'
pod 'Firebase/Analytics', '7.7.0'
pod 'Firebase/Crashlytics', '7.7.0'
pod 'Firebase/RemoteConfig', '7.7.0'

pod 'YandexMobileMetrica/Dynamic', '3.14.1'
pod 'Amplitude', '7.2.2'
pod 'Amplitude', '7.3.0'
pod 'Branch', '1.38.0'

pod 'BEMCheckBox', '1.4.1'
Expand Down Expand Up @@ -70,7 +70,7 @@ def all_pods
pod 'Charts', '3.6.0'
pod 'EasyTipView', '2.1.0'
pod 'ActionSheetPicker-3.0', '2.7.1'
pod 'Nuke', '9.2.4'
pod 'Nuke', '9.3.0'
pod 'STRegex', '2.1.1'
pod 'Tabman', '2.10.0'
pod 'SwiftDate', '6.3.1'
Expand Down
96 changes: 48 additions & 48 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Agrume (5.6.12):
- SwiftyGif
- Alamofire (5.4.1)
- Amplitude (7.2.2)
- Amplitude (7.3.0)
- AppAuth (1.4.0):
- AppAuth/Core (= 1.4.0)
- AppAuth/ExternalUserAgent (= 1.4.0)
Expand Down Expand Up @@ -32,72 +32,72 @@ PODS:
- FBSDKLoginKit/Login (= 8.2.0)
- FBSDKLoginKit/Login (8.2.0):
- FBSDKCoreKit (~> 8.2.0)
- Firebase/Analytics (7.6.0):
- Firebase/Analytics (7.7.0):
- Firebase/Core
- Firebase/Core (7.6.0):
- Firebase/Core (7.7.0):
- Firebase/CoreOnly
- FirebaseAnalytics (= 7.6.0)
- Firebase/CoreOnly (7.6.0):
- FirebaseCore (= 7.6.0)
- Firebase/Crashlytics (7.6.0):
- FirebaseAnalytics (= 7.7.0)
- Firebase/CoreOnly (7.7.0):
- FirebaseCore (= 7.7.0)
- Firebase/Crashlytics (7.7.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 7.6.0)
- Firebase/Messaging (7.6.0):
- FirebaseCrashlytics (~> 7.7.0)
- Firebase/Messaging (7.7.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 7.6.0)
- Firebase/RemoteConfig (7.6.0):
- FirebaseMessaging (~> 7.7.0)
- Firebase/RemoteConfig (7.7.0):
- Firebase/CoreOnly
- FirebaseRemoteConfig (~> 7.6.0)
- FirebaseABTesting (7.6.0):
- FirebaseRemoteConfig (~> 7.7.0)
- FirebaseABTesting (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseAnalytics (7.6.0):
- FirebaseAnalytics (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleAppMeasurement (= 7.6.0)
- GoogleAppMeasurement (= 7.7.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/MethodSwizzler (~> 7.0)
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30907.0)
- FirebaseCore (7.6.0):
- FirebaseCore (7.7.0):
- FirebaseCoreDiagnostics (~> 7.4)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/Logger (~> 7.0)
- FirebaseCoreDiagnostics (7.6.0):
- FirebaseCoreDiagnostics (7.7.0):
- GoogleDataTransport (~> 8.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/Logger (~> 7.0)
- nanopb (~> 2.30907.0)
- FirebaseCrashlytics (7.6.0):
- FirebaseCrashlytics (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleDataTransport (~> 8.0)
- nanopb (~> 2.30907.0)
- PromisesObjC (~> 1.2)
- FirebaseInstallations (7.6.0):
- FirebaseInstallations (7.7.0):
- FirebaseCore (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/UserDefaults (~> 7.0)
- PromisesObjC (~> 1.2)
- FirebaseInstanceID (7.6.0):
- FirebaseInstanceID (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/UserDefaults (~> 7.0)
- FirebaseMessaging (7.6.0):
- FirebaseMessaging (7.7.0):
- FirebaseCore (~> 7.0)
- FirebaseInstanceID (~> 7.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- GoogleUtilities/Reachability (~> 7.0)
- GoogleUtilities/UserDefaults (~> 7.0)
- FirebaseRemoteConfig (7.6.0):
- FirebaseRemoteConfig (7.7.0):
- FirebaseABTesting (~> 7.0)
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- GoogleAppMeasurement (7.6.0):
- GoogleAppMeasurement (7.7.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/MethodSwizzler (~> 7.0)
- GoogleUtilities/Network (~> 7.0)
Expand Down Expand Up @@ -156,7 +156,7 @@ PODS:
- nanopb/decode (2.30907.0)
- nanopb/encode (2.30907.0)
- Nimble (9.0.0)
- Nuke (9.2.4)
- Nuke (9.3.0)
- Pageboy (3.6.2)
- PanModal (1.2.7)
- pop (1.0.12)
Expand All @@ -181,7 +181,7 @@ PODS:
- CocoaLumberjack (~> 3.0)
- SVProgressHUD (2.2.5)
- SwiftDate (6.3.1)
- SwiftLint (0.42.0)
- SwiftLint (0.43.0)
- SwiftyGif (5.4.0)
- SwiftyJSON (5.0.0)
- Tabman (2.10.0):
Expand All @@ -203,7 +203,7 @@ DEPENDENCIES:
- ActionSheetPicker-3.0 (= 2.7.1)
- Agrume (= 5.6.12)
- Alamofire (= 5.4.1)
- Amplitude (= 7.2.2)
- Amplitude (= 7.3.0)
- Atributika (= 4.9.10)
- BEMCheckBox (= 1.4.1)
- Branch (= 1.38.0)
Expand All @@ -214,11 +214,11 @@ DEPENDENCIES:
- EasyTipView (= 2.1.0)
- FBSDKCoreKit (= 8.2.0)
- FBSDKLoginKit (= 8.2.0)
- Firebase/Analytics (= 7.6.0)
- Firebase/Core (= 7.6.0)
- Firebase/Crashlytics (= 7.6.0)
- Firebase/Messaging (= 7.6.0)
- Firebase/RemoteConfig (= 7.6.0)
- Firebase/Analytics (= 7.7.0)
- Firebase/Core (= 7.7.0)
- Firebase/Crashlytics (= 7.7.0)
- Firebase/Messaging (= 7.7.0)
- Firebase/RemoteConfig (= 7.7.0)
- GoogleSignIn (= 5.0.2)
- Highlightr (= 2.1.0)
- IQKeyboardManagerSwift (= 6.5.6)
Expand All @@ -227,7 +227,7 @@ DEPENDENCIES:
- lottie-ios (= 3.2.1)
- Mockingjay (= 3.0.0-alpha.1)
- Nimble (= 9.0.0)
- Nuke (= 9.2.4)
- Nuke (= 9.3.0)
- PanModal (= 1.2.7)
- Presentr (= 1.9)
- PromiseKit (= 6.13.1)
Expand All @@ -238,7 +238,7 @@ DEPENDENCIES:
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, branch `2.x`)
- SVProgressHUD (= 2.2.5)
- SwiftDate (= 6.3.1)
- SwiftLint (= 0.42.0)
- SwiftLint (= 0.43.0)
- SwiftyJSON (= 5.0.0)
- Tabman (= 2.10.0)
- TSMessages (from `https://github.com/KrauseFx/TSMessages.git`)
Expand Down Expand Up @@ -332,7 +332,7 @@ SPEC CHECKSUMS:
ActionSheetPicker-3.0: 36da254b97a09ff89679ecb8b8510bd3e5bdc773
Agrume: d60f7ead4aad9720564148f7e9cbe0b225b1d814
Alamofire: 2291f7d21ca607c491dd17642e5d40fdcda0e65c
Amplitude: 517cdc7c485bda64b685174426ecbf17746eb16a
Amplitude: 14cabfdfb5eec1ab7a54b3e4baba9ef56e824bc1
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
Atributika: cf87f95f1d31d9cdb9af611a2b4e00672e9ae195
BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e
Expand All @@ -345,17 +345,17 @@ SPEC CHECKSUMS:
EasyTipView: a92b6edc377b81c5ac18e9fd35d5ee78e9409488
FBSDKCoreKit: 4afd6ff53d8133a433dbcda44451c9498f8c6ce4
FBSDKLoginKit: 7181765f2524d7ebf82d9629066c8e6caafc99d0
Firebase: e1e089d9aac215a52442583f818ab61de3c4581b
FirebaseABTesting: 8d7f24fdf94cd10f06a84c879262a1159e22db28
FirebaseAnalytics: 9f8f4feab1f3fddf4e4515f8f022fe6aa9e51043
FirebaseCore: 0a43b7f1c5b36f3358cd703011ca4c7e0df55870
FirebaseCoreDiagnostics: ee1184d51da3293335b83355aad20f537acc24cf
FirebaseCrashlytics: 1e87b25303b1840b3c99c37ee427c3e9564a4be1
FirebaseInstallations: 6e4e77396559bc2ae0504823837ed737b1c7e47f
FirebaseInstanceID: cf243611700eddc916b093353adbd4da822cfa63
FirebaseMessaging: 4b9b2850fcfcaac2820097ee3703ba6cfff3df84
FirebaseRemoteConfig: f805089c5c383c17d68bcc0799d8a3622f9ae28f
GoogleAppMeasurement: c542a2feaac9ab98fd074e8f1a02c3585bbfbd47
Firebase: cd2ab85eec8170dc260186159f21072ecb679ad5
FirebaseABTesting: 96117eb86e2fa429520bbf5a3f02caef615f6576
FirebaseAnalytics: f3f8f75de34fe04141a69bb1c4bd7e24a80178e1
FirebaseCore: ac35d680a0bf32319a59966a1478e0741536b97b
FirebaseCoreDiagnostics: 179bf3831213451c8addd036aca7fcf5492ec154
FirebaseCrashlytics: 47af228115805e190b566db12c028263531b8ce0
FirebaseInstallations: 42c86e7b02ff75b7f27f85833bf5dcb5f38a9774
FirebaseInstanceID: cf940324a20ac14a27ad1e931d15ac9d335526db
FirebaseMessaging: ce33c2537fdda1d1a4bc82b2245e3c3bf9107684
FirebaseRemoteConfig: 44024544404d1195537bd883b60d596d95e129b7
GoogleAppMeasurement: 0c3b134b2c0a90c4c24833873894bfe0e42a0384
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
Expand All @@ -370,7 +370,7 @@ SPEC CHECKSUMS:
Mockingjay: 0f7c5aa49c7f1b95621cee3c79b557141f5a225c
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8
Nuke: 44439f7a92e665a4f927ecd73cb51f91d93b0e0c
Nuke: 56a7266398951d9af3a897a71a7b662344915ec5
Pageboy: cf121b9dd48c63f3f281b2a9ec93d02e0f23879b
PanModal: 3e16ead1a907fb06f4df3f13492fd00149fa4974
pop: d582054913807fd11fd50bfe6a539d91c7e1a55a
Expand All @@ -384,7 +384,7 @@ SPEC CHECKSUMS:
SVGKit: 8a2fc74258bdb2abb54d3b65f3dd68b0277a9c4d
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftDate: 72d28954e8e1c6c1c0f917ccc8005e4f83c7d4b2
SwiftLint: 4fa9579c63416865179bc416f0a92d55f009600d
SwiftLint: 0c645fdc6feed3e390c1701ab3cc669f88b42752
SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
Tabman: d8d6ab0b483c7db375a71ac227d3ef791b56a049
Expand All @@ -395,6 +395,6 @@ SPEC CHECKSUMS:
VK-ios-sdk: 5bcf00a2014a7323f98db9328b603d4f96635caa
YandexMobileMetrica: 072fc59d216c8824d83d1d54bdc6e96d9cfcc59c

PODFILE CHECKSUM: 8cc4f549b738265d0ff825d6e6f173f0b68c88e5
PODFILE CHECKSUM: 911356f61e8b94acedc867b398f9825d9e888a55

COCOAPODS: 1.10.1
Loading