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.220 #1187

Open
wants to merge 21 commits 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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"
ruby "3.2.1"

gem "fastlane", "2.220.0"
gem "cocoapods", "1.16.0"
gem "fastlane", "2.225.0"
gem "cocoapods", "1.16.1"
gem "generamba", git: "https://github.com/ivan-magda/Generamba.git", branch: "develop"

eval_gemfile("fastlane/Pluginfile")
27 changes: 16 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.16.0)
cocoapods (1.16.1)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.16.0)
cocoapods-core (= 1.16.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -74,7 +74,7 @@ GEM
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.26.0, < 2.0)
cocoapods-core (1.16.0)
cocoapods-core (1.16.1)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.220.0)
fastlane (2.225.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand All @@ -155,6 +155,7 @@ GEM
faraday-cookie_jar (~> 0.0.6)
faraday_middleware (~> 1.0)
fastimage (>= 2.1.0, < 3.0.0)
fastlane-sirp (>= 1.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
google-apis-androidpublisher_v3 (~> 0.3)
google-apis-playcustomapp_v1 (~> 0.1)
Expand Down Expand Up @@ -183,7 +184,10 @@ GEM
fastlane-plugin-firebase_app_distribution (0.9.1)
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
fastlane-sirp (1.0.0)
sysrandom (~> 1.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -194,10 +198,9 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.3)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.3, < 3.a)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
Expand All @@ -223,7 +226,7 @@ GEM
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.31.0)
google-cloud-core (~> 1.6)
googleauth (~> 1.9)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
Expand Down Expand Up @@ -280,6 +283,7 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
sysrandom (1.0.5)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down Expand Up @@ -310,15 +314,16 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
cocoapods (= 1.16.0)
fastlane (= 2.220.0)
cocoapods (= 1.16.1)
fastlane (= 2.225.0)
fastlane-plugin-firebase_app_distribution
generamba!

RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.4.10
2.5.22
46 changes: 22 additions & 24 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ project "Stepic",
def shared_pods
pod "StepikModel", path: "./StepikModel"

pod "Alamofire", "5.4.4"
pod "Alamofire", "5.10.1"
pod "Atributika", "4.10.1"
pod "SwiftyJSON", "5.0.0"
pod "SDWebImage", "5.12.1"
pod "SVGKit", :git => "https://github.com/SVGKit/SVGKit.git", :branch => "2.x"
pod "DeviceKit", "4.5.2"
pod "PromiseKit", :git => "https://github.com/mxcl/PromiseKit.git", :tag => "6.16.2"
pod "SwiftLint", "0.45.1"
pod "SwiftyJSON", "5.0.2"
pod "SDWebImage", "5.19.7"
pod "SVGKit", :git => "https://github.com/SVGKit/SVGKit.git", :branch => "3.x"
pod "DeviceKit", "5.5.0"
pod "PromiseKit", "8.0.0"
pod "SwiftLint", "0.57.0"

if ENV["FASTLANE_BETA_PROFILE"] == "true"
pod "FLEX",
Expand All @@ -39,21 +39,19 @@ end
def all_pods
shared_pods

pod "DownloadButton", "0.1.0"
pod "SVProgressHUD", "2.2.5"

pod "SnapKit", "5.0.1"
pod "SVProgressHUD", "2.3.1"
pod "SnapKit", "5.7.1"

# Firebase
pod "Firebase/Core", "10.15.0"
pod "Firebase/Messaging", "10.15.0"
pod "Firebase/Analytics", "10.15.0"
pod "Firebase/Crashlytics", "10.15.0"
pod "Firebase/RemoteConfig", "10.15.0"
pod "Firebase/Core", "10.29.0"
pod "Firebase/Messaging", "10.29.0"
pod "Firebase/Analytics", "10.29.0"
pod "Firebase/Crashlytics", "10.29.0"
pod "Firebase/RemoteConfig", "10.29.0"

pod "YandexMobileMetrica/Dynamic", "3.17.0"
pod "Amplitude", "8.5.0"
pod "Branch", "1.40.2"
pod "AppMetricaCore", "5.8.2"
pod "Amplitude", "8.22.0"
pod "BranchSDK", "3.6.5"

pod "BEMCheckBox", "1.4.1"

Expand All @@ -71,17 +69,17 @@ def all_pods
pod "Presentr", :git => "https://github.com/ivan-magda/Presentr.git", :tag => "v1.9.1"
pod "PanModal", :git => "https://github.com/ivan-magda/PanModal.git", :branch => "remove-presenting-appearance-transitions"

pod "Agrume", "5.6.13"
pod "Agrume", "5.8.0"
pod "Highlightr", :git => "https://github.com/ivan-magda/Highlightr.git", :tag => "v2.1.3"
pod "TTTAttributedLabel", "2.0.0"
pod "lottie-ios", "3.2.3"
pod "Koloda", "5.0.1"
pod "Charts", "4.1.0"
pod "DGCharts", "5.1.0"
pod "EasyTipView", "2.1.0"
pod "ActionSheetPicker-3.0", "2.7.1"
pod "Nuke", "9.5.0"
pod "ActionSheetPicker-3.0", "2.7.4"
pod "Nuke", "10.7.1"
pod "STRegex", "2.1.1"
pod "Tabman", "2.10.0"
pod "Tabman", "3.2.0"
pod "SwiftDate", "6.3.1"
end

Expand Down
Loading