fastlane 2.184.0 → 2.187.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +101 -94
  3. data/deliver/lib/deliver/upload_metadata.rb +1 -1
  4. data/fastlane/lib/fastlane/actions/adb.rb +1 -4
  5. data/fastlane/lib/fastlane/actions/adb_devices.rb +0 -1
  6. data/fastlane/lib/fastlane/actions/add_git_tag.rb +4 -4
  7. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +3 -4
  8. data/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb +1 -1
  9. data/fastlane/lib/fastlane/actions/appetize.rb +0 -7
  10. data/fastlane/lib/fastlane/actions/appetize_viewing_url_generator.rb +0 -11
  11. data/fastlane/lib/fastlane/actions/appium.rb +40 -65
  12. data/fastlane/lib/fastlane/actions/apteligent.rb +3 -2
  13. data/fastlane/lib/fastlane/actions/artifactory.rb +5 -6
  14. data/fastlane/lib/fastlane/actions/automatic_code_signing.rb +6 -11
  15. data/fastlane/lib/fastlane/actions/backup_xcarchive.rb +2 -2
  16. data/fastlane/lib/fastlane/actions/badge.rb +9 -13
  17. data/fastlane/lib/fastlane/actions/build_and_upload_to_appetize.rb +1 -3
  18. data/fastlane/lib/fastlane/actions/bundle_install.rb +8 -10
  19. data/fastlane/lib/fastlane/actions/carthage.rb +2 -16
  20. data/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb +8 -17
  21. data/fastlane/lib/fastlane/actions/chatwork.rb +3 -2
  22. data/fastlane/lib/fastlane/actions/clean_build_artifacts.rb +0 -1
  23. data/fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb +0 -1
  24. data/fastlane/lib/fastlane/actions/cloc.rb +9 -13
  25. data/fastlane/lib/fastlane/actions/cocoapods.rb +9 -15
  26. data/fastlane/lib/fastlane/actions/commit_github_file.rb +1 -3
  27. data/fastlane/lib/fastlane/actions/commit_version_bump.rb +6 -7
  28. data/fastlane/lib/fastlane/actions/copy_artifacts.rb +3 -4
  29. data/fastlane/lib/fastlane/actions/crashlytics.rb +7 -11
  30. data/fastlane/lib/fastlane/actions/create_app_on_managed_play_store.rb +70 -76
  31. data/fastlane/lib/fastlane/actions/create_keychain.rb +13 -11
  32. data/fastlane/lib/fastlane/actions/create_pull_request.rb +0 -9
  33. data/fastlane/lib/fastlane/actions/danger.rb +6 -11
  34. data/fastlane/lib/fastlane/actions/deploygate.rb +1 -2
  35. data/fastlane/lib/fastlane/actions/docs/build_app.md +1 -1
  36. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +26 -27
  37. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +2 -2
  38. data/fastlane/lib/fastlane/actions/docs/create_app_online.md +171 -67
  39. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +4 -5
  40. data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +10 -4
  41. data/fastlane/lib/fastlane/actions/download_app_privacy_details_from_app_store.rb +1 -1
  42. data/fastlane/lib/fastlane/actions/download_dsyms.rb +3 -4
  43. data/fastlane/lib/fastlane/actions/dsym_zip.rb +1 -1
  44. data/fastlane/lib/fastlane/actions/ensure_git_branch.rb +0 -1
  45. data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +3 -4
  46. data/fastlane/lib/fastlane/actions/ensure_no_debug_code.rb +3 -5
  47. data/fastlane/lib/fastlane/actions/ensure_xcode_version.rb +1 -2
  48. data/fastlane/lib/fastlane/actions/environment_variable.rb +13 -21
  49. data/fastlane/lib/fastlane/actions/erb.rb +2 -5
  50. data/fastlane/lib/fastlane/actions/get_build_number_repository.rb +1 -1
  51. data/fastlane/lib/fastlane/actions/get_ipa_info_plist_value.rb +0 -1
  52. data/fastlane/lib/fastlane/actions/get_managed_play_store_publishing_rights.rb +29 -34
  53. data/fastlane/lib/fastlane/actions/get_push_certificate.rb +1 -1
  54. data/fastlane/lib/fastlane/actions/git_add.rb +5 -10
  55. data/fastlane/lib/fastlane/actions/git_commit.rb +2 -6
  56. data/fastlane/lib/fastlane/actions/git_remote_branch.rb +57 -0
  57. data/fastlane/lib/fastlane/actions/github_api.rb +2 -5
  58. data/fastlane/lib/fastlane/actions/gradle.rb +11 -19
  59. data/fastlane/lib/fastlane/actions/hg_commit_version_bump.rb +1 -1
  60. data/fastlane/lib/fastlane/actions/hg_push.rb +1 -1
  61. data/fastlane/lib/fastlane/actions/hipchat.rb +4 -5
  62. data/fastlane/lib/fastlane/actions/hockey.rb +5 -12
  63. data/fastlane/lib/fastlane/actions/ifttt.rb +3 -6
  64. data/fastlane/lib/fastlane/actions/import_from_git.rb +2 -4
  65. data/fastlane/lib/fastlane/actions/increment_build_number.rb +1 -2
  66. data/fastlane/lib/fastlane/actions/install_on_device.rb +3 -6
  67. data/fastlane/lib/fastlane/actions/installr.rb +22 -25
  68. data/fastlane/lib/fastlane/actions/ipa.rb +2 -2
  69. data/fastlane/lib/fastlane/actions/jazzy.rb +8 -14
  70. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -4
  71. data/fastlane/lib/fastlane/actions/lcov.rb +0 -4
  72. data/fastlane/lib/fastlane/actions/mailgun.rb +21 -27
  73. data/fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb +1 -1
  74. data/fastlane/lib/fastlane/actions/modify_services.rb +59 -24
  75. data/fastlane/lib/fastlane/actions/nexus_upload.rb +2 -2
  76. data/fastlane/lib/fastlane/actions/notarize.rb +1 -4
  77. data/fastlane/lib/fastlane/actions/number_of_commits.rb +1 -1
  78. data/fastlane/lib/fastlane/actions/oclint.rb +15 -14
  79. data/fastlane/lib/fastlane/actions/pod_push.rb +0 -2
  80. data/fastlane/lib/fastlane/actions/podio_item.rb +0 -7
  81. data/fastlane/lib/fastlane/actions/prompt.rb +3 -4
  82. data/fastlane/lib/fastlane/actions/push_git_tags.rb +1 -1
  83. data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +5 -1
  84. data/fastlane/lib/fastlane/actions/puts.rb +1 -2
  85. data/fastlane/lib/fastlane/actions/register_devices.rb +0 -1
  86. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +5 -8
  87. data/fastlane/lib/fastlane/actions/reset_simulator_contents.rb +0 -2
  88. data/fastlane/lib/fastlane/actions/resign.rb +2 -9
  89. data/fastlane/lib/fastlane/actions/rsync.rb +3 -6
  90. data/fastlane/lib/fastlane/actions/run_tests.rb +1 -1
  91. data/fastlane/lib/fastlane/actions/s3.rb +1 -1
  92. data/fastlane/lib/fastlane/actions/say.rb +2 -3
  93. data/fastlane/lib/fastlane/actions/scp.rb +4 -10
  94. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +1 -1
  95. data/fastlane/lib/fastlane/actions/set_changelog.rb +1 -1
  96. data/fastlane/lib/fastlane/actions/set_github_release.rb +2 -8
  97. data/fastlane/lib/fastlane/actions/set_info_plist_value.rb +1 -1
  98. data/fastlane/lib/fastlane/actions/set_pod_key.rb +3 -4
  99. data/fastlane/lib/fastlane/actions/setup_ci.rb +1 -2
  100. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
  101. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +7 -12
  102. data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
  103. data/fastlane/lib/fastlane/actions/sh.rb +2 -4
  104. data/fastlane/lib/fastlane/actions/slack.rb +6 -8
  105. data/fastlane/lib/fastlane/actions/slather.rb +3 -19
  106. data/fastlane/lib/fastlane/actions/sonar.rb +12 -19
  107. data/fastlane/lib/fastlane/actions/sourcedocs.rb +62 -98
  108. data/fastlane/lib/fastlane/actions/splunkmint.rb +2 -2
  109. data/fastlane/lib/fastlane/actions/spm.rb +3 -3
  110. data/fastlane/lib/fastlane/actions/ssh.rb +5 -10
  111. data/fastlane/lib/fastlane/actions/swiftlint.rb +1 -11
  112. data/fastlane/lib/fastlane/actions/testfairy.rb +0 -1
  113. data/fastlane/lib/fastlane/actions/tryouts.rb +2 -3
  114. data/fastlane/lib/fastlane/actions/twitter.rb +0 -5
  115. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +3 -3
  116. data/fastlane/lib/fastlane/actions/update_app_group_identifiers.rb +1 -4
  117. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +8 -15
  118. data/fastlane/lib/fastlane/actions/update_fastlane.rb +2 -2
  119. data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
  120. data/fastlane/lib/fastlane/environment_printer.rb +1 -0
  121. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +4 -4
  122. data/fastlane/lib/fastlane/helper/git_helper.rb +24 -7
  123. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +1 -1
  124. data/fastlane/lib/fastlane/setup/setup_ios.rb +3 -3
  125. data/fastlane/lib/fastlane/swift_fastlane_function.rb +6 -5
  126. data/fastlane/lib/fastlane/version.rb +1 -1
  127. data/fastlane/swift/Deliverfile.swift +1 -1
  128. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  129. data/fastlane/swift/Fastlane.swift +3786 -3563
  130. data/fastlane/swift/Gymfile.swift +1 -1
  131. data/fastlane/swift/GymfileProtocol.swift +1 -1
  132. data/fastlane/swift/Matchfile.swift +1 -1
  133. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  134. data/fastlane/swift/Precheckfile.swift +1 -1
  135. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  136. data/fastlane/swift/Scanfile.swift +1 -1
  137. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  138. data/fastlane/swift/Screengrabfile.swift +1 -1
  139. data/fastlane/swift/ScreengrabfileProtocol.swift +4 -4
  140. data/fastlane/swift/Snapshotfile.swift +1 -1
  141. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  142. data/fastlane/swift/formatting/Brewfile.lock.json +11 -11
  143. data/fastlane_core/lib/fastlane_core/build_watcher.rb +2 -2
  144. data/fastlane_core/lib/fastlane_core/configuration/config_item.rb +16 -3
  145. data/fastlane_core/lib/fastlane_core/helper.rb +12 -0
  146. data/fastlane_core/lib/fastlane_core/print_table.rb +5 -3
  147. data/fastlane_core/lib/fastlane_core/project.rb +7 -3
  148. data/match/lib/match/importer.rb +3 -0
  149. data/match/lib/match/nuke.rb +2 -3
  150. data/match/lib/match/options.rb +1 -0
  151. data/pilot/lib/pilot/build_manager.rb +2 -1
  152. data/pilot/lib/pilot/manager.rb +4 -1
  153. data/pilot/lib/pilot/options.rb +2 -2
  154. data/produce/lib/produce/commands_generator.rb +99 -27
  155. data/produce/lib/produce/developer_center.rb +42 -4
  156. data/produce/lib/produce/options.rb +1 -1
  157. data/produce/lib/produce/service.rb +270 -179
  158. data/screengrab/lib/screengrab/android_environment.rb +2 -52
  159. data/screengrab/lib/screengrab/dependency_checker.rb +0 -20
  160. data/screengrab/lib/screengrab/options.rb +5 -2
  161. data/screengrab/lib/screengrab/runner.rb +108 -106
  162. data/sigh/lib/assets/resign.sh +8 -19
  163. data/snapshot/lib/assets/SnapfileTemplate +2 -1
  164. data/snapshot/lib/assets/SnapfileTemplate.swift +2 -1
  165. data/snapshot/lib/assets/SnapshotHelper.swift +14 -10
  166. data/snapshot/lib/snapshot/reports_generator.rb +3 -1
  167. data/snapshot/lib/snapshot/test_command_generator.rb +17 -3
  168. data/spaceship/lib/spaceship/connect_api/api_client.rb +30 -5
  169. data/spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb +2 -1
  170. data/spaceship/lib/spaceship/connect_api/models/beta_group.rb +3 -1
  171. data/spaceship/lib/spaceship/connect_api/models/beta_tester.rb +3 -1
  172. data/spaceship/lib/spaceship/connect_api/models/build.rb +5 -1
  173. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +8 -0
  174. data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +58 -17
  175. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +41 -1
  176. data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +13 -0
  177. data/spaceship/lib/spaceship/spaceauth_runner.rb +19 -6
  178. metadata +21 -21
  179. data/fastlane/lib/fastlane/actions/.git_commit.rb.swp +0 -0
  180. data/spaceship/lib/spaceship/connect_api/models/.age_rating_declaration.rb.swp +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8a9d0fade7d8368a2ece893d0142c9b22d103b890653d286e7c08de844016ac
4
- data.tar.gz: c61acc200330d009626673188948f3c554afcfabecb8ba45e91bd9b697a636ec
3
+ metadata.gz: d370ddf4cddc81061e1d5b91d5c00f7fc33a4c17e4fbfb756e7a66152e1299c9
4
+ data.tar.gz: c7f56aef41b36eb80a7326e9e805a13e6b012b30c9711d1f6b51139e649d7f22
5
5
  SHA512:
6
- metadata.gz: a24b27118a95a7b1c36cbc0710b7bcf9357d52d4c362805ee9e4f84574c7dae49cf09fc4abd6286054a4b330c67a23e1ea349e47e1d27ba6eba3dcd9e9319b82
7
- data.tar.gz: 006fd0a41af019175f59dd1a1571611a0255f32c45bdc6a5bebe0fbfc3191b5163981a87b12bd77e38f659406b3687ad15cb8ae9945c7e8d46fc2bb4bc4de562
6
+ metadata.gz: 6e399e4e24a24504a7535d2fc566d1334eb11d4f215db34f8bf385f29432c1add2b14a9003858e9fbcf5bc8b5751b7d81eec8d9bf0b116bde934a8a52ae3117e
7
+ data.tar.gz: 349ec0df013dcb650364be0cff77b86c38fe4bc31e811ebf5f878164ad0b4d8077be55c83578f4063d81ff99ebd9c8edb7061c0ceec23ae140d5c89805f3a848
data/README.md CHANGED
@@ -35,158 +35,165 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
35
35
  <!-- This table is regenerated and resorted on each release -->
36
36
  <table id='team'>
37
37
  <tr>
38
- <td id='iulian-onofrei'>
39
- <a href='https://github.com/revolter'>
40
- <img src='https://github.com/revolter.png?size=140'>
38
+ <td id='fumiya-nakamura'>
39
+ <a href='https://github.com/nafu'>
40
+ <img src='https://github.com/nafu.png' width='140px;'>
41
41
  </a>
42
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
42
+ <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
43
43
  </td>
44
- <td id='jimmy-dee'>
45
- <a href='https://github.com/jdee'>
46
- <img src='https://github.com/jdee.png?size=140'>
44
+ <td id='joshua-liebowitz'>
45
+ <a href='https://github.com/taquitos'>
46
+ <img src='https://github.com/taquitos.png' width='140px;'>
47
47
  </a>
48
- <h4 align='center'>Jimmy Dee</h4>
48
+ <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
49
+ </td>
50
+ <td id='jorge-revuelta-h'>
51
+ <a href='https://github.com/minuscorp'>
52
+ <img src='https://github.com/minuscorp.png' width='140px;'>
53
+ </a>
54
+ <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
55
+ </td>
56
+ <td id='felix-krause'>
57
+ <a href='https://github.com/KrauseFx'>
58
+ <img src='https://github.com/KrauseFx.png' width='140px;'>
59
+ </a>
60
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
61
+ </td>
62
+ <td id='andrew-mcburney'>
63
+ <a href='https://github.com/armcburney'>
64
+ <img src='https://github.com/armcburney.png' width='140px;'>
65
+ </a>
66
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td id='matthew-ellis'>
71
+ <a href='https://github.com/matthewellis'>
72
+ <img src='https://github.com/matthewellis.png' width='140px;'>
73
+ </a>
74
+ <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
75
+ </td>
76
+ <td id='maksym-grebenets'>
77
+ <a href='https://github.com/mgrebenets'>
78
+ <img src='https://github.com/mgrebenets.png' width='140px;'>
79
+ </a>
80
+ <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
49
81
  </td>
50
82
  <td id='kohki-miki'>
51
83
  <a href='https://github.com/giginet'>
52
- <img src='https://github.com/giginet.png?size=140'>
84
+ <img src='https://github.com/giginet.png' width='140px;'>
53
85
  </a>
54
86
  <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
55
87
  </td>
56
- <td id='josh-holtz'>
57
- <a href='https://github.com/joshdholtz'>
58
- <img src='https://github.com/joshdholtz.png?size=140'>
88
+ <td id='iulian-onofrei'>
89
+ <a href='https://github.com/revolter'>
90
+ <img src='https://github.com/revolter.png' width='140px;'>
59
91
  </a>
60
- <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
92
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
61
93
  </td>
62
- <td id='aaron-brager'>
63
- <a href='https://github.com/getaaron'>
64
- <img src='https://github.com/getaaron.png?size=140'>
94
+ <td id='manish-rathi'>
95
+ <a href='https://github.com/crazymanish'>
96
+ <img src='https://github.com/crazymanish.png' width='140px;'>
65
97
  </a>
66
- <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
98
+ <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
67
99
  </td>
68
100
  </tr>
69
101
  <tr>
70
- <td id='stefan-natchev'>
71
- <a href='https://github.com/snatchev'>
72
- <img src='https://github.com/snatchev.png?size=140'>
102
+ <td id='satoshi-namai'>
103
+ <a href='https://github.com/ainame'>
104
+ <img src='https://github.com/ainame.png' width='140px;'>
73
105
  </a>
74
- <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
106
+ <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
75
107
  </td>
76
108
  <td id='manu-wallner'>
77
109
  <a href='https://github.com/milch'>
78
- <img src='https://github.com/milch.png?size=140'>
110
+ <img src='https://github.com/milch.png' width='140px;'>
79
111
  </a>
80
112
  <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
81
113
  </td>
82
- <td id='jorge-revuelta-h'>
83
- <a href='https://github.com/minuscorp'>
84
- <img src='https://github.com/minuscorp.png?size=140'>
114
+ <td id='max-ott'>
115
+ <a href='https://github.com/max-ott'>
116
+ <img src='https://github.com/max-ott.png' width='140px;'>
85
117
  </a>
86
- <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
118
+ <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
87
119
  </td>
88
- <td id='satoshi-namai'>
89
- <a href='https://github.com/ainame'>
90
- <img src='https://github.com/ainame.png?size=140'>
120
+ <td id='josh-holtz'>
121
+ <a href='https://github.com/joshdholtz'>
122
+ <img src='https://github.com/joshdholtz.png' width='140px;'>
91
123
  </a>
92
- <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
124
+ <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
93
125
  </td>
94
- <td id='jan-piotrowski'>
95
- <a href='https://github.com/janpio'>
96
- <img src='https://github.com/janpio.png?size=140'>
126
+ <td id='jimmy-dee'>
127
+ <a href='https://github.com/jdee'>
128
+ <img src='https://github.com/jdee.png' width='140px;'>
97
129
  </a>
98
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
130
+ <h4 align='center'>Jimmy Dee</h4>
99
131
  </td>
100
132
  </tr>
101
133
  <tr>
102
- <td id='felix-krause'>
103
- <a href='https://github.com/KrauseFx'>
104
- <img src='https://github.com/KrauseFx.png?size=140'>
105
- </a>
106
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
107
- </td>
108
- <td id='fumiya-nakamura'>
109
- <a href='https://github.com/nafu'>
110
- <img src='https://github.com/nafu.png?size=140'>
111
- </a>
112
- <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
113
- </td>
114
- <td id='andrew-mcburney'>
115
- <a href='https://github.com/armcburney'>
116
- <img src='https://github.com/armcburney.png?size=140'>
134
+ <td id='helmut-januschka'>
135
+ <a href='https://github.com/hjanuschka'>
136
+ <img src='https://github.com/hjanuschka.png' width='140px;'>
117
137
  </a>
118
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
138
+ <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
119
139
  </td>
120
140
  <td id='luka-mirosevic'>
121
141
  <a href='https://github.com/lmirosevic'>
122
- <img src='https://github.com/lmirosevic.png?size=140'>
142
+ <img src='https://github.com/lmirosevic.png' width='140px;'>
123
143
  </a>
124
144
  <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
125
145
  </td>
146
+ <td id='roger-oba'>
147
+ <a href='https://github.com/rogerluan'>
148
+ <img src='https://github.com/rogerluan.png' width='140px;'>
149
+ </a>
150
+ <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
151
+ </td>
126
152
  <td id='olivier-halligon'>
127
153
  <a href='https://github.com/AliSoftware'>
128
- <img src='https://github.com/AliSoftware.png?size=140'>
154
+ <img src='https://github.com/AliSoftware.png' width='140px;'>
129
155
  </a>
130
156
  <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
131
157
  </td>
158
+ <td id='stefan-natchev'>
159
+ <a href='https://github.com/snatchev'>
160
+ <img src='https://github.com/snatchev.png' width='140px;'>
161
+ </a>
162
+ <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
163
+ </td>
132
164
  </tr>
133
165
  <tr>
134
- <td id='danielle-tomlinson'>
135
- <a href='https://github.com/endocrimes'>
136
- <img src='https://github.com/endocrimes.png?size=140'>
166
+ <td id='aaron-brager'>
167
+ <a href='https://github.com/getaaron'>
168
+ <img src='https://github.com/getaaron.png' width='140px;'>
137
169
  </a>
138
- <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
170
+ <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
139
171
  </td>
140
- <td id='max-ott'>
141
- <a href='https://github.com/max-ott'>
142
- <img src='https://github.com/max-ott.png?size=140'>
172
+ <td id='jérôme-lacoste'>
173
+ <a href='https://github.com/lacostej'>
174
+ <img src='https://github.com/lacostej.png' width='140px;'>
143
175
  </a>
144
- <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
176
+ <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
145
177
  </td>
146
- <td id='matthew-ellis'>
147
- <a href='https://github.com/matthewellis'>
148
- <img src='https://github.com/matthewellis.png?size=140'>
178
+ <td id='jan-piotrowski'>
179
+ <a href='https://github.com/janpio'>
180
+ <img src='https://github.com/janpio.png' width='140px;'>
149
181
  </a>
150
- <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
182
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
151
183
  </td>
152
- <td id='joshua-liebowitz'>
153
- <a href='https://github.com/taquitos'>
154
- <img src='https://github.com/taquitos.png?size=140'>
184
+ <td id='danielle-tomlinson'>
185
+ <a href='https://github.com/endocrimes'>
186
+ <img src='https://github.com/endocrimes.png' width='140px;'>
155
187
  </a>
156
- <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
188
+ <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
157
189
  </td>
158
190
  <td id='daniel-jankowski'>
159
191
  <a href='https://github.com/mollyIV'>
160
- <img src='https://github.com/mollyIV.png?size=140'>
192
+ <img src='https://github.com/mollyIV.png' width='140px;'>
161
193
  </a>
162
194
  <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
163
195
  </td>
164
196
  </tr>
165
- <tr>
166
- <td id='roger-oba'>
167
- <a href='https://github.com/rogerluan'>
168
- <img src='https://github.com/rogerluan.png?size=140'>
169
- </a>
170
- <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
171
- </td>
172
- <td id='maksym-grebenets'>
173
- <a href='https://github.com/mgrebenets'>
174
- <img src='https://github.com/mgrebenets.png?size=140'>
175
- </a>
176
- <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
177
- </td>
178
- <td id='helmut-januschka'>
179
- <a href='https://github.com/hjanuschka'>
180
- <img src='https://github.com/hjanuschka.png?size=140'>
181
- </a>
182
- <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
183
- </td>
184
- <td id='jérôme-lacoste'>
185
- <a href='https://github.com/lacostej'>
186
- <img src='https://github.com/lacostej.png?size=140'>
187
- </a>
188
- <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
189
- </td>
190
197
  </table>
191
198
 
192
199
  Special thanks to all [contributors](https://github.com/fastlane/fastlane/graphs/contributors) for extending and improving _fastlane_.
@@ -97,7 +97,7 @@ module Deliver
97
97
  localised_options = LOCALISED_LIVE_VALUES
98
98
  non_localised_options = NON_LOCALISED_LIVE_VALUES
99
99
 
100
- if v.nil?
100
+ if version.nil?
101
101
  UI.message("Couldn't find live version, editing the current version on App Store Connect instead")
102
102
  version = fetch_edit_app_store_version(app, platform)
103
103
  # we don't want to update the localised_options and non_localised_options
@@ -27,18 +27,15 @@ module Fastlane
27
27
  FastlaneCore::ConfigItem.new(key: :serial,
28
28
  env_name: "FL_ANDROID_SERIAL",
29
29
  description: "Android serial of the device to use for this command",
30
- is_string: true,
31
30
  default_value: ""),
32
31
  FastlaneCore::ConfigItem.new(key: :command,
33
32
  env_name: "FL_ADB_COMMAND",
34
33
  description: "All commands you want to pass to the adb command, e.g. `kill-server`",
35
- optional: true,
36
- is_string: true),
34
+ optional: true),
37
35
  FastlaneCore::ConfigItem.new(key: :adb_path,
38
36
  env_name: "FL_ADB_PATH",
39
37
  optional: true,
40
38
  description: "The path to your `adb` binary (can be left blank if the ANDROID_SDK_ROOT, ANDROID_HOME or ANDROID_SDK environment variable is set)",
41
- is_string: true,
42
39
  default_value: "adb")
43
40
  ]
44
41
  end
@@ -27,7 +27,6 @@ module Fastlane
27
27
  FastlaneCore::ConfigItem.new(key: :adb_path,
28
28
  env_name: "FL_ADB_PATH",
29
29
  description: "The path to your `adb` binary (can be left blank if the ANDROID_SDK_ROOT environment variable is set)",
30
- is_string: true,
31
30
  optional: true,
32
31
  default_value: "adb")
33
32
  ]
@@ -63,7 +63,7 @@ module Fastlane
63
63
  FastlaneCore::ConfigItem.new(key: :includes_lane,
64
64
  env_name: "FL_GIT_TAG_INCLUDES_LANE",
65
65
  description: "Whether the current lane should be included in the tag and message composition, e.g. '<grouping>/<lane>/<prefix><build_number><postfix>'",
66
- is_string: false,
66
+ type: Boolean,
67
67
  default_value: true),
68
68
  FastlaneCore::ConfigItem.new(key: :prefix,
69
69
  env_name: "FL_GIT_TAG_PREFIX",
@@ -78,7 +78,7 @@ module Fastlane
78
78
  description: "The build number. Defaults to the result of increment_build_number if you\'re using it",
79
79
  default_value: Actions.lane_context[Actions::SharedValues::BUILD_NUMBER],
80
80
  default_value_dynamic: true,
81
- is_string: false,
81
+ skip_type_validation: true, # skipping validation because we both allow integer and string
82
82
  optional: true),
83
83
  FastlaneCore::ConfigItem.new(key: :message,
84
84
  env_name: "FL_GIT_TAG_MESSAGE",
@@ -94,13 +94,13 @@ module Fastlane
94
94
  env_name: "FL_GIT_TAG_FORCE",
95
95
  description: "Force adding the tag",
96
96
  optional: true,
97
- is_string: false,
97
+ type: Boolean,
98
98
  default_value: false),
99
99
  FastlaneCore::ConfigItem.new(key: :sign,
100
100
  env_name: "FL_GIT_TAG_SIGN",
101
101
  description: "Make a GPG-signed tag, using the default e-mail address's key",
102
102
  optional: true,
103
- is_string: false,
103
+ type: Boolean,
104
104
  default_value: false)
105
105
  ]
106
106
  end
@@ -135,7 +135,7 @@ module Fastlane
135
135
  FastlaneCore::ConfigItem.new(key: :initial_build_number,
136
136
  env_name: "INITIAL_BUILD_NUMBER",
137
137
  description: "sets the build number to given value if no build is in current train",
138
- is_string: false),
138
+ skip_type_validation: true), # as we also allow integers, which we convert to strings anyway
139
139
  FastlaneCore::ConfigItem.new(key: :app_identifier,
140
140
  short_option: "-a",
141
141
  env_name: "FASTLANE_APP_IDENTIFIER",
@@ -155,7 +155,7 @@ module Fastlane
155
155
  env_name: "APPSTORE_BUILD_NUMBER_LIVE_TEAM_ID",
156
156
  description: "The ID of your App Store Connect team if you're in multiple teams",
157
157
  optional: true,
158
- is_string: false, # as we also allow integers, which we convert to strings anyway
158
+ skip_type_validation: true, # as we also allow integers, which we convert to strings anyway
159
159
  code_gen_sensitive: true,
160
160
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_id),
161
161
  default_value_dynamic: true,
@@ -167,7 +167,7 @@ module Fastlane
167
167
  env_name: "APPSTORE_BUILD_NUMBER_LIVE",
168
168
  description: "Query the live version (ready-for-sale)",
169
169
  optional: true,
170
- is_string: false,
170
+ type: Boolean,
171
171
  default_value: true),
172
172
  FastlaneCore::ConfigItem.new(key: :version,
173
173
  env_name: "LATEST_VERSION",
@@ -178,7 +178,6 @@ module Fastlane
178
178
  env_name: "APPSTORE_PLATFORM",
179
179
  description: "The platform to use (optional)",
180
180
  optional: true,
181
- is_string: true,
182
181
  default_value: "ios",
183
182
  verify_block: proc do |value|
184
183
  UI.user_error!("The platform can only be ios, appletvos, or osx") unless %('ios', 'appletvos', 'osx').include?(value)
@@ -40,7 +40,7 @@ module Fastlane
40
40
 
41
41
  # Creates Spaceship API Key session
42
42
  # User does not need to pass the token into any actions because of this
43
- Spaceship::ConnectAPI.token = Spaceship::ConnectAPI::Token.create(key) if options[:set_spaceship_token]
43
+ Spaceship::ConnectAPI.token = Spaceship::ConnectAPI::Token.create(**key) if options[:set_spaceship_token]
44
44
 
45
45
  return key
46
46
  end
@@ -109,7 +109,6 @@ module Fastlane
109
109
  FastlaneCore::ConfigItem.new(key: :api_host,
110
110
  env_name: "APPETIZE_API_HOST",
111
111
  description: "Appetize API host",
112
- is_string: true,
113
112
  default_value: 'api.appetize.io',
114
113
  verify_block: proc do |value|
115
114
  UI.user_error!("API host should not contain the scheme e.g. `https`") if value.start_with?('https')
@@ -118,29 +117,24 @@ module Fastlane
118
117
  env_name: "APPETIZE_API_TOKEN",
119
118
  sensitive: true,
120
119
  description: "Appetize.io API Token",
121
- is_string: true,
122
120
  verify_block: proc do |value|
123
121
  UI.user_error!("No API Token for Appetize.io given, pass using `api_token: 'token'`") unless value.to_s.length > 0
124
122
  end),
125
123
  FastlaneCore::ConfigItem.new(key: :url,
126
124
  env_name: "APPETIZE_URL",
127
125
  description: "URL from which the ipa file can be fetched. Alternative to :path",
128
- is_string: true,
129
126
  optional: true),
130
127
  FastlaneCore::ConfigItem.new(key: :platform,
131
128
  env_name: "APPETIZE_PLATFORM",
132
129
  description: "Platform. Either `ios` or `android`",
133
- is_string: true,
134
130
  default_value: 'ios'),
135
131
  FastlaneCore::ConfigItem.new(key: :path,
136
132
  env_name: "APPETIZE_FILE_PATH",
137
133
  description: "Path to zipped build on the local filesystem. Either this or `url` must be specified",
138
- is_string: true,
139
134
  optional: true),
140
135
  FastlaneCore::ConfigItem.new(key: :public_key,
141
136
  env_name: "APPETIZE_PUBLICKEY",
142
137
  description: "If not provided, a new app will be created. If provided, the existing build will be overwritten",
143
- is_string: true,
144
138
  optional: true,
145
139
  verify_block: proc do |value|
146
140
  if value.start_with?("private_")
@@ -150,7 +144,6 @@ module Fastlane
150
144
  FastlaneCore::ConfigItem.new(key: :note,
151
145
  env_name: "APPETIZE_NOTE",
152
146
  description: "Notes you wish to add to the uploaded app",
153
- is_string: true,
154
147
  optional: true),
155
148
  FastlaneCore::ConfigItem.new(key: :timeout,
156
149
  env_name: "APPETIZE_TIMEOUT",
@@ -50,7 +50,6 @@ module Fastlane
50
50
  FastlaneCore::ConfigItem.new(key: :public_key,
51
51
  env_name: "APPETIZE_PUBLICKEY",
52
52
  description: "Public key of the app you wish to update",
53
- is_string: true,
54
53
  sensitive: true,
55
54
  default_value: Actions.lane_context[SharedValues::APPETIZE_PUBLIC_KEY],
56
55
  default_value_dynamic: true,
@@ -63,18 +62,15 @@ module Fastlane
63
62
  FastlaneCore::ConfigItem.new(key: :base_url,
64
63
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_BASE",
65
64
  description: "Base URL of Appetize service",
66
- is_string: true,
67
65
  default_value: "https://appetize.io/embed",
68
66
  optional: true),
69
67
  FastlaneCore::ConfigItem.new(key: :device,
70
68
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_DEVICE",
71
69
  description: "Device type: iphone4s, iphone5s, iphone6, iphone6plus, ipadair, iphone6s, iphone6splus, ipadair2, nexus5, nexus7 or nexus9",
72
- is_string: true,
73
70
  default_value: "iphone5s"),
74
71
  FastlaneCore::ConfigItem.new(key: :scale,
75
72
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_SCALE",
76
73
  description: "Scale of the simulator",
77
- is_string: true,
78
74
  optional: true,
79
75
  verify_block: proc do |value|
80
76
  available = ["25", "50", "75", "100"]
@@ -83,7 +79,6 @@ module Fastlane
83
79
  FastlaneCore::ConfigItem.new(key: :orientation,
84
80
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_ORIENTATION",
85
81
  description: "Device orientation",
86
- is_string: true,
87
82
  default_value: "portrait",
88
83
  verify_block: proc do |value|
89
84
  available = ["portrait", "landscape"]
@@ -92,12 +87,10 @@ module Fastlane
92
87
  FastlaneCore::ConfigItem.new(key: :language,
93
88
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_LANGUAGE",
94
89
  description: "Device language in ISO 639-1 language code, e.g. 'de'",
95
- is_string: true,
96
90
  optional: true),
97
91
  FastlaneCore::ConfigItem.new(key: :color,
98
92
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_COLOR",
99
93
  description: "Color of the device",
100
- is_string: true,
101
94
  default_value: "black",
102
95
  verify_block: proc do |value|
103
96
  available = ["black", "white", "silver", "gray"]
@@ -106,22 +99,18 @@ module Fastlane
106
99
  FastlaneCore::ConfigItem.new(key: :launch_url,
107
100
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_LAUNCH_URL",
108
101
  description: "Specify a deep link to open when your app is launched",
109
- is_string: true,
110
102
  optional: true),
111
103
  FastlaneCore::ConfigItem.new(key: :os_version,
112
104
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_OS_VERSION",
113
105
  description: "The operating system version on which to run your app, e.g. 10.3, 8.0",
114
- is_string: true,
115
106
  optional: true),
116
107
  FastlaneCore::ConfigItem.new(key: :params,
117
108
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_PARAMS",
118
109
  description: "Specify params value to be passed to Appetize",
119
- is_string: true,
120
110
  optional: true),
121
111
  FastlaneCore::ConfigItem.new(key: :proxy,
122
112
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_PROXY",
123
113
  description: "Specify a HTTP proxy to be passed to Appetize",
124
- is_string: true,
125
114
  optional: true)
126
115
  ]
127
116
  end