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.
- checksums.yaml +4 -4
- data/fastlane/lib/assets/ActionDetails.md.erb +1 -1
- data/fastlane/lib/fastlane/action.rb +36 -1
- data/fastlane/lib/fastlane/actions/adb.rb +1 -3
- data/fastlane/lib/fastlane/actions/adb_devices.rb +1 -3
- data/fastlane/lib/fastlane/actions/add_git_tag.rb +11 -8
- data/fastlane/lib/fastlane/actions/app_store_build_number.rb +4 -1
- data/fastlane/lib/fastlane/actions/appaloosa.rb +3 -4
- data/fastlane/lib/fastlane/actions/appetize.rb +1 -1
- data/fastlane/lib/fastlane/actions/badge.rb +4 -4
- data/fastlane/lib/fastlane/actions/build_and_upload_to_appetize.rb +2 -2
- data/fastlane/lib/fastlane/actions/chatwork.rb +1 -1
- data/fastlane/lib/fastlane/actions/cloc.rb +1 -1
- data/fastlane/lib/fastlane/actions/commit_github_file.rb +5 -4
- data/fastlane/lib/fastlane/actions/commit_version_bump.rb +9 -9
- data/fastlane/lib/fastlane/actions/copy_artifacts.rb +2 -2
- data/fastlane/lib/fastlane/actions/crashlytics.rb +2 -2
- data/fastlane/lib/fastlane/actions/create_app_online.rb +5 -6
- data/fastlane/lib/fastlane/actions/danger.rb +1 -1
- data/fastlane/lib/fastlane/actions/delete_keychain.rb +1 -1
- data/fastlane/lib/fastlane/actions/deploygate.rb +1 -1
- data/fastlane/lib/fastlane/actions/dotgpg_environment.rb +1 -1
- data/fastlane/lib/fastlane/actions/download.rb +2 -3
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +12 -9
- data/fastlane/lib/fastlane/actions/ensure_git_branch.rb +2 -3
- data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +3 -5
- data/fastlane/lib/fastlane/actions/ensure_no_debug_code.rb +2 -3
- data/fastlane/lib/fastlane/actions/ensure_xcode_version.rb +4 -2
- data/fastlane/lib/fastlane/actions/erb.rb +2 -2
- data/fastlane/lib/fastlane/actions/flock.rb +1 -4
- data/fastlane/lib/fastlane/actions/frame_screenshots.rb +2 -2
- data/fastlane/lib/fastlane/actions/get_build_number.rb +2 -3
- data/fastlane/lib/fastlane/actions/get_build_number_repository.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_certificates.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_github_release.rb +42 -38
- data/fastlane/lib/fastlane/actions/get_ipa_info_plist_value.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_push_certificate.rb +13 -8
- data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -3
- data/fastlane/lib/fastlane/actions/git_commit.rb +0 -4
- data/fastlane/lib/fastlane/actions/git_submodule_update.rb +0 -4
- data/fastlane/lib/fastlane/actions/git_tag_exists.rb +0 -4
- data/fastlane/lib/fastlane/actions/github_api.rb +5 -3
- data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +1 -1
- data/fastlane/lib/fastlane/actions/gradle.rb +1 -3
- data/fastlane/lib/fastlane/actions/hg_commit_version_bump.rb +8 -5
- data/fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb +1 -1
- data/fastlane/lib/fastlane/actions/hg_push.rb +1 -1
- data/fastlane/lib/fastlane/actions/hockey.rb +1 -1
- data/fastlane/lib/fastlane/actions/import.rb +2 -2
- data/fastlane/lib/fastlane/actions/import_from_git.rb +1 -4
- data/fastlane/lib/fastlane/actions/increment_version_number.rb +1 -2
- data/fastlane/lib/fastlane/actions/install_on_device.rb +1 -1
- data/fastlane/lib/fastlane/actions/ipa.rb +6 -4
- data/fastlane/lib/fastlane/actions/is_ci.rb +1 -4
- data/fastlane/lib/fastlane/actions/jazzy.rb +0 -3
- data/fastlane/lib/fastlane/actions/lane_context.rb +2 -2
- data/fastlane/lib/fastlane/actions/last_git_tag.rb +1 -1
- data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +2 -2
- data/fastlane/lib/fastlane/actions/modify_services.rb +1 -2
- data/fastlane/lib/fastlane/actions/notify.rb +1 -1
- data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
- data/fastlane/lib/fastlane/actions/oclint.rb +1 -1
- data/fastlane/lib/fastlane/actions/onesignal.rb +1 -1
- data/fastlane/lib/fastlane/actions/opt_out_crash_reporting.rb +1 -3
- data/fastlane/lib/fastlane/actions/opt_out_usage.rb +4 -5
- data/fastlane/lib/fastlane/actions/pod_push.rb +0 -4
- data/fastlane/lib/fastlane/actions/podio_item.rb +5 -5
- data/fastlane/lib/fastlane/actions/prompt.rb +2 -2
- data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +1 -5
- data/fastlane/lib/fastlane/actions/read_podspec.rb +3 -5
- data/fastlane/lib/fastlane/actions/register_device.rb +1 -1
- data/fastlane/lib/fastlane/actions/reset_git_repo.rb +8 -4
- data/fastlane/lib/fastlane/actions/resign.rb +11 -9
- data/fastlane/lib/fastlane/actions/rsync.rb +1 -1
- data/fastlane/lib/fastlane/actions/s3.rb +4 -2
- data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
- data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
- data/fastlane/lib/fastlane/actions/set_github_release.rb +5 -5
- data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +8 -5
- data/fastlane/lib/fastlane/actions/setup_jenkins.rb +10 -8
- data/fastlane/lib/fastlane/actions/setup_travis.rb +7 -4
- data/fastlane/lib/fastlane/actions/sh.rb +1 -1
- data/fastlane/lib/fastlane/actions/skip_docs.rb +1 -1
- data/fastlane/lib/fastlane/actions/slather.rb +4 -4
- data/fastlane/lib/fastlane/actions/sonar.rb +2 -2
- data/fastlane/lib/fastlane/actions/ssh.rb +1 -1
- data/fastlane/lib/fastlane/actions/swiftlint.rb +0 -3
- data/fastlane/lib/fastlane/actions/tryouts.rb +1 -1
- data/fastlane/lib/fastlane/actions/twitter.rb +1 -1
- data/fastlane/lib/fastlane/actions/unlock_keychain.rb +4 -2
- data/fastlane/lib/fastlane/actions/update_fastlane.rb +14 -7
- data/fastlane/lib/fastlane/actions/update_project_code_signing.rb +4 -3
- data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +6 -7
- data/fastlane/lib/fastlane/actions/update_project_team.rb +1 -1
- data/fastlane/lib/fastlane/actions/update_urban_airship_configuration.rb +1 -1
- data/fastlane/lib/fastlane/actions/update_url_schemes.rb +1 -2
- data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +1 -7
- data/fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb +6 -8
- data/fastlane/lib/fastlane/actions/upload_to_app_store.rb +2 -4
- data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +2 -2
- data/fastlane/lib/fastlane/actions/verify_xcode.rb +1 -5
- data/fastlane/lib/fastlane/actions/version_bump_podspec.rb +3 -3
- data/fastlane/lib/fastlane/actions/xcode_server_get_assets.rb +5 -5
- data/fastlane/lib/fastlane/actions/xcov.rb +1 -1
- data/fastlane/lib/fastlane/actions/xctool.rb +3 -3
- data/fastlane/lib/fastlane/actions/zip.rb +0 -3
- data/fastlane/lib/fastlane/documentation/actions_list.rb +8 -2
- data/fastlane/lib/fastlane/lane_list.rb +2 -3
- data/fastlane/lib/fastlane/version.rb +1 -1
- 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
|
-
"
|
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
|
-
|
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)
|
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
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
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
|
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
|
-
"
|
36
|
-
|
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
|
@@ -69,9 +69,11 @@ module Fastlane
|
|
69
69
|
end
|
70
70
|
|
71
71
|
def details
|
72
|
-
|
73
|
-
|
74
|
-
|
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 [
|
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
|
-
|
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 [
|
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 [
|
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 [
|
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
|
-
"
|
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
|
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
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
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
|
@@ -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
|
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
|
|