diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e898643c4b..d0206250ec 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -245,15 +245,6 @@ platform :ios do ) end - desc '`fastlane ios clean` - remove inactive TestFlight users' - lane :clean do - clean_testflight_testers( - username: ENV['FASTLANE_APPLE_ID'], - days_of_inactivity: 30 - ) - # In the future we can try using 'oldest_build_allowed' - end - desc '`fastlane ios saucelabs` - upload .app to sauce labs' desc 'also notifies in a GitHub comments' desc 'expects to have an .apk prepared: `result/app.apk`' diff --git a/fastlane/Gemfile b/fastlane/Gemfile index 73c57f2c46..627e4d5726 100644 --- a/fastlane/Gemfile +++ b/fastlane/Gemfile @@ -1,7 +1,3 @@ source 'https://rubygems.org' gem 'fastlane', '>= 2.131.0' - -plugins_path = ENV['FASTLANE_PLUGINFILE_PATH'] || - File.join(__dir__, 'Pluginfile') -eval_gemfile(plugins_path) if plugins_path diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index ab11018f01..26f9ce1809 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -8,7 +8,7 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.766.0) + aws-partitions (1.768.0) aws-sdk-core (3.173.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) @@ -65,7 +65,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - fastimage (2.2.6) + fastimage (2.2.7) fastlane (2.212.2) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) @@ -105,7 +105,6 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-clean_testflight_testers (0.3.0) gh_inspector (1.1.3) google-apis-androidpublisher_v3 (0.42.0) google-apis-core (>= 0.11.0, < 2.a) @@ -214,7 +213,6 @@ PLATFORMS DEPENDENCIES fastlane (>= 2.131.0) - fastlane-plugin-clean_testflight_testers BUNDLED WITH 2.3.9 diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile deleted file mode 100644 index 0ee9978e51..0000000000 --- a/fastlane/Pluginfile +++ /dev/null @@ -1,5 +0,0 @@ -# Autogenerated by fastlane -# -# Ensure this file is checked in to source control! - -gem 'fastlane-plugin-clean_testflight_testers' diff --git a/fastlane/default.nix b/fastlane/default.nix index f2118dc106..745831b388 100644 --- a/fastlane/default.nix +++ b/fastlane/default.nix @@ -24,8 +24,6 @@ let shellHook = '' [ -z "$STATUS_MOBILE_HOME" ] && echo "STATUS_MOBILE_HOME is empty!" && exit 1 - - export FASTLANE_PLUGINFILE_PATH=$STATUS_MOBILE_HOME/fastlane/Pluginfile ''; meta = with lib; { diff --git a/fastlane/gemset.nix b/fastlane/gemset.nix index 22872a41de..456c499318 100644 --- a/fastlane/gemset.nix +++ b/fastlane/gemset.nix @@ -45,10 +45,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0x7v4v8hj0pbzw3x1iv07x8v93fcs74svlhzv7vl6laxm4mc6858"; + sha256 = "1256rf6zjh3canwr636w7yczbvhh72cpz2fw5ixljbh4fcfkrvlm"; type = "gem"; }; - version = "1.766.0"; + version = "1.768.0"; }; aws-sdk-core = { dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath"]; @@ -357,10 +357,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0nnggg20za5vamdpkgrxxa32z33d8hf0g2bciswkhqnc6amb3yjr"; + sha256 = "1pd7pamzhdz2w0fbcvsfn2nyslznvphnwj16zw35g2b28zd2xyzx"; type = "gem"; }; - version = "2.2.6"; + version = "2.2.7"; }; fastlane = { dependencies = ["CFPropertyList" "addressable" "artifactory" "aws-sdk-s3" "babosa" "colored" "commander" "dotenv" "emoji_regex" "excon" "faraday" "faraday-cookie_jar" "faraday_middleware" "fastimage" "gh_inspector" "google-apis-androidpublisher_v3" "google-apis-playcustomapp_v1" "google-cloud-storage" "highline" "json" "jwt" "mini_magick" "multipart-post" "naturally" "optparse" "plist" "rubyzip" "security" "simctl" "terminal-notifier" "terminal-table" "tty-screen" "tty-spinner" "word_wrap" "xcodeproj" "xcpretty" "xcpretty-travis-formatter"]; @@ -373,16 +373,6 @@ }; version = "2.212.2"; }; - fastlane-plugin-clean_testflight_testers = { - groups = ["default"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0qkcjf7xrnki4v94mcgcm3v2f89vq8clwxx1d5ipv0wwm5ri26c9"; - type = "gem"; - }; - version = "0.3.0"; - }; gh_inspector = { groups = ["default"]; platforms = [];