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 dependencies 1.191 #1048

Merged
merged 6 commits into from
Sep 17, 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
8 changes: 8 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ only_rules:
- deployment_target
- discarded_notification_center_observer
- discouraged_direct_init
- discouraged_none_name
- discouraged_object_literal
- duplicate_enum_cases
- duplicate_imports
- duplicated_key_in_dictionary_literal
- dynamic_inline
- empty_collection_literal
- empty_count
Expand Down Expand Up @@ -214,6 +216,9 @@ discarded_notification_center_observer:
discouraged_direct_init:
severity: error

discouraged_none_name:
severity: warning

discouraged_object_literal:
severity: error

Expand All @@ -223,6 +228,9 @@ duplicate_enum_cases:
duplicate_imports:
severity: error

duplicated_key_in_dictionary_literal:
severity: error

dynamic_inline:
severity: error

Expand Down
22 changes: 11 additions & 11 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def shared_pods
pod 'SwiftyJSON', '5.0.0'
pod 'SDWebImage', '5.11.0'
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '2.x'
pod 'DeviceKit', '4.4.0'
pod 'DeviceKit', '4.5.0'
pod 'PromiseKit', '6.15.3'
pod 'SwiftLint', '0.43.1'
pod 'SwiftLint', '0.44.0'

if ENV['FASTLANE_BETA_PROFILE'] == 'true'
pod 'FLEX',
Expand All @@ -43,14 +43,14 @@ def all_pods
pod 'SnapKit', '5.0.1'

# Firebase
pod 'Firebase/Core', '8.6.0'
pod 'Firebase/Messaging', '8.6.0'
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Crashlytics', '8.6.0'
pod 'Firebase/RemoteConfig', '8.6.0'

pod 'YandexMobileMetrica/Dynamic', '3.15.1'
pod 'Amplitude', '8.3.0'
pod 'Firebase/Core', '8.7.0'
pod 'Firebase/Messaging', '8.7.0'
pod 'Firebase/Analytics', '8.7.0'
pod 'Firebase/Crashlytics', '8.7.0'
pod 'Firebase/RemoteConfig', '8.7.0'

pod 'YandexMobileMetrica/Dynamic', '3.17.0'
pod 'Amplitude', '8.3.1'
pod 'Branch', '1.39.3'

pod 'BEMCheckBox', '1.4.1'
Expand Down Expand Up @@ -85,7 +85,7 @@ end

def testing_pods
pod 'Quick', '4.0.0'
pod 'Nimble', '9.2.0'
pod 'Nimble', '9.2.1'
pod 'Mockingjay', '3.0.0-alpha.1'
end

Expand Down
Loading