Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03390fc324 | ||
|
|
682eb841ff | ||
|
|
b45632d2fd | ||
|
|
877ee14bcc | ||
|
|
7ec5117f54 | ||
|
|
b7cc54a356 | ||
|
|
e1e596cf5f | ||
|
|
0cc631ce2e | ||
|
|
24eaec80bd | ||
|
|
7fc05bc069 | ||
|
|
45da1a28df | ||
|
|
6415c06398 |
@@ -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`'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Autogenerated by fastlane
|
||||
#
|
||||
# Ensure this file is checked in to source control!
|
||||
|
||||
gem 'fastlane-plugin-clean_testflight_testers'
|
||||
@@ -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; {
|
||||
|
||||
@@ -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 = [];
|
||||
|
||||
|
Before Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 381 B |
|
Before Width: | Height: | Size: 772 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 654 B |
|
Before Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 294 B |
|
Before Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 560 B |
|
Before Width: | Height: | Size: 816 B |
|
Before Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 695 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 1002 B |
|
Before Width: | Height: | Size: 625 B |
|
Before Width: | Height: | Size: 853 B |
|
Before Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 684 B |
|
Before Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 464 B |
|
Before Width: | Height: | Size: 547 B |
|
Before Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 838 B |
|
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 421 B |
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 727 B |
|
Before Width: | Height: | Size: 883 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 416 B |
|
Before Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 351 B |
|
Before Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 771 B |
|
Before Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 493 B |
|
Before Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 628 B |
|
Before Width: | Height: | Size: 848 B |
|
Before Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 740 B |
|
Before Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 689 B |
|
Before Width: | Height: | Size: 652 B |
|
Before Width: | Height: | Size: 895 B |
|
After Width: | Height: | Size: 618 B |
|
After Width: | Height: | Size: 798 B |
|
After Width: | Height: | Size: 657 B |
|
After Width: | Height: | Size: 1016 B |
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 647 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 916 B |
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 816 B |
|
After Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 702 B |
|
After Width: | Height: | Size: 1005 B |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 533 B |
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 609 B |
|
After Width: | Height: | Size: 394 B |
|
After Width: | Height: | Size: 611 B |
|
After Width: | Height: | Size: 393 B |
|
After Width: | Height: | Size: 608 B |
|
After Width: | Height: | Size: 422 B |
|
After Width: | Height: | Size: 550 B |
|
After Width: | Height: | Size: 653 B |
|
After Width: | Height: | Size: 901 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 845 B |
|
After Width: | Height: | Size: 765 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 651 B |
|
After Width: | Height: | Size: 1015 B |
|
After Width: | Height: | Size: 613 B |