fastlane 2.94.0.beta.20180425050017 → 2.94.0.beta.20180426050049

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/fastlane/lib/assets/ActionDetails.md.erb +1 -1
  3. data/fastlane/lib/fastlane/action.rb +36 -1
  4. data/fastlane/lib/fastlane/actions/adb.rb +1 -3
  5. data/fastlane/lib/fastlane/actions/adb_devices.rb +1 -3
  6. data/fastlane/lib/fastlane/actions/add_git_tag.rb +11 -8
  7. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +4 -1
  8. data/fastlane/lib/fastlane/actions/appaloosa.rb +3 -4
  9. data/fastlane/lib/fastlane/actions/appetize.rb +1 -1
  10. data/fastlane/lib/fastlane/actions/badge.rb +4 -4
  11. data/fastlane/lib/fastlane/actions/build_and_upload_to_appetize.rb +2 -2
  12. data/fastlane/lib/fastlane/actions/chatwork.rb +1 -1
  13. data/fastlane/lib/fastlane/actions/cloc.rb +1 -1
  14. data/fastlane/lib/fastlane/actions/commit_github_file.rb +5 -4
  15. data/fastlane/lib/fastlane/actions/commit_version_bump.rb +9 -9
  16. data/fastlane/lib/fastlane/actions/copy_artifacts.rb +2 -2
  17. data/fastlane/lib/fastlane/actions/crashlytics.rb +2 -2
  18. data/fastlane/lib/fastlane/actions/create_app_online.rb +5 -6
  19. data/fastlane/lib/fastlane/actions/danger.rb +1 -1
  20. data/fastlane/lib/fastlane/actions/delete_keychain.rb +1 -1
  21. data/fastlane/lib/fastlane/actions/deploygate.rb +1 -1
  22. data/fastlane/lib/fastlane/actions/dotgpg_environment.rb +1 -1
  23. data/fastlane/lib/fastlane/actions/download.rb +2 -3
  24. data/fastlane/lib/fastlane/actions/download_dsyms.rb +12 -9
  25. data/fastlane/lib/fastlane/actions/ensure_git_branch.rb +2 -3
  26. data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +3 -5
  27. data/fastlane/lib/fastlane/actions/ensure_no_debug_code.rb +2 -3
  28. data/fastlane/lib/fastlane/actions/ensure_xcode_version.rb +4 -2
  29. data/fastlane/lib/fastlane/actions/erb.rb +2 -2
  30. data/fastlane/lib/fastlane/actions/flock.rb +1 -4
  31. data/fastlane/lib/fastlane/actions/frame_screenshots.rb +2 -2
  32. data/fastlane/lib/fastlane/actions/get_build_number.rb +2 -3
  33. data/fastlane/lib/fastlane/actions/get_build_number_repository.rb +1 -1
  34. data/fastlane/lib/fastlane/actions/get_certificates.rb +1 -1
  35. data/fastlane/lib/fastlane/actions/get_github_release.rb +42 -38
  36. data/fastlane/lib/fastlane/actions/get_ipa_info_plist_value.rb +1 -1
  37. data/fastlane/lib/fastlane/actions/get_push_certificate.rb +13 -8
  38. data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -3
  39. data/fastlane/lib/fastlane/actions/git_commit.rb +0 -4
  40. data/fastlane/lib/fastlane/actions/git_submodule_update.rb +0 -4
  41. data/fastlane/lib/fastlane/actions/git_tag_exists.rb +0 -4
  42. data/fastlane/lib/fastlane/actions/github_api.rb +5 -3
  43. data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +1 -1
  44. data/fastlane/lib/fastlane/actions/gradle.rb +1 -3
  45. data/fastlane/lib/fastlane/actions/hg_commit_version_bump.rb +8 -5
  46. data/fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb +1 -1
  47. data/fastlane/lib/fastlane/actions/hg_push.rb +1 -1
  48. data/fastlane/lib/fastlane/actions/hockey.rb +1 -1
  49. data/fastlane/lib/fastlane/actions/import.rb +2 -2
  50. data/fastlane/lib/fastlane/actions/import_from_git.rb +1 -4
  51. data/fastlane/lib/fastlane/actions/increment_version_number.rb +1 -2
  52. data/fastlane/lib/fastlane/actions/install_on_device.rb +1 -1
  53. data/fastlane/lib/fastlane/actions/ipa.rb +6 -4
  54. data/fastlane/lib/fastlane/actions/is_ci.rb +1 -4
  55. data/fastlane/lib/fastlane/actions/jazzy.rb +0 -3
  56. data/fastlane/lib/fastlane/actions/lane_context.rb +2 -2
  57. data/fastlane/lib/fastlane/actions/last_git_tag.rb +1 -1
  58. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +2 -2
  59. data/fastlane/lib/fastlane/actions/modify_services.rb +1 -2
  60. data/fastlane/lib/fastlane/actions/notify.rb +1 -1
  61. data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
  62. data/fastlane/lib/fastlane/actions/oclint.rb +1 -1
  63. data/fastlane/lib/fastlane/actions/onesignal.rb +1 -1
  64. data/fastlane/lib/fastlane/actions/opt_out_crash_reporting.rb +1 -3
  65. data/fastlane/lib/fastlane/actions/opt_out_usage.rb +4 -5
  66. data/fastlane/lib/fastlane/actions/pod_push.rb +0 -4
  67. data/fastlane/lib/fastlane/actions/podio_item.rb +5 -5
  68. data/fastlane/lib/fastlane/actions/prompt.rb +2 -2
  69. data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +1 -5
  70. data/fastlane/lib/fastlane/actions/read_podspec.rb +3 -5
  71. data/fastlane/lib/fastlane/actions/register_device.rb +1 -1
  72. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +8 -4
  73. data/fastlane/lib/fastlane/actions/resign.rb +11 -9
  74. data/fastlane/lib/fastlane/actions/rsync.rb +1 -1
  75. data/fastlane/lib/fastlane/actions/s3.rb +4 -2
  76. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
  77. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  78. data/fastlane/lib/fastlane/actions/set_github_release.rb +5 -5
  79. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +8 -5
  80. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +10 -8
  81. data/fastlane/lib/fastlane/actions/setup_travis.rb +7 -4
  82. data/fastlane/lib/fastlane/actions/sh.rb +1 -1
  83. data/fastlane/lib/fastlane/actions/skip_docs.rb +1 -1
  84. data/fastlane/lib/fastlane/actions/slather.rb +4 -4
  85. data/fastlane/lib/fastlane/actions/sonar.rb +2 -2
  86. data/fastlane/lib/fastlane/actions/ssh.rb +1 -1
  87. data/fastlane/lib/fastlane/actions/swiftlint.rb +0 -3
  88. data/fastlane/lib/fastlane/actions/tryouts.rb +1 -1
  89. data/fastlane/lib/fastlane/actions/twitter.rb +1 -1
  90. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +4 -2
  91. data/fastlane/lib/fastlane/actions/update_fastlane.rb +14 -7
  92. data/fastlane/lib/fastlane/actions/update_project_code_signing.rb +4 -3
  93. data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +6 -7
  94. data/fastlane/lib/fastlane/actions/update_project_team.rb +1 -1
  95. data/fastlane/lib/fastlane/actions/update_urban_airship_configuration.rb +1 -1
  96. data/fastlane/lib/fastlane/actions/update_url_schemes.rb +1 -2
  97. data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +1 -7
  98. data/fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb +6 -8
  99. data/fastlane/lib/fastlane/actions/upload_to_app_store.rb +2 -4
  100. data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +2 -2
  101. data/fastlane/lib/fastlane/actions/verify_xcode.rb +1 -5
  102. data/fastlane/lib/fastlane/actions/version_bump_podspec.rb +3 -3
  103. data/fastlane/lib/fastlane/actions/xcode_server_get_assets.rb +5 -5
  104. data/fastlane/lib/fastlane/actions/xcov.rb +1 -1
  105. data/fastlane/lib/fastlane/actions/xctool.rb +3 -3
  106. data/fastlane/lib/fastlane/actions/zip.rb +0 -3
  107. data/fastlane/lib/fastlane/documentation/actions_list.rb +8 -2
  108. data/fastlane/lib/fastlane/lane_list.rb +2 -3
  109. data/fastlane/lib/fastlane/version.rb +1 -1
  110. metadata +14 -14
@@ -34,10 +34,7 @@ module Fastlane
34
34
  end
35
35
 
36
36
  def self.details
37
- [
38
- "To obtain the token, create a new [incoming message webhook](https://dev.flock.co/wiki/display/FlockAPI/Incoming+Webhooks)",
39
- "in your Flock admin panel."
40
- ].join("\n")
37
+ "To obtain the token, create a new [incoming message webhook](https://dev.flock.co/wiki/display/FlockAPI/Incoming+Webhooks) in your Flock admin panel."
41
38
  end
42
39
 
43
40
  def self.available_options
@@ -20,8 +20,8 @@ module Fastlane
20
20
 
21
21
  def self.details
22
22
  [
23
- "Uses [frameit](https://docs.fastlane.tools/actions/frameit/) to prepare perfect screenshots for the App Store, your website, QA",
24
- "or emails. You can add background and titles to the framed screenshots as well."
23
+ "Uses [frameit](https://docs.fastlane.tools/actions/frameit/) to prepare perfect screenshots for the App Store, your website, QA or emails.",
24
+ "You can add background and titles to the framed screenshots as well."
25
25
  ].join("\n")
26
26
  end
27
27
 
@@ -48,9 +48,8 @@ module Fastlane
48
48
  def self.details
49
49
  [
50
50
  "This action will return the current build number set on your project.",
51
- "You first have to set up your Xcode project, if you haven't done it already:",
52
- "https://developer.apple.com/library/ios/qa/qa1827/_index.html"
53
- ].join(' ')
51
+ "You first have to set up your Xcode project, if you haven't done it already: [https://developer.apple.com/library/ios/qa/qa1827/_index.html](https://developer.apple.com/library/ios/qa/qa1827/_index.html)."
52
+ ].join("\n")
54
53
  end
55
54
 
56
55
  def self.available_options
@@ -72,7 +72,7 @@ module Fastlane
72
72
  def self.details
73
73
  [
74
74
  "This action will get the **build number** according to what the SCM HEAD reports.",
75
- "Currently supported SCMs are svn (uses root revision), git-svn (uses svn revision) and git (uses short hash) and mercurial (uses short hash or revision number).",
75
+ "Currently supported SCMs are svn (uses root revision), git-svn (uses svn revision), git (uses short hash) and mercurial (uses short hash or revision number).",
76
76
  "There is an option, `:use_hg_revision_number`, which allows to use mercurial revision number instead of hash."
77
77
  ].join("\n")
78
78
  end
@@ -33,7 +33,7 @@ module Fastlane
33
33
  def self.details
34
34
  [
35
35
  "**Important**: It is recommended to use [match](https://docs.fastlane.tools/actions/match/) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use _cert_ directly only if you want full control over what's going on and know more about codesigning.",
36
- "Use this action to download the latest code signing identity"
36
+ "Use this action to download the latest code signing identity."
37
37
  ].join("\n")
38
38
  end
39
39
 
@@ -52,46 +52,50 @@ module Fastlane
52
52
  end
53
53
 
54
54
  def self.details
55
- sample = '
56
- {"url"=>"https://api.github.com/repos/KrauseFx/fastlane/releases/1537713",
57
- "assets_url"=>"https://api.github.com/repos/KrauseFx/fastlane/releases/1537713/assets",
58
- "upload_url"=>"https://uploads.github.com/repos/KrauseFx/fastlane/releases/1537713/assets{?name}",
59
- "html_url"=>"https://github.com/fastlane/fastlane/releases/tag/1.8.0",
60
- "id"=>1537713,
61
- "tag_name"=>"1.8.0",
62
- "target_commitish"=>"master",
63
- "name"=>"1.8.0 Switch Lanes & Pass Parameters",
64
- "draft"=>false,
65
- "author"=>
66
- {"login"=>"KrauseFx",
67
- "id"=>869950,
68
- "avatar_url"=>"https://avatars.githubusercontent.com/u/869950?v=3",
69
- "gravatar_id"=>"",
70
- "url"=>"https://api.github.com/users/KrauseFx",
71
- "html_url"=>"https://github.com/fastlane",
72
- "followers_url"=>"https://api.github.com/users/KrauseFx/followers",
73
- "following_url"=>"https://api.github.com/users/KrauseFx/following{/other_user}",
74
- "gists_url"=>"https://api.github.com/users/KrauseFx/gists{/gist_id}",
75
- "starred_url"=>"https://api.github.com/users/KrauseFx/starred{/owner}{/repo}",
76
- "subscriptions_url"=>"https://api.github.com/users/KrauseFx/subscriptions",
77
- "organizations_url"=>"https://api.github.com/users/KrauseFx/orgs",
78
- "repos_url"=>"https://api.github.com/users/KrauseFx/repos",
79
- "events_url"=>"https://api.github.com/users/KrauseFx/events{/privacy}",
80
- "received_events_url"=>"https://api.github.com/users/KrauseFx/received_events",
81
- "type"=>"User",
82
- "site_admin"=>false},
83
- "prerelease"=>false,
84
- "created_at"=>"2015-07-14T23:33:01Z",
85
- "published_at"=>"2015-07-14T23:44:10Z",
86
- "assets"=>[],
87
- "tarball_url"=>"https://api.github.com/repos/KrauseFx/fastlane/tarball/1.8.0",
88
- "zipball_url"=>"https://api.github.com/repos/KrauseFx/fastlane/zipball/1.8.0",
89
- "body"=> ...Markdown...
90
- "This is one of the biggest updates of _fastlane_ yet"
91
- }'
55
+ sample = <<-SAMPLE.markdown_sample
56
+ ```no-highlight
57
+ {
58
+ "url"=>"https://api.github.com/repos/KrauseFx/fastlane/releases/1537713",
59
+ "assets_url"=>"https://api.github.com/repos/KrauseFx/fastlane/releases/1537713/assets",
60
+ "upload_url"=>"https://uploads.github.com/repos/KrauseFx/fastlane/releases/1537713/assets{?name}",
61
+ "html_url"=>"https://github.com/fastlane/fastlane/releases/tag/1.8.0",
62
+ "id"=>1537713,
63
+ "tag_name"=>"1.8.0",
64
+ "target_commitish"=>"master",
65
+ "name"=>"1.8.0 Switch Lanes & Pass Parameters",
66
+ "draft"=>false,
67
+ "author"=>
68
+ {"login"=>"KrauseFx",
69
+ "id"=>869950,
70
+ "avatar_url"=>"https://avatars.githubusercontent.com/u/869950?v=3",
71
+ "gravatar_id"=>"",
72
+ "url"=>"https://api.github.com/users/KrauseFx",
73
+ "html_url"=>"https://github.com/fastlane",
74
+ "followers_url"=>"https://api.github.com/users/KrauseFx/followers",
75
+ "following_url"=>"https://api.github.com/users/KrauseFx/following{/other_user}",
76
+ "gists_url"=>"https://api.github.com/users/KrauseFx/gists{/gist_id}",
77
+ "starred_url"=>"https://api.github.com/users/KrauseFx/starred{/owner}{/repo}",
78
+ "subscriptions_url"=>"https://api.github.com/users/KrauseFx/subscriptions",
79
+ "organizations_url"=>"https://api.github.com/users/KrauseFx/orgs",
80
+ "repos_url"=>"https://api.github.com/users/KrauseFx/repos",
81
+ "events_url"=>"https://api.github.com/users/KrauseFx/events{/privacy}",
82
+ "received_events_url"=>"https://api.github.com/users/KrauseFx/received_events",
83
+ "type"=>"User",
84
+ "site_admin"=>false},
85
+ "prerelease"=>false,
86
+ "created_at"=>"2015-07-14T23:33:01Z",
87
+ "published_at"=>"2015-07-14T23:44:10Z",
88
+ "assets"=>[],
89
+ "tarball_url"=>"https://api.github.com/repos/KrauseFx/fastlane/tarball/1.8.0",
90
+ "zipball_url"=>"https://api.github.com/repos/KrauseFx/fastlane/zipball/1.8.0",
91
+ "body"=> ...Markdown...
92
+ "This is one of the biggest updates of _fastlane_ yet"
93
+ }
94
+ ```
95
+ SAMPLE
92
96
 
93
97
  [
94
- "This will return all information about a release. For example:",
98
+ "This will return all information about a release. For example:".markdown_preserve_newlines,
95
99
  sample
96
100
  ].join("\n")
97
101
  end
@@ -28,7 +28,7 @@ module Fastlane
28
28
  end
29
29
 
30
30
  def self.details
31
- "This is useful for introspecting Info.plist files for .ipa files that have already been built."
31
+ "This is useful for introspecting Info.plist files for `.ipa` files that have already been built."
32
32
  end
33
33
 
34
34
  def self.available_options
@@ -30,15 +30,20 @@ module Fastlane
30
30
  end
31
31
 
32
32
  def self.details
33
+ sample = <<-SAMPLE.markdown_sample
34
+ ```ruby
35
+ get_push_certificate(
36
+ new_profile: proc do
37
+ # your upload code
38
+ end
39
+ )
40
+ ```
41
+ SAMPLE
42
+
33
43
  [
34
- "Additionally to the available options, you can also specify a block that only gets executed if a new",
35
- "profile was created. You can use it to upload the new profile to your server.",
36
- "Use it like this: ",
37
- "get_push_certificate(",
38
- " new_profile: proc do ",
39
- " # your upload code",
40
- " end",
41
- ")"
44
+ "Additionally to the available options, you can also specify a block that only gets executed if a new profile was created. You can use it to upload the new profile to your server.",
45
+ "Use it like this:".markdown_preserve_newlines,
46
+ sample
42
47
  ].join("\n")
43
48
  end
44
49
 
@@ -106,9 +106,7 @@ module Fastlane
106
106
  end
107
107
 
108
108
  def self.details
109
- [
110
- "This action will return the current version number set on your project."
111
- ].join(' ')
109
+ "This action will return the current version number set on your project."
112
110
  end
113
111
 
114
112
  def self.available_options
@@ -21,10 +21,6 @@ module Fastlane
21
21
  "Directly commit the given file with the given message"
22
22
  end
23
23
 
24
- def self.details
25
- ""
26
- end
27
-
28
24
  def self.available_options
29
25
  [
30
26
  FastlaneCore::ConfigItem.new(key: :path,
@@ -16,10 +16,6 @@ module Fastlane
16
16
  "Executes a git submodule command"
17
17
  end
18
18
 
19
- def self.details
20
- nil
21
- end
22
-
23
19
  def self.available_options
24
20
  [
25
21
  FastlaneCore::ConfigItem.new(key: :recursive,
@@ -25,10 +25,6 @@ module Fastlane
25
25
  "Checks if the git tag with the given name exists in the current repo"
26
26
  end
27
27
 
28
- def self.details
29
- nil
30
- end
31
-
32
28
  def self.available_options
33
29
  [
34
30
  FastlaneCore::ConfigItem.new(key: :tag,
@@ -69,9 +69,11 @@ module Fastlane
69
69
  end
70
70
 
71
71
  def details
72
- "Calls any GitHub API endpoint. You must provide your GitHub Personal token (get one from https://github.com/settings/tokens/new).
73
- Out parameters provide the status code and the full response JSON if valid, otherwise the raw response body.
74
- Documentation: https://developer.github.com/v3"
72
+ [
73
+ "Calls any GitHub API endpoint. You must provide your GitHub Personal token (get one from [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)).",
74
+ "Out parameters provide the status code and the full response JSON if valid, otherwise the raw response body.",
75
+ "Documentation: [https://developer.github.com/v3](https://developer.github.com/v3)."
76
+ ].join("\n")
75
77
  end
76
78
 
77
79
  def available_options
@@ -31,7 +31,7 @@ module Fastlane
31
31
  end
32
32
 
33
33
  def self.details
34
- "More information: https://docs.fastlane.tools/actions/supply/"
34
+ "More information: [https://docs.fastlane.tools/actions/supply/](https://docs.fastlane.tools/actions/supply/)"
35
35
  end
36
36
 
37
37
  def self.available_options
@@ -84,9 +84,7 @@ module Fastlane
84
84
  end
85
85
 
86
86
  def self.details
87
- [
88
- 'Run `./gradlew tasks` to get a list of all available gradle tasks for your project'
89
- ].join("\n")
87
+ 'Run `./gradlew tasks` to get a list of all available gradle tasks for your project'
90
88
  end
91
89
 
92
90
  def self.available_options
@@ -152,14 +152,17 @@ module Fastlane
152
152
  end
153
153
 
154
154
  def self.details
155
+ list = <<-LIST.markdown_list
156
+ All `.plist` files
157
+ The `.xcodeproj/project.pbxproj` file
158
+ LIST
155
159
  [
156
- "The mercurial equivalent of the [`commit_version_bump`](#commit_version_bump) git action. Like the git version, it is useful in conjunction with [`increment_build_number`](#increment_build_number).",
157
- "It checks the repo to make sure that only the relevant files have changed, these are the files that `increment_build_number` (`agvtool`) touches:",
158
- "- All .plist files",
159
- "- The `.xcodeproj/project.pbxproj` file",
160
+ "The mercurial equivalent of the [commit_version_bump](https://docs.fastlane.tools/actions/commit_version_bump/) git action. Like the git version, it is useful in conjunction with [`increment_build_number`](https://docs.fastlane.tools/actions/increment_build_number/).",
161
+ "It checks the repo to make sure that only the relevant files have changed, these are the files that `increment_build_number` (`agvtool`) touches:".markdown_preserve_newlines,
162
+ list,
160
163
  "Then commits those files to the repo.",
161
164
  "Customize the message with the `:message` option, defaults to 'Version Bump'",
162
- "If you have other uncommitted changes in your repo, this action will fail. If you started off in a clean repo, and used the _ipa_ and or _sigh_ actions, then you can use the [`clean_build_artifacts`](#clean_build_artifacts) action to clean those temporary files up before running this action."
165
+ "If you have other uncommitted changes in your repo, this action will fail. If you started off in a clean repo, and used the _ipa_ and or _sigh_ actions, then you can use the [clean_build_artifacts](https://docs.fastlane.tools/actions/clean_build_artifacts/) action to clean those temporary files up before running this action."
163
166
  ].join("\n")
164
167
  end
165
168
 
@@ -21,7 +21,7 @@ module Fastlane
21
21
  end
22
22
 
23
23
  def self.details
24
- "Along the same lines as the [`ensure_git_status_clean`](#ensure_git_status_clean) action, this is a sanity check to ensure the working mercurial repo is clean. Especially useful to put at the beginning of your Fastfile in the `before_all` block."
24
+ "Along the same lines as the [ensure_git_status_clean](https://docs.fastlane.tools/actions/ensure_git_status_clean/) action, this is a sanity check to ensure the working mercurial repo is clean. Especially useful to put at the beginning of your Fastfile in the `before_all` block."
25
25
  end
26
26
 
27
27
  def self.output
@@ -19,7 +19,7 @@ module Fastlane
19
19
  end
20
20
 
21
21
  def self.details
22
- "The mercurial equivalent of [`push_to_git_remote`](#push_to_git_remote) pushes your local commits to a remote mercurial repo. Useful when local changes such as adding a version bump commit or adding a tag are part of your lane’s actions."
22
+ "The mercurial equivalent of [push_to_git_remote](https://docs.fastlane.tools/actions/push_to_git_remote/). Pushes your local commits to a remote mercurial repo. Useful when local changes such as adding a version bump commit or adding a tag are part of your lane’s actions."
23
23
  end
24
24
 
25
25
  def self.available_options
@@ -356,7 +356,7 @@ module Fastlane
356
356
 
357
357
  def self.details
358
358
  [
359
- "Symbols will also be uploaded automatically if a `app.dSYM.zip` file is found next to `app.ipa`. In case it is located in a different place you can specify the path explicitly in `:dsym` parameter.",
359
+ "Symbols will also be uploaded automatically if a `app.dSYM.zip` file is found next to `app.ipa`. In case it is located in a different place you can specify the path explicitly in the `:dsym` parameter.",
360
360
  "More information about the available options can be found in the [HockeyApp Docs](http://support.hockeyapp.net/kb/api/api-versions#upload-version)."
361
361
  ].join("\n")
362
362
  end
@@ -15,8 +15,8 @@ module Fastlane
15
15
 
16
16
  def self.details
17
17
  [
18
- "This is useful if you have shared lanes across multiple apps and you want to store a Fastfile",
19
- "in a separate folder. The path must be relative to the Fastfile this is called from."
18
+ "This is useful if you have shared lanes across multiple apps and you want to store a Fastfile in a separate folder.",
19
+ "The path must be relative to the Fastfile this is called from."
20
20
  ].join("\n")
21
21
  end
22
22
 
@@ -14,10 +14,7 @@ module Fastlane
14
14
  end
15
15
 
16
16
  def self.details
17
- [
18
- "This is useful if you have shared lanes across multiple apps and you want to store the Fastfile",
19
- "in a remote git repository."
20
- ].join("\n")
17
+ "This is useful if you have shared lanes across multiple apps and you want to store the Fastfile in a remote git repository."
21
18
  end
22
19
 
23
20
  def self.available_options
@@ -81,8 +81,7 @@ module Fastlane
81
81
  def self.details
82
82
  [
83
83
  "This action will increment the version number.",
84
- "You first have to set up your Xcode project, if you haven't done it already:",
85
- "https://developer.apple.com/library/ios/qa/qa1827/_index.html"
84
+ "You first have to set up your Xcode project, if you haven't done it already: [https://developer.apple.com/library/ios/qa/qa1827/_index.html](https://developer.apple.com/library/ios/qa/qa1827/_index.html)."
86
85
  ].join("\n")
87
86
  end
88
87
 
@@ -71,7 +71,7 @@ module Fastlane
71
71
  end
72
72
 
73
73
  def self.details
74
- "Installs the ipa on the device, if no id is given, the first found iOS device will be used, works via USB or Wi-Fi. This requires `ios-deploy` to be installed please have a look at [ios-deploy](https://github.com/phonegap/ios-deploy). to quickly install it, use `npm -g i ios-deploy`"
74
+ "Installs the ipa on the device. If no id is given, the first found iOS device will be used. Works via USB or Wi-Fi. This requires `ios-deploy` to be installed. Please have a look at [ios-deploy](https://github.com/phonegap/ios-deploy). To quickly install it, use `npm -g i ios-deploy`"
75
75
  end
76
76
 
77
77
  def self.is_supported?(platform)
@@ -228,10 +228,12 @@ module Fastlane
228
228
  end
229
229
 
230
230
  def self.deprecated_notes
231
- "You are using legacy `shenzhen` to build your app, which will be removed soon!\n" \
232
- "It is recommended to upgrade to _gym_\n" \
233
- "To do so, just replace `ipa(...)` with `gym(...)` in your Fastfile\n" \
234
- "To make code signing work, follow https://docs.fastlane.tools/codesigning/xcode-project"
231
+ [
232
+ "You are using legacy `shenzhen` to build your app, which will be removed soon!",
233
+ "It is recommended to upgrade to _gym_.",
234
+ "To do so, just replace `ipa(...)` with `gym(...)` in your Fastfile.",
235
+ "To make code signing work, follow [https://docs.fastlane.tools/codesigning/xcode-project](https://docs.fastlane.tools/codesigning/xcode-project)."
236
+ ].join("\n")
235
237
  end
236
238
  end
237
239
  end
@@ -14,10 +14,7 @@ module Fastlane
14
14
  end
15
15
 
16
16
  def self.details
17
- [
18
- "The return value of this method is true if fastlane is currently executed on",
19
- "Travis, Jenkins, Circle or a similar CI service"
20
- ].join("\n")
17
+ "The return value of this method is true if fastlane is currently executed on Travis, Jenkins, Circle or a similar CI service"
21
18
  end
22
19
 
23
20
  def self.available_options
@@ -16,9 +16,6 @@ module Fastlane
16
16
  "Generate docs using Jazzy"
17
17
  end
18
18
 
19
- def self.details
20
- end
21
-
22
19
  def self.available_options
23
20
  [
24
21
  FastlaneCore::ConfigItem.new(
@@ -15,8 +15,8 @@ module Fastlane
15
15
 
16
16
  def self.details
17
17
  [
18
- "Access the fastlane lane context values",
19
- "More information about how the lane context works: https://docs.fastlane.tools/advanced/#lane-context"
18
+ "Access the fastlane lane context values.",
19
+ "More information about how the lane context works: [https://docs.fastlane.tools/advanced/#lane-context](https://docs.fastlane.tools/advanced/#lane-context)."
20
20
  ].join("\n")
21
21
  end
22
22
 
@@ -34,7 +34,7 @@ module Fastlane
34
34
  end
35
35
 
36
36
  def self.details
37
- "If you are using this action on a **shallow clone**, *the default with some CI systems like Bamboo*, you need to ensure that you have also have pulled all the git tags appropriately. Assuming your git repo has the correct remote set you can issue `sh('git fetch --tags')`"
37
+ "If you are using this action on a **shallow clone**, *the default with some CI systems like Bamboo*, you need to ensure that you have also pulled all the git tags appropriately. Assuming your git repo has the correct remote set you can issue `sh('git fetch --tags')`."
38
38
  end
39
39
 
40
40
  def self.example_code
@@ -22,8 +22,8 @@ module Fastlane
22
22
 
23
23
  def self.details
24
24
  [
25
- "Provides a way to have increment_build_number be based on the latest build you uploaded to iTC.",
26
- "Fetches most recent build number from TestFlight based on the version number. Provides a way to have `increment_build_number` be based on the latest build you uploaded to iTC."
25
+ "Provides a way to have `increment_build_number` be based on the latest build you uploaded to iTC.",
26
+ "Fetches the most recent build number from TestFlight based on the version number. Provides a way to have `increment_build_number` be based on the latest build you uploaded to iTC."
27
27
  ].join("\n")
28
28
  end
29
29