fastlane 1.104.0 → 1.105.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/.DS_Store +0 -0
- data/lib/assets/.DS_Store +0 -0
- data/lib/assets/Actions.md.erb +78 -0
- data/lib/assets/AvailablePlugins.md.erb +2 -2
- data/lib/{fastlane/plugins → assets/completions}/.DS_Store +0 -0
- data/lib/fastlane/.DS_Store +0 -0
- data/lib/fastlane/action.rb +33 -0
- data/lib/fastlane/actions/.DS_Store +0 -0
- data/lib/fastlane/actions/adb.rb +12 -0
- data/lib/fastlane/actions/adb_devices.rb +21 -2
- data/lib/fastlane/actions/add_git_tag.rb +31 -0
- data/lib/fastlane/actions/appaloosa.rb +27 -0
- data/lib/fastlane/actions/appetize.rb +23 -1
- data/lib/fastlane/actions/appetize_viewing_url_generator.rb +3 -1
- data/lib/fastlane/actions/appium.rb +18 -0
- data/lib/fastlane/actions/appledoc.rb +24 -0
- data/lib/fastlane/actions/appstore.rb +8 -0
- data/lib/fastlane/actions/apteligent.rb +13 -0
- data/lib/fastlane/actions/artifactory.rb +17 -0
- data/lib/fastlane/actions/backup_file.rb +10 -0
- data/lib/fastlane/actions/backup_xcarchive.rb +15 -0
- data/lib/fastlane/actions/badge.rb +15 -1
- data/lib/fastlane/actions/build_and_upload_to_appetize.rb +14 -1
- data/lib/fastlane/actions/bundle_install.rb +9 -0
- data/lib/fastlane/actions/carthage.rb +23 -0
- data/lib/fastlane/actions/cert.rb +21 -0
- data/lib/fastlane/actions/changelog_from_git_commits.rb +16 -0
- data/lib/fastlane/actions/chatwork.rb +20 -1
- data/lib/fastlane/actions/clean_build_artifacts.rb +19 -1
- data/lib/fastlane/actions/clean_cocoapods_cache.rb +11 -0
- data/lib/fastlane/actions/clear_derived_data.rb +11 -0
- data/lib/fastlane/actions/clipboard.rb +11 -0
- data/lib/fastlane/actions/cloc.rb +18 -1
- data/lib/fastlane/actions/cocoapods.rb +18 -0
- data/lib/fastlane/actions/commit_version_bump.rb +30 -0
- data/lib/fastlane/actions/copy_artifacts.rb +25 -0
- data/lib/fastlane/actions/crashlytics.rb +24 -1
- data/lib/fastlane/actions/create_keychain.rb +16 -0
- data/lib/fastlane/actions/create_pull_request.rb +18 -0
- data/lib/fastlane/actions/danger.rb +20 -1
- data/lib/fastlane/actions/debug.rb +10 -0
- data/lib/fastlane/actions/default_platform.rb +10 -0
- data/lib/fastlane/actions/delete_keychain.rb +14 -0
- data/lib/fastlane/actions/deliver.rb +26 -0
- data/lib/fastlane/actions/deploygate.rb +25 -2
- data/lib/fastlane/{plugins/templates → actions/device_grid}/.DS_Store +0 -0
- data/lib/fastlane/actions/dotgpg_environment.rb +10 -0
- data/lib/fastlane/actions/download.rb +10 -0
- data/lib/fastlane/actions/download_dsyms.rb +20 -2
- data/lib/fastlane/actions/dsym_zip.rb +17 -0
- data/lib/fastlane/actions/ensure_git_branch.rb +21 -0
- data/lib/fastlane/actions/ensure_git_status_clean.rb +18 -0
- data/lib/fastlane/actions/ensure_no_debug_code.rb +21 -1
- data/lib/fastlane/actions/ensure_xcode_version.rb +8 -0
- data/lib/fastlane/actions/erb.rb +30 -1
- data/lib/fastlane/actions/fastlane_version.rb +17 -2
- data/lib/fastlane/actions/flock.rb +20 -0
- data/lib/fastlane/actions/frameit.rb +18 -0
- data/lib/fastlane/actions/gcovr.rb +18 -0
- data/lib/fastlane/actions/get_build_number.rb +10 -0
- data/lib/fastlane/actions/get_build_number_repository.rb +18 -0
- data/lib/fastlane/actions/get_github_release.rb +18 -1
- data/lib/fastlane/actions/get_info_plist_value.rb +14 -0
- data/lib/fastlane/actions/get_ipa_info_plist_value.rb +10 -0
- data/lib/fastlane/actions/get_version_number.rb +10 -0
- data/lib/fastlane/actions/git_add.rb +11 -7
- data/lib/fastlane/actions/git_branch.rb +10 -0
- data/lib/fastlane/actions/git_commit.rb +13 -0
- data/lib/fastlane/actions/git_pull.rb +11 -0
- data/lib/fastlane/actions/git_tag_exists.rb +12 -0
- data/lib/fastlane/actions/gradle.rb +45 -0
- data/lib/fastlane/actions/gym.rb +25 -3
- data/lib/fastlane/actions/hg_add_tag.rb +10 -0
- data/lib/fastlane/actions/hg_commit_version_bump.rb +26 -0
- data/lib/fastlane/actions/hg_ensure_clean_status.rb +14 -0
- data/lib/fastlane/actions/hg_push.rb +18 -0
- data/lib/fastlane/actions/hipchat.rb +19 -0
- data/lib/fastlane/actions/hockey.rb +22 -1
- data/lib/fastlane/actions/ifttt.rb +20 -0
- data/lib/fastlane/actions/import.rb +10 -0
- data/lib/fastlane/actions/import_certificate.rb +19 -0
- data/lib/fastlane/actions/import_from_git.rb +14 -0
- data/lib/fastlane/actions/increment_build_number.rb +24 -2
- data/lib/fastlane/actions/increment_version_number.rb +31 -0
- data/lib/fastlane/actions/install_on_device.rb +17 -0
- data/lib/fastlane/actions/install_xcode_plugin.rb +11 -0
- data/lib/fastlane/actions/installr.rb +17 -1
- data/lib/fastlane/actions/ipa.rb +25 -1
- data/lib/fastlane/actions/is_ci.rb +14 -1
- data/lib/fastlane/actions/jazzy.rb +10 -0
- data/lib/fastlane/actions/jira.rb +16 -3
- data/lib/fastlane/actions/lane_context.rb +8 -0
- data/lib/fastlane/actions/last_git_commit.rb +23 -0
- data/lib/fastlane/actions/last_git_tag.rb +14 -0
- data/lib/fastlane/actions/latest_testflight_build_number.rb +21 -1
- data/lib/fastlane/actions/lcov.rb +14 -0
- data/lib/fastlane/actions/mailgun.rb +25 -0
- data/lib/fastlane/actions/make_changelog_from_jenkins.rb +13 -0
- data/lib/fastlane/actions/match.rb +11 -0
- data/lib/fastlane/actions/nexus_upload.rb +20 -0
- data/lib/fastlane/actions/notification.rb +10 -0
- data/lib/fastlane/actions/notify.rb +9 -1
- data/lib/fastlane/actions/number_of_commits.rb +15 -0
- data/lib/fastlane/actions/oclint.rb +35 -0
- data/lib/fastlane/actions/onesignal.rb +17 -3
- data/lib/fastlane/actions/opt_out_usage.rb +10 -0
- data/lib/fastlane/actions/pem.rb +19 -0
- data/lib/fastlane/actions/pilot.rb +17 -0
- data/lib/fastlane/actions/pod_lib_lint.rb +16 -0
- data/lib/fastlane/actions/pod_push.rb +17 -3
- data/lib/fastlane/actions/podio_item.rb +16 -0
- data/lib/fastlane/actions/produce.rb +19 -0
- data/lib/fastlane/actions/prompt.rb +20 -0
- data/lib/fastlane/actions/push_git_tags.rb +14 -0
- data/lib/fastlane/actions/push_to_git_remote.rb +25 -0
- data/lib/fastlane/actions/puts.rb +10 -0
- data/lib/fastlane/actions/read_podspec.rb +23 -1
- data/lib/fastlane/actions/recreate_schemes.rb +10 -0
- data/lib/fastlane/actions/register_devices.rb +31 -0
- data/lib/fastlane/actions/reset_git_repo.rb +18 -0
- data/lib/fastlane/actions/reset_simulators.rb +10 -0
- data/lib/fastlane/actions/resign.rb +24 -2
- data/lib/fastlane/actions/restore_file.rb +10 -0
- data/lib/fastlane/actions/rocket.rb +14 -0
- data/lib/fastlane/actions/rsync.rb +13 -0
- data/lib/fastlane/actions/s3.rb +30 -0
- data/lib/fastlane/actions/say.rb +10 -0
- data/lib/fastlane/actions/scan.rb +16 -1
- data/lib/fastlane/actions/scp.rb +25 -0
- data/lib/fastlane/actions/screengrab.rb +16 -0
- data/lib/fastlane/actions/set_build_number_repository.rb +16 -3
- data/lib/fastlane/actions/set_changelog.rb +14 -1
- data/lib/fastlane/actions/set_github_release.rb +18 -0
- data/lib/fastlane/actions/set_info_plist_value.rb +10 -4
- data/lib/fastlane/actions/set_pod_key.rb +18 -0
- data/lib/fastlane/actions/setup_jenkins.rb +15 -1
- data/lib/fastlane/actions/sigh.rb +19 -0
- data/lib/fastlane/actions/skip_docs.rb +14 -0
- data/lib/fastlane/actions/slack.rb +34 -0
- data/lib/fastlane/actions/slather.rb +15 -2
- data/lib/fastlane/actions/snapshot.rb +14 -0
- data/lib/fastlane/actions/sonar.rb +37 -19
- data/lib/fastlane/actions/splunkmint.rb +14 -0
- data/lib/fastlane/actions/ssh.rb +18 -1
- data/lib/fastlane/actions/supply.rb +10 -2
- data/lib/fastlane/actions/swiftlint.rb +19 -0
- data/lib/fastlane/actions/team_id.rb +10 -0
- data/lib/fastlane/actions/team_name.rb +10 -0
- data/lib/fastlane/actions/testfairy.rb +19 -1
- data/lib/fastlane/actions/testflight.rb +8 -0
- data/lib/fastlane/actions/tryouts.rb +19 -1
- data/lib/fastlane/actions/twitter.rb +18 -1
- data/lib/fastlane/actions/typetalk.rb +16 -0
- data/lib/fastlane/actions/unlock_keychain.rb +27 -0
- data/lib/fastlane/actions/update_app_group_identifiers.rb +17 -0
- data/lib/fastlane/actions/update_app_identifier.rb +18 -0
- data/lib/fastlane/actions/update_fastlane.rb +27 -0
- data/lib/fastlane/actions/update_icloud_container_identifiers.rb +17 -0
- data/lib/fastlane/actions/update_info_plist.rb +38 -0
- data/lib/fastlane/actions/update_project_code_signing.rb +10 -2
- data/lib/fastlane/actions/update_project_provisioning.rb +17 -1
- data/lib/fastlane/actions/update_project_team.rb +14 -1
- data/lib/fastlane/actions/update_urban_airship_configuration.rb +14 -0
- data/lib/fastlane/actions/update_url_schemes.rb +21 -0
- data/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +10 -0
- data/lib/fastlane/actions/upload_symbols_to_sentry.rb +15 -0
- data/lib/fastlane/actions/verify_build.rb +14 -0
- data/lib/fastlane/actions/verify_pod_keys.rb +15 -1
- data/lib/fastlane/actions/verify_xcode.rb +11 -0
- data/lib/fastlane/actions/version_bump_podspec.rb +11 -0
- data/lib/fastlane/actions/version_get_podspec.rb +10 -0
- data/lib/fastlane/actions/xcode_install.rb +11 -0
- data/lib/fastlane/actions/xcode_select.rb +14 -0
- data/lib/fastlane/actions/xcode_server_get_assets.rb +13 -0
- data/lib/fastlane/actions/xcodebuild.rb +68 -1
- data/lib/fastlane/actions/xcov.rb +18 -1
- data/lib/fastlane/actions/xctool.rb +21 -1
- data/lib/fastlane/actions/xcversion.rb +17 -2
- data/lib/fastlane/actions/zip.rb +14 -0
- data/lib/fastlane/commands_generator.rb +2 -4
- data/lib/fastlane/documentation/markdown_docs_generator.rb +142 -0
- data/lib/fastlane/features.rb +4 -2
- data/lib/fastlane/lane_manager.rb +6 -2
- data/lib/fastlane/setup/crashlytics_beta.rb +6 -4
- data/lib/fastlane/version.rb +1 -1
- metadata +37 -33
@@ -13,7 +13,10 @@ module Fastlane
|
|
13
13
|
end
|
14
14
|
|
15
15
|
def self.details
|
16
|
-
|
16
|
+
[
|
17
|
+
"Create nice code coverage reports and post coverage summaries on Slack *(xcov gem is required)*.",
|
18
|
+
"More information: https://github.com/nakiostudio/xcov"
|
19
|
+
].join("\n")
|
17
20
|
end
|
18
21
|
|
19
22
|
def self.author
|
@@ -42,6 +45,20 @@ module Fastlane
|
|
42
45
|
def self.is_supported?(platform)
|
43
46
|
[:ios, :mac].include? platform
|
44
47
|
end
|
48
|
+
|
49
|
+
def self.example_code
|
50
|
+
[
|
51
|
+
'xcov(
|
52
|
+
workspace: "YourWorkspace.xcworkspace",
|
53
|
+
scheme: "YourScheme",
|
54
|
+
output_directory: "xcov_output"
|
55
|
+
)'
|
56
|
+
]
|
57
|
+
end
|
58
|
+
|
59
|
+
def self.category
|
60
|
+
:testing
|
61
|
+
end
|
45
62
|
end
|
46
63
|
end
|
47
64
|
end
|
@@ -18,6 +18,7 @@ module Fastlane
|
|
18
18
|
|
19
19
|
def self.details
|
20
20
|
[
|
21
|
+
"You can run any `xctool` action. This will require having [xctool](https://github.com/facebook/xctool) installed through [homebrew](http://brew.sh/).",
|
21
22
|
"It is recommended to store the build configuration in the `.xctool-args` file.",
|
22
23
|
"More information available on GitHub: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Actions.md#xctool"
|
23
24
|
].join(' ')
|
@@ -28,7 +29,26 @@ module Fastlane
|
|
28
29
|
end
|
29
30
|
|
30
31
|
def self.is_supported?(platform)
|
31
|
-
[:ios, :mac].include?
|
32
|
+
[:ios, :mac].include?(platform)
|
33
|
+
end
|
34
|
+
|
35
|
+
def self.example_code
|
36
|
+
[
|
37
|
+
'xctool :test',
|
38
|
+
|
39
|
+
'# If you prefer to have the build configuration stored in the `Fastfile`:
|
40
|
+
xctool :test, [
|
41
|
+
"--workspace", "\'AwesomeApp.xcworkspace\'",
|
42
|
+
"--scheme", "\'Schema Name\'",
|
43
|
+
"--configuration", "Debug",
|
44
|
+
"--sdk", "iphonesimulator",
|
45
|
+
"--arch", "i386"
|
46
|
+
].join(" ")'
|
47
|
+
]
|
48
|
+
end
|
49
|
+
|
50
|
+
def self.category
|
51
|
+
:testing
|
32
52
|
end
|
33
53
|
end
|
34
54
|
end
|
@@ -16,8 +16,12 @@ module Fastlane
|
|
16
16
|
"Select an Xcode to use by version specifier"
|
17
17
|
end
|
18
18
|
|
19
|
-
def self.
|
20
|
-
"
|
19
|
+
def self.details
|
20
|
+
"Finds and selects a version of an installed Xcode that best matches the provided [`Gem::Version` requirement specifier](http://www.rubydoc.info/github/rubygems/rubygems/Gem/Version)"
|
21
|
+
end
|
22
|
+
|
23
|
+
def self.authors
|
24
|
+
["oysta"]
|
21
25
|
end
|
22
26
|
|
23
27
|
def self.available_options
|
@@ -33,6 +37,17 @@ module Fastlane
|
|
33
37
|
def self.is_supported?(platform)
|
34
38
|
[:ios, :mac].include? platform
|
35
39
|
end
|
40
|
+
|
41
|
+
def self.example_code
|
42
|
+
[
|
43
|
+
'xcversion version: "7.1" # Selects Xcode 7.1.0',
|
44
|
+
'xcversion version: "~> 7.1.0" # Selects the latest installed version from the 7.1.x set'
|
45
|
+
]
|
46
|
+
end
|
47
|
+
|
48
|
+
def self.category
|
49
|
+
:building
|
50
|
+
end
|
36
51
|
end
|
37
52
|
end
|
38
53
|
end
|
data/lib/fastlane/actions/zip.rb
CHANGED
@@ -55,12 +55,10 @@ module Fastlane
|
|
55
55
|
c.syntax = 'fastlane init'
|
56
56
|
c.description = 'Helps you with your initial fastlane setup'
|
57
57
|
|
58
|
-
|
59
|
-
CrashlyticsBetaCommandLineHandler.apply_options(c)
|
60
|
-
end
|
58
|
+
CrashlyticsBetaCommandLineHandler.apply_options(c)
|
61
59
|
|
62
60
|
c.action do |args, options|
|
63
|
-
if args[0] == 'beta'
|
61
|
+
if args[0] == 'beta'
|
64
62
|
beta_info = CrashlyticsBetaCommandLineHandler.info_from_options(options)
|
65
63
|
Fastlane::CrashlyticsBeta.new(beta_info, Fastlane::CrashlyticsBetaUi.new).run
|
66
64
|
else
|
@@ -0,0 +1,142 @@
|
|
1
|
+
module Fastlane
|
2
|
+
class MarkdownDocsGenerator
|
3
|
+
ENHANCER_URL = "https://fastlane-enhancer.herokuapp.com"
|
4
|
+
|
5
|
+
attr_accessor :categories
|
6
|
+
|
7
|
+
attr_accessor :plugins
|
8
|
+
|
9
|
+
def initialize
|
10
|
+
require 'fastlane'
|
11
|
+
require 'fastlane/documentation/actions_list'
|
12
|
+
Fastlane.load_actions
|
13
|
+
|
14
|
+
self.work
|
15
|
+
end
|
16
|
+
|
17
|
+
def work
|
18
|
+
fill_built_in_actions
|
19
|
+
fill_plugins
|
20
|
+
end
|
21
|
+
|
22
|
+
def fill_built_in_actions
|
23
|
+
self.categories = {}
|
24
|
+
|
25
|
+
Fastlane::Action::AVAILABLE_CATEGORIES.each { |a| self.categories[readable_category_name(a)] = {} }
|
26
|
+
|
27
|
+
# Fill categories with all built-in actions
|
28
|
+
ActionsList.all_actions do |action|
|
29
|
+
readable = readable_category_name(action.category)
|
30
|
+
|
31
|
+
if self.categories[readable].kind_of?(Hash)
|
32
|
+
self.categories[readable][number_of_launches_for_action(action.action_name)] = action
|
33
|
+
else
|
34
|
+
UI.error("Action '#{action.name}' doesn't contain category information... skipping")
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
def fill_plugins
|
40
|
+
self.plugins = []
|
41
|
+
|
42
|
+
all_fastlane_plugins = PluginFetcher.fetch_gems # that's all available gems
|
43
|
+
|
44
|
+
# We iterate over the enhancer data, since this includes the various actions per plugin
|
45
|
+
# we then access `all_fastlane_plugins` to get the URL to the plugin
|
46
|
+
all_actions_from_enhancer.each do |current_action|
|
47
|
+
action_name = current_action["action"] # e.g. "fastlane-plugin-synx/synx"
|
48
|
+
|
49
|
+
next unless action_name.start_with?("fastlane-plugin") # we only care about plugins here
|
50
|
+
|
51
|
+
gem_name = action_name.split("/").first # e.g. fastlane-plugin-synx
|
52
|
+
ruby_gem_info = all_fastlane_plugins.find { |a| a.full_name == gem_name }
|
53
|
+
|
54
|
+
next unless ruby_gem_info
|
55
|
+
|
56
|
+
# `ruby_gem_info` e.g.
|
57
|
+
#
|
58
|
+
# #<Fastlane::FastlanePlugin:0x007ff7fc4de9e0
|
59
|
+
# @downloads=888,
|
60
|
+
# @full_name="fastlane-plugin-synx",
|
61
|
+
# @homepage="https://github.com/afonsograca/fastlane-plugin-synx",
|
62
|
+
# @info="Organise your Xcode project folder to match your Xcode groups.",
|
63
|
+
# @name="synx">
|
64
|
+
|
65
|
+
self.plugins << {
|
66
|
+
linked_title: ruby_gem_info.linked_title,
|
67
|
+
action_name: action_name.split("/").last,
|
68
|
+
description: ruby_gem_info.info,
|
69
|
+
usage: number_of_launches_for_action(action_name)
|
70
|
+
}
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
def number_of_launches_for_action(action_name)
|
75
|
+
found = all_actions_from_enhancer.find { |c| c["action"] == action_name.to_s }
|
76
|
+
|
77
|
+
return found["launches"] if found
|
78
|
+
return rand # so we don't overwrite another action, this is between 0 and 1
|
79
|
+
end
|
80
|
+
|
81
|
+
def all_actions_from_enhancer
|
82
|
+
require 'faraday'
|
83
|
+
require 'json'
|
84
|
+
|
85
|
+
unless @launches
|
86
|
+
conn = Faraday.new(ENHANCER_URL)
|
87
|
+
conn.basic_auth(ENV["ENHANCER_USER"], ENV["ENHANCER_PASSWORD"])
|
88
|
+
begin
|
89
|
+
@launches = JSON.parse(conn.get('/index.json').body)
|
90
|
+
rescue
|
91
|
+
UI.user_error!("Couldn't fetch usage data, make sure to have ENHANCER_USER and ENHANCER_PASSWORD")
|
92
|
+
end
|
93
|
+
end
|
94
|
+
@launches
|
95
|
+
end
|
96
|
+
|
97
|
+
def generate!(target_path: "docs/Actions.md")
|
98
|
+
template = File.join(Fastlane::ROOT, "lib/assets/Actions.md.erb")
|
99
|
+
|
100
|
+
result = ERB.new(File.read(template), 0, '-').result(binding) # http://www.rrn.dk/rubys-erb-templating-system
|
101
|
+
puts result
|
102
|
+
|
103
|
+
File.write(target_path, result)
|
104
|
+
UI.success(target_path)
|
105
|
+
end
|
106
|
+
|
107
|
+
private
|
108
|
+
|
109
|
+
def readable_category_name(category_symbol)
|
110
|
+
case category_symbol
|
111
|
+
when :misc
|
112
|
+
"Misc"
|
113
|
+
when :source_control
|
114
|
+
"Source Control"
|
115
|
+
when :notifications
|
116
|
+
"Notifications"
|
117
|
+
when :code_signing
|
118
|
+
"Code Signing"
|
119
|
+
when :documentation
|
120
|
+
"Documentation"
|
121
|
+
when :testing
|
122
|
+
"Testing"
|
123
|
+
when :building
|
124
|
+
"Building"
|
125
|
+
when :push
|
126
|
+
"Push"
|
127
|
+
when :screenshots
|
128
|
+
"Screenshots"
|
129
|
+
when :project
|
130
|
+
"Project"
|
131
|
+
when :beta
|
132
|
+
"Beta"
|
133
|
+
when :production
|
134
|
+
"Releasing your app"
|
135
|
+
when :deprecated
|
136
|
+
"Deprecated"
|
137
|
+
else
|
138
|
+
category_symbol.to_s.capitalize
|
139
|
+
end
|
140
|
+
end
|
141
|
+
end
|
142
|
+
end
|
data/lib/fastlane/features.rb
CHANGED
@@ -1,2 +1,4 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# Use this file as the place to register Feature switches for the fastlan_core project
|
2
|
+
|
3
|
+
# FastlaneCore::Feature.register(env_var: 'YOUR_FEATURE_SWITCH_ENV_VAR',
|
4
|
+
# description: 'Describe what this feature switch controls')
|
@@ -93,9 +93,13 @@ module Fastlane
|
|
93
93
|
|
94
94
|
rows = []
|
95
95
|
actions.each_with_index do |current, i|
|
96
|
+
is_error_step = !current[:error].to_s.empty?
|
97
|
+
|
96
98
|
name = current[:name][0..60]
|
97
|
-
name = name.red
|
98
|
-
|
99
|
+
name = name.red if is_error_step
|
100
|
+
index = i + 1
|
101
|
+
index = "💥" if is_error_step
|
102
|
+
rows << [index, name, current[:time].to_i]
|
99
103
|
end
|
100
104
|
|
101
105
|
puts ""
|
@@ -58,20 +58,22 @@ module Fastlane
|
|
58
58
|
# Learn more here: https://github.com/fastlane/setups/blob/master/samples-ios/distribute-beta-build.md 🚀
|
59
59
|
#
|
60
60
|
lane :beta do |values|
|
61
|
-
|
61
|
+
# Fabric generated this lane for deployment to Crashlytics Beta
|
62
62
|
# set 'export_method' to 'ad-hoc' if your Crashlytics Beta distribution uses ad-hoc provisioning
|
63
63
|
gym(scheme: '#{@beta_info.schemes.first}', export_method: '#{@beta_info.export_method}')
|
64
64
|
|
65
|
-
emails = values[:
|
66
|
-
groups = values[:
|
65
|
+
emails = values[:test_email] ? values[:test_email] : #{beta_info_emails} # You can list more emails here
|
66
|
+
groups = values[:test_email] ? nil : #{beta_info_groups} # You can define groups on the web and reference them here
|
67
67
|
|
68
68
|
crashlytics(api_token: '#{@beta_info.api_key}',
|
69
69
|
build_secret: '#{@beta_info.build_secret}',#{crashlytics_path_arg}
|
70
70
|
emails: emails,
|
71
71
|
groups: groups,
|
72
|
-
notes: 'Distributed with fastlane', # Check out the changelog_from_git_commits action
|
72
|
+
notes: 'Distributed with fastlane', # Check out the changelog_from_git_commits action
|
73
73
|
notifications: true) # Should this distribution notify your testers via email?
|
74
74
|
|
75
|
+
# for all available options run `fastlane action crashlytics`
|
76
|
+
|
75
77
|
# You can notify your team in chat that a beta build has been uploaded
|
76
78
|
# slack(
|
77
79
|
# slack_url: "https://hooks.slack.com/services/YOUR/TEAM/INFO"
|
data/lib/fastlane/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.105.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2016-
|
18
|
+
date: 2016-10-05 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: krausefx-shenzhen
|
@@ -71,14 +71,14 @@ dependencies:
|
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: 0.2.
|
74
|
+
version: 0.2.3
|
75
75
|
type: :runtime
|
76
76
|
prerelease: false
|
77
77
|
version_requirements: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
79
|
- - ">="
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 0.2.
|
81
|
+
version: 0.2.3
|
82
82
|
- !ruby/object:Gem::Dependency
|
83
83
|
name: terminal-notifier
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|
@@ -183,7 +183,7 @@ dependencies:
|
|
183
183
|
requirements:
|
184
184
|
- - ">="
|
185
185
|
- !ruby/object:Gem::Version
|
186
|
-
version: 0.52.
|
186
|
+
version: 0.52.1
|
187
187
|
- - "<"
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: 1.0.0
|
@@ -193,7 +193,7 @@ dependencies:
|
|
193
193
|
requirements:
|
194
194
|
- - ">="
|
195
195
|
- !ruby/object:Gem::Version
|
196
|
-
version: 0.52.
|
196
|
+
version: 0.52.1
|
197
197
|
- - "<"
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: 1.0.0
|
@@ -217,7 +217,7 @@ dependencies:
|
|
217
217
|
requirements:
|
218
218
|
- - ">="
|
219
219
|
- !ruby/object:Gem::Version
|
220
|
-
version: 0.16.
|
220
|
+
version: 0.16.1
|
221
221
|
- - "<"
|
222
222
|
- !ruby/object:Gem::Version
|
223
223
|
version: 1.0.0
|
@@ -227,7 +227,7 @@ dependencies:
|
|
227
227
|
requirements:
|
228
228
|
- - ">="
|
229
229
|
- !ruby/object:Gem::Version
|
230
|
-
version: 0.16.
|
230
|
+
version: 0.16.1
|
231
231
|
- - "<"
|
232
232
|
- !ruby/object:Gem::Version
|
233
233
|
version: 1.0.0
|
@@ -237,7 +237,7 @@ dependencies:
|
|
237
237
|
requirements:
|
238
238
|
- - ">="
|
239
239
|
- !ruby/object:Gem::Version
|
240
|
-
version: 0.
|
240
|
+
version: 0.34.2
|
241
241
|
- - "<"
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: 1.0.0
|
@@ -247,7 +247,7 @@ dependencies:
|
|
247
247
|
requirements:
|
248
248
|
- - ">="
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version: 0.
|
250
|
+
version: 0.34.2
|
251
251
|
- - "<"
|
252
252
|
- !ruby/object:Gem::Version
|
253
253
|
version: 1.0.0
|
@@ -257,7 +257,7 @@ dependencies:
|
|
257
257
|
requirements:
|
258
258
|
- - ">="
|
259
259
|
- !ruby/object:Gem::Version
|
260
|
-
version: 1.
|
260
|
+
version: 1.14.0
|
261
261
|
- - "<"
|
262
262
|
- !ruby/object:Gem::Version
|
263
263
|
version: 2.0.0
|
@@ -267,7 +267,7 @@ dependencies:
|
|
267
267
|
requirements:
|
268
268
|
- - ">="
|
269
269
|
- !ruby/object:Gem::Version
|
270
|
-
version: 1.
|
270
|
+
version: 1.14.0
|
271
271
|
- - "<"
|
272
272
|
- !ruby/object:Gem::Version
|
273
273
|
version: 2.0.0
|
@@ -277,7 +277,7 @@ dependencies:
|
|
277
277
|
requirements:
|
278
278
|
- - ">="
|
279
279
|
- !ruby/object:Gem::Version
|
280
|
-
version: 1.16.
|
280
|
+
version: 1.16.1
|
281
281
|
- - "<"
|
282
282
|
- !ruby/object:Gem::Version
|
283
283
|
version: 2.0.0
|
@@ -287,7 +287,7 @@ dependencies:
|
|
287
287
|
requirements:
|
288
288
|
- - ">="
|
289
289
|
- !ruby/object:Gem::Version
|
290
|
-
version: 1.16.
|
290
|
+
version: 1.16.1
|
291
291
|
- - "<"
|
292
292
|
- !ruby/object:Gem::Version
|
293
293
|
version: 2.0.0
|
@@ -297,7 +297,7 @@ dependencies:
|
|
297
297
|
requirements:
|
298
298
|
- - ">="
|
299
299
|
- !ruby/object:Gem::Version
|
300
|
-
version: 2.
|
300
|
+
version: 2.8.0
|
301
301
|
- - "<"
|
302
302
|
- !ruby/object:Gem::Version
|
303
303
|
version: 3.0.0
|
@@ -307,7 +307,7 @@ dependencies:
|
|
307
307
|
requirements:
|
308
308
|
- - ">="
|
309
309
|
- !ruby/object:Gem::Version
|
310
|
-
version: 2.
|
310
|
+
version: 2.8.0
|
311
311
|
- - "<"
|
312
312
|
- !ruby/object:Gem::Version
|
313
313
|
version: 3.0.0
|
@@ -337,7 +337,7 @@ dependencies:
|
|
337
337
|
requirements:
|
338
338
|
- - ">="
|
339
339
|
- !ruby/object:Gem::Version
|
340
|
-
version: 1.4.
|
340
|
+
version: 1.4.3
|
341
341
|
- - "<"
|
342
342
|
- !ruby/object:Gem::Version
|
343
343
|
version: 2.0.0
|
@@ -347,7 +347,7 @@ dependencies:
|
|
347
347
|
requirements:
|
348
348
|
- - ">="
|
349
349
|
- !ruby/object:Gem::Version
|
350
|
-
version: 1.4.
|
350
|
+
version: 1.4.3
|
351
351
|
- - "<"
|
352
352
|
- !ruby/object:Gem::Version
|
353
353
|
version: 2.0.0
|
@@ -357,7 +357,7 @@ dependencies:
|
|
357
357
|
requirements:
|
358
358
|
- - ">="
|
359
359
|
- !ruby/object:Gem::Version
|
360
|
-
version: 1.11.
|
360
|
+
version: 1.11.2
|
361
361
|
- - "<"
|
362
362
|
- !ruby/object:Gem::Version
|
363
363
|
version: 2.0.0
|
@@ -367,7 +367,7 @@ dependencies:
|
|
367
367
|
requirements:
|
368
368
|
- - ">="
|
369
369
|
- !ruby/object:Gem::Version
|
370
|
-
version: 1.11.
|
370
|
+
version: 1.11.2
|
371
371
|
- - "<"
|
372
372
|
- !ruby/object:Gem::Version
|
373
373
|
version: 2.0.0
|
@@ -377,7 +377,7 @@ dependencies:
|
|
377
377
|
requirements:
|
378
378
|
- - ">="
|
379
379
|
- !ruby/object:Gem::Version
|
380
|
-
version: 1.2.
|
380
|
+
version: 1.2.1
|
381
381
|
- - "<"
|
382
382
|
- !ruby/object:Gem::Version
|
383
383
|
version: 2.0.0
|
@@ -387,7 +387,7 @@ dependencies:
|
|
387
387
|
requirements:
|
388
388
|
- - ">="
|
389
389
|
- !ruby/object:Gem::Version
|
390
|
-
version: 1.2.
|
390
|
+
version: 1.2.1
|
391
391
|
- - "<"
|
392
392
|
- !ruby/object:Gem::Version
|
393
393
|
version: 2.0.0
|
@@ -397,7 +397,7 @@ dependencies:
|
|
397
397
|
requirements:
|
398
398
|
- - ">="
|
399
399
|
- !ruby/object:Gem::Version
|
400
|
-
version: 1.
|
400
|
+
version: 1.11.0
|
401
401
|
- - "<"
|
402
402
|
- !ruby/object:Gem::Version
|
403
403
|
version: 2.0.0
|
@@ -407,7 +407,7 @@ dependencies:
|
|
407
407
|
requirements:
|
408
408
|
- - ">="
|
409
409
|
- !ruby/object:Gem::Version
|
410
|
-
version: 1.
|
410
|
+
version: 1.11.0
|
411
411
|
- - "<"
|
412
412
|
- !ruby/object:Gem::Version
|
413
413
|
version: 2.0.0
|
@@ -417,7 +417,7 @@ dependencies:
|
|
417
417
|
requirements:
|
418
418
|
- - ">="
|
419
419
|
- !ruby/object:Gem::Version
|
420
|
-
version: 1.10.
|
420
|
+
version: 1.10.1
|
421
421
|
- - "<"
|
422
422
|
- !ruby/object:Gem::Version
|
423
423
|
version: 2.0.0
|
@@ -427,7 +427,7 @@ dependencies:
|
|
427
427
|
requirements:
|
428
428
|
- - ">="
|
429
429
|
- !ruby/object:Gem::Version
|
430
|
-
version: 1.10.
|
430
|
+
version: 1.10.1
|
431
431
|
- - "<"
|
432
432
|
- !ruby/object:Gem::Version
|
433
433
|
version: 2.0.0
|
@@ -440,7 +440,7 @@ dependencies:
|
|
440
440
|
version: 0.13.0
|
441
441
|
- - "<"
|
442
442
|
- !ruby/object:Gem::Version
|
443
|
-
version:
|
443
|
+
version: 1.0.0
|
444
444
|
type: :runtime
|
445
445
|
prerelease: false
|
446
446
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -450,7 +450,7 @@ dependencies:
|
|
450
450
|
version: 0.13.0
|
451
451
|
- - "<"
|
452
452
|
- !ruby/object:Gem::Version
|
453
|
-
version:
|
453
|
+
version: 1.0.0
|
454
454
|
- !ruby/object:Gem::Dependency
|
455
455
|
name: supply
|
456
456
|
requirement: !ruby/object:Gem::Requirement
|
@@ -477,7 +477,7 @@ dependencies:
|
|
477
477
|
requirements:
|
478
478
|
- - ">="
|
479
479
|
- !ruby/object:Gem::Version
|
480
|
-
version: 0.8.
|
480
|
+
version: 0.8.1
|
481
481
|
- - "<"
|
482
482
|
- !ruby/object:Gem::Version
|
483
483
|
version: 1.0.0
|
@@ -487,7 +487,7 @@ dependencies:
|
|
487
487
|
requirements:
|
488
488
|
- - ">="
|
489
489
|
- !ruby/object:Gem::Version
|
490
|
-
version: 0.8.
|
490
|
+
version: 0.8.1
|
491
491
|
- - "<"
|
492
492
|
- !ruby/object:Gem::Version
|
493
493
|
version: 1.0.0
|
@@ -694,11 +694,14 @@ files:
|
|
694
694
|
- bin/fastlane
|
695
695
|
- "bin/\U0001F680"
|
696
696
|
- lib/.DS_Store
|
697
|
+
- lib/assets/.DS_Store
|
698
|
+
- lib/assets/Actions.md.erb
|
697
699
|
- lib/assets/AppfileTemplate
|
698
700
|
- lib/assets/AppfileTemplateAndroid
|
699
701
|
- lib/assets/AvailablePlugins.md.erb
|
700
702
|
- lib/assets/DefaultFastfileTemplate
|
701
703
|
- lib/assets/FastfileTemplateAndroid
|
704
|
+
- lib/assets/completions/.DS_Store
|
702
705
|
- lib/assets/completions/completion.bash
|
703
706
|
- lib/assets/completions/completion.sh
|
704
707
|
- lib/assets/completions/completion.zsh
|
@@ -712,6 +715,7 @@ files:
|
|
712
715
|
- lib/fastlane/.DS_Store
|
713
716
|
- lib/fastlane/action.rb
|
714
717
|
- lib/fastlane/action_collector.rb
|
718
|
+
- lib/fastlane/actions/.DS_Store
|
715
719
|
- lib/fastlane/actions/README.md
|
716
720
|
- lib/fastlane/actions/actions_helper.rb
|
717
721
|
- lib/fastlane/actions/adb.rb
|
@@ -751,6 +755,7 @@ files:
|
|
751
755
|
- lib/fastlane/actions/delete_keychain.rb
|
752
756
|
- lib/fastlane/actions/deliver.rb
|
753
757
|
- lib/fastlane/actions/deploygate.rb
|
758
|
+
- lib/fastlane/actions/device_grid/.DS_Store
|
754
759
|
- lib/fastlane/actions/device_grid/README.md
|
755
760
|
- lib/fastlane/actions/dotgpg_environment.rb
|
756
761
|
- lib/fastlane/actions/download.rb
|
@@ -893,6 +898,7 @@ files:
|
|
893
898
|
- lib/fastlane/core_ext/bundler_monkey_patch.rb
|
894
899
|
- lib/fastlane/documentation/actions_list.rb
|
895
900
|
- lib/fastlane/documentation/docs_generator.rb
|
901
|
+
- lib/fastlane/documentation/markdown_docs_generator.rb
|
896
902
|
- lib/fastlane/erb_template_helper.rb
|
897
903
|
- lib/fastlane/fast_file.rb
|
898
904
|
- lib/fastlane/fastlane_folder.rb
|
@@ -913,7 +919,6 @@ files:
|
|
913
919
|
- lib/fastlane/new_action.rb
|
914
920
|
- lib/fastlane/one_off.rb
|
915
921
|
- lib/fastlane/other_action.rb
|
916
|
-
- lib/fastlane/plugins/.DS_Store
|
917
922
|
- lib/fastlane/plugins/plugin_fetcher.rb
|
918
923
|
- lib/fastlane/plugins/plugin_generator.rb
|
919
924
|
- lib/fastlane/plugins/plugin_generator_ui.rb
|
@@ -941,7 +946,6 @@ files:
|
|
941
946
|
- lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/version.rb.erb
|
942
947
|
- lib/fastlane/plugins/template/spec/%plugin_name%_action_spec.rb.erb
|
943
948
|
- lib/fastlane/plugins/template/spec/spec_helper.rb.erb
|
944
|
-
- lib/fastlane/plugins/templates/.DS_Store
|
945
949
|
- lib/fastlane/runner.rb
|
946
950
|
- lib/fastlane/setup/crashlytics_beta.rb
|
947
951
|
- lib/fastlane/setup/crashlytics_beta_command_line_handler.rb
|
@@ -976,7 +980,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
976
980
|
version: '0'
|
977
981
|
requirements: []
|
978
982
|
rubyforge_project:
|
979
|
-
rubygems_version: 2.
|
983
|
+
rubygems_version: 2.6.6
|
980
984
|
signing_key:
|
981
985
|
specification_version: 4
|
982
986
|
summary: The easiest way to automate building and releasing your iOS and Android apps
|