fastlane-plugin-wpmreleasetoolkit 4.2.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_localize_libs_action.rb +1 -1
  3. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_update_metadata_source_action.rb +1 -1
  4. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_validate_lib_strings_action.rb +1 -1
  5. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_betabuild_prechecks.rb +1 -1
  6. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_build_prechecks.rb +1 -1
  7. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_build_preflight.rb +1 -1
  8. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_beta.rb +1 -1
  9. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_final_release.rb +1 -1
  10. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_hotfix.rb +1 -1
  11. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_release.rb +1 -1
  12. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_codefreeze_prechecks.rb +1 -1
  13. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_completecodefreeze_prechecks.rb +1 -1
  14. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_create_xml_release_notes.rb +1 -1
  15. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_current_branch_is_hotfix.rb +1 -1
  16. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_download_file_by_version.rb +1 -1
  17. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_download_translations_action.rb +1 -1
  18. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_finalize_prechecks.rb +1 -1
  19. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_firebase_test.rb +187 -0
  20. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_get_alpha_version.rb +1 -1
  21. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_get_app_version.rb +1 -1
  22. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_get_release_version.rb +1 -1
  23. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_hotfix_prechecks.rb +1 -1
  24. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_send_app_size_metrics.rb +279 -0
  25. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_tag_build.rb +1 -1
  26. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_update_release_notes.rb +1 -1
  27. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/check_for_toolkit_updates_action.rb +1 -1
  28. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/check_translation_progress.rb +1 -1
  29. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/circleci_trigger_job_action.rb +1 -1
  30. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/close_milestone_action.rb +1 -1
  31. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/create_new_milestone_action.rb +1 -1
  32. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/create_release_action.rb +1 -1
  33. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/extract_release_notes_for_version_action.rb +1 -1
  34. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/firebase_login.rb +44 -0
  35. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/get_prs_list_action.rb +1 -1
  36. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_downloadmetadata_action.rb +1 -1
  37. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_update_metadata_source.rb +1 -1
  38. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/promo_screenshots_action.rb +1 -1
  39. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/removebranchprotection_action.rb +1 -1
  40. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/setbranchprotection_action.rb +1 -1
  41. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/setfrozentag_action.rb +1 -1
  42. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_add_files_to_copy_action.rb +1 -1
  43. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_apply_action.rb +1 -1
  44. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_download_action.rb +1 -1
  45. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_setup_action.rb +1 -1
  46. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_update_action.rb +1 -1
  47. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_validate_action.rb +1 -1
  48. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/add_development_certificates_to_provisioning_profiles.rb +1 -1
  49. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/add_devices_to_provisioning_profiles.rb +1 -1
  50. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_betabuild_prechecks.rb +1 -1
  51. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_prechecks.rb +1 -1
  52. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_preflight.rb +1 -1
  53. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_beta.rb +1 -1
  54. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_hotfix.rb +1 -1
  55. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_bump_version_release.rb +1 -1
  56. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_check_beta_deps.rb +1 -1
  57. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_clear_intermediate_tags.rb +1 -1
  58. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_codefreeze_prechecks.rb +1 -1
  59. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_completecodefreeze_prechecks.rb +1 -1
  60. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_current_branch_is_hotfix.rb +1 -1
  61. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_final_tag.rb +1 -1
  62. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_finalize_prechecks.rb +1 -1
  63. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_app_version.rb +1 -1
  64. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_build_version.rb +1 -1
  65. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_store_app_sizes.rb +1 -1
  66. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_hotfix_prechecks.rb +1 -1
  67. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_localize_project.rb +1 -1
  68. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_merge_strings_files.rb +1 -1
  69. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_send_app_size_metrics.rb +170 -0
  70. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_tag_build.rb +1 -1
  71. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_metadata.rb +1 -1
  72. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_metadata_source.rb +1 -1
  73. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_update_release_notes.rb +1 -1
  74. data/lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_validate_ci_build.rb +1 -1
  75. data/lib/fastlane/plugin/wpmreleasetoolkit/helper/app_size_metrics_helper.rb +95 -0
  76. data/lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata_download_helper.rb +1 -1
  77. data/lib/fastlane/plugin/wpmreleasetoolkit/models/firebase_account.rb +19 -0
  78. data/lib/fastlane/plugin/wpmreleasetoolkit/models/firebase_device.rb +62 -0
  79. data/lib/fastlane/plugin/wpmreleasetoolkit/models/firebase_test_lab_result.rb +36 -0
  80. data/lib/fastlane/plugin/wpmreleasetoolkit/models/firebase_test_runner.rb +104 -0
  81. data/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +1 -1
  82. data/lib/fastlane/plugin/wpmreleasetoolkit.rb +2 -2
  83. metadata +118 -81
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f87869bd0429895cc6f445950c7e6fca7d778021656483f1b0f4cc232487e2a1
4
- data.tar.gz: e478fc6f8cd0b3b4baa9431502b7ee6f95e94ab3553bae728d7077e7c9e39adf
3
+ metadata.gz: fe6a0ccccfa972725f15898f4d1894e9ce81a8ee60b27c436d1930cd68b58a59
4
+ data.tar.gz: 7c25d05bd642b368cfe8eac93bb7e26db77dd8380f4665a2521b9b7c0191d7d5
5
5
  SHA512:
6
- metadata.gz: c62ae7d95211059423e61feb22558e79a42da9587f76a1ed0c7c5319de2650a0936d1daeb8f7db9c1a359369bab098b52dc3ea188834e6551bd3f1b479414aab
7
- data.tar.gz: ed0fc3ef8429091aeb9c83d9e1efeb4909234aa47b733e574546f7297b9c0c7913829889f687cfab55d139f294b00de0eb1f5b4e9064e21c78144697b6683230
6
+ metadata.gz: 7dd36004e4d5f45cb747bd5d005937deb36cf8a638aa556460e059dbbae823fac182bd1f6af849972c053ecef91e2e57c6bbf64d771014f973b07a0502f6897d
7
+ data.tar.gz: 9d719a9f9ca3281d6a5d6045040782df58552966f91a3042edaaaf0e98e4fcd9c3a7a2758fdb2af550d5bf3dd8ce0a4c3af92c6b367ca054b1d11971d8cc6275
@@ -21,7 +21,7 @@ module Fastlane
21
21
  end
22
22
 
23
23
  def self.authors
24
- ['Lorenzo Mattei']
24
+ ['Automattic']
25
25
  end
26
26
 
27
27
  def self.return_value
@@ -160,7 +160,7 @@ module Fastlane
160
160
  end
161
161
 
162
162
  def self.authors
163
- ['loremattei']
163
+ ['Automattic']
164
164
  end
165
165
 
166
166
  def self.is_supported?(platform)
@@ -26,7 +26,7 @@ module Fastlane
26
26
  end
27
27
 
28
28
  def self.authors
29
- ['Lorenzo Mattei']
29
+ ['Automattic']
30
30
  end
31
31
 
32
32
  def self.return_value
@@ -98,7 +98,7 @@ module Fastlane
98
98
 
99
99
  def self.authors
100
100
  # So no one will ever forget your contribution to fastlane :) You are awesome btw!
101
- ['loremattei']
101
+ ['Automattic']
102
102
  end
103
103
 
104
104
  def self.is_supported?(platform)
@@ -73,7 +73,7 @@ module Fastlane
73
73
  end
74
74
 
75
75
  def self.authors
76
- ['loremattei']
76
+ ['Automattic']
77
77
  end
78
78
 
79
79
  def self.is_supported?(platform)
@@ -43,7 +43,7 @@ module Fastlane
43
43
  end
44
44
 
45
45
  def self.authors
46
- ['loremattei']
46
+ ['Automattic']
47
47
  end
48
48
 
49
49
  def self.is_supported?(platform)
@@ -51,7 +51,7 @@ module Fastlane
51
51
  end
52
52
 
53
53
  def self.authors
54
- ['loremattei']
54
+ ['Automattic']
55
55
  end
56
56
 
57
57
  def self.is_supported?(platform)
@@ -43,7 +43,7 @@ module Fastlane
43
43
  end
44
44
 
45
45
  def self.authors
46
- ['loremattei']
46
+ ['Automattic']
47
47
  end
48
48
 
49
49
  def self.is_supported?(platform)
@@ -55,7 +55,7 @@ module Fastlane
55
55
  end
56
56
 
57
57
  def self.authors
58
- ['loremattei']
58
+ ['Automattic']
59
59
  end
60
60
 
61
61
  def self.is_supported?(platform)
@@ -69,7 +69,7 @@ module Fastlane
69
69
  end
70
70
 
71
71
  def self.authors
72
- ['loremattei']
72
+ ['Automattic']
73
73
  end
74
74
 
75
75
  def self.is_supported?(platform)
@@ -75,7 +75,7 @@ module Fastlane
75
75
  end
76
76
 
77
77
  def self.authors
78
- ['loremattei']
78
+ ['Automattic']
79
79
  end
80
80
 
81
81
  def self.is_supported?(platform)
@@ -57,7 +57,7 @@ module Fastlane
57
57
  end
58
58
 
59
59
  def self.authors
60
- ['loremattei']
60
+ ['Automattic']
61
61
  end
62
62
 
63
63
  def self.is_supported?(platform)
@@ -52,7 +52,7 @@ module Fastlane
52
52
  end
53
53
 
54
54
  def self.authors
55
- ['loremattei']
55
+ ['Automattic']
56
56
  end
57
57
 
58
58
  def self.is_supported?(platform)
@@ -35,7 +35,7 @@ module Fastlane
35
35
  end
36
36
 
37
37
  def self.authors
38
- ['loremattei']
38
+ ['Automattic']
39
39
  end
40
40
 
41
41
  def self.is_supported?(platform)
@@ -68,7 +68,7 @@ module Fastlane
68
68
  end
69
69
 
70
70
  def self.authors
71
- ['loremattei']
71
+ ['Automattic']
72
72
  end
73
73
 
74
74
  def self.is_supported?(platform)
@@ -104,7 +104,7 @@ module Fastlane
104
104
  end
105
105
 
106
106
  def self.authors
107
- ['AliSoftware']
107
+ ['Automattic']
108
108
  end
109
109
 
110
110
  def self.is_supported?(platform)
@@ -60,7 +60,7 @@ module Fastlane
60
60
  end
61
61
 
62
62
  def self.authors
63
- ['loremattei']
63
+ ['Automattic']
64
64
  end
65
65
 
66
66
  def self.is_supported?(platform)
@@ -0,0 +1,187 @@
1
+ require 'securerandom'
2
+
3
+ module Fastlane
4
+ module Actions
5
+ module SharedValues
6
+ FIREBASE_TEST_RESULT = :FIREBASE_TEST_LOG_FILE
7
+ FIREBASE_TEST_LOG_FILE_PATH = :FIREBASE_TEST_LOG_FILE_PATH
8
+ end
9
+
10
+ class AndroidFirebaseTestAction < Action
11
+ def self.run(params)
12
+ validate_options(params)
13
+
14
+ UI.user_error!('You must be logged in to Firebase prior to calling this action. Use the `FirebaseLogin` Action to log in if needed') unless Fastlane::FirebaseAccount.authenticated?
15
+
16
+ # Log in to Firebase (and validate credentials)
17
+ run_uuid = params[:test_run_id] || SecureRandom.uuid
18
+ test_dir = params[:results_output_dir] || File.join(Dir.tmpdir(), run_uuid)
19
+
20
+ # Set up the log file and output directory
21
+ FileUtils.mkdir_p(test_dir)
22
+ Fastlane::Actions.lane_context[:FIREBASE_TEST_LOG_FILE_PATH] = File.join(test_dir, 'output.log')
23
+
24
+ device = Fastlane::FirebaseDevice.new(
25
+ model: params[:model],
26
+ version: params[:version],
27
+ locale: params[:locale],
28
+ orientation: params[:orientation]
29
+ )
30
+
31
+ result = FirebaseTestRunner.run_tests(
32
+ project_id: params[:project_id],
33
+ apk_path: params[:apk_path],
34
+ test_apk_path: params[:test_apk_path],
35
+ device: device,
36
+ type: params[:type]
37
+ )
38
+
39
+ # Download all of the outputs from the job to the local machine
40
+ FirebaseTestRunner.download_result_files(
41
+ result: result,
42
+ destination: test_dir,
43
+ project_id: params[:project_id],
44
+ key_file_path: params[:key_file]
45
+ )
46
+
47
+ FastlaneCore::UI.test_failure! "Firebase Tests failed – more information can be found at #{result.more_details_url}" unless result.success?
48
+
49
+ UI.success 'Firebase Tests Complete'
50
+ end
51
+
52
+ # Fastlane doesn't eagerly validate options for us, so we'll do it first to have control over
53
+ # when they're evalutated.
54
+ def self.validate_options(params)
55
+ available_options
56
+ .reject { |opt| opt.optional || !opt.default_value.nil? }
57
+ .map(&:key)
58
+ .each { |k| params[k] }
59
+ end
60
+
61
+ #####################################################
62
+ # @!group Documentation
63
+ #####################################################
64
+
65
+ def self.description
66
+ 'Runs the specified tests in Firebase Test Lab'
67
+ end
68
+
69
+ def self.details
70
+ description
71
+ end
72
+
73
+ def self.available_options
74
+ [
75
+ FastlaneCore::ConfigItem.new(
76
+ key: :project_id,
77
+ # `env_name` comes from the Google Cloud default: https://cloud.google.com/functions/docs/configuring/env-var
78
+ env_name: 'GCP_PROJECT',
79
+ description: 'The Project ID to test in',
80
+ type: String
81
+ ),
82
+ FastlaneCore::ConfigItem.new(
83
+ key: :key_file,
84
+ description: 'The key file used to authorize with Google Cloud',
85
+ type: String,
86
+ verify_block: proc do |value|
87
+ UI.user_error!('The `:key_file` parameter is required') if value.empty?
88
+ UI.user_error!("No Google Cloud Key file found at: #{value}") unless File.exist?(value)
89
+ end
90
+ ),
91
+ FastlaneCore::ConfigItem.new(
92
+ key: :apk_path,
93
+ description: 'Path to the application APK on the local machine',
94
+ type: String,
95
+ verify_block: proc do |value|
96
+ UI.user_error!('The `:apk_path` parameter is required') if value.empty?
97
+ UI.user_error!("Invalid application APK: #{value}") unless File.exist?(value)
98
+ end
99
+ ),
100
+ FastlaneCore::ConfigItem.new(
101
+ key: :test_apk_path,
102
+ description: 'Path to the test bundle APK on the local machine',
103
+ type: String,
104
+ verify_block: proc do |value|
105
+ UI.user_error!('The `:test_apk_path` parameter is required') if value.empty?
106
+ UI.user_error!("Invalid test APK: #{value}") unless File.exist?(value)
107
+ end
108
+ ),
109
+ FastlaneCore::ConfigItem.new(
110
+ key: :model,
111
+ description: 'The device model to use to run the test',
112
+ type: String,
113
+ verify_block: proc do |value|
114
+ UI.user_error!('The `:model` parameter is required') if value.empty?
115
+ FirebaseTestRunner.verify_has_gcloud_binary!
116
+ model_names = Fastlane::FirebaseDevice.valid_model_names
117
+ UI.user_error!("Invalid Model Name: #{value}. Valid Model Names: #{model_names}") unless model_names.include?(value)
118
+ end
119
+ ),
120
+ FastlaneCore::ConfigItem.new(
121
+ key: :version,
122
+ description: 'The Android version (API Level) to use to run the test',
123
+ type: Integer,
124
+ verify_block: proc do |value|
125
+ FirebaseTestRunner.verify_has_gcloud_binary!
126
+ version_numbers = Fastlane::FirebaseDevice.valid_version_numbers
127
+ UI.user_error!("Invalid Version Number: #{value}. Valid Version Numbers: #{version_numbers}") unless version_numbers.include?(value)
128
+ end
129
+ ),
130
+ FastlaneCore::ConfigItem.new(
131
+ key: :locale,
132
+ description: 'The locale code to use when running the test',
133
+ type: String,
134
+ default_value: 'en',
135
+ verify_block: proc do |value|
136
+ FirebaseTestRunner.verify_has_gcloud_binary!
137
+ locale_codes = Fastlane::FirebaseDevice.valid_locales
138
+ UI.user_error!("Invalid Locale: #{value}. Valid Locales: #{locale_codes}") unless locale_codes.include?(value)
139
+ end
140
+ ),
141
+ FastlaneCore::ConfigItem.new(
142
+ key: :orientation,
143
+ description: 'Which orientation to run the device in',
144
+ type: String,
145
+ default_value: 'portrait',
146
+ verify_block: proc do |value|
147
+ orientations = Fastlane::FirebaseDevice.valid_orientations
148
+ UI.user_error!("Invalid Orientation: #{value}. Valid Orientations: #{orientations}") unless orientations.include?(value)
149
+ end
150
+ ),
151
+ FastlaneCore::ConfigItem.new(
152
+ key: :type,
153
+ description: 'The type of test to run (e.g. `instrumentation` or `robo`)',
154
+ type: String,
155
+ default_value: 'instrumentation',
156
+ verify_block: proc do |value|
157
+ types = Fastlane::FirebaseTestRunner::VALID_TEST_TYPES
158
+ UI.user_error!("Invalid Test Type: #{value}. Valid Types: #{types}") unless types.include?(value)
159
+ end
160
+ ),
161
+ FastlaneCore::ConfigItem.new(
162
+ key: :test_run_id,
163
+ description: 'A unique ID used to identify this test run',
164
+ default_value_dynamic: true,
165
+ optional: true,
166
+ type: String
167
+ ),
168
+ FastlaneCore::ConfigItem.new(
169
+ key: :results_output_dir,
170
+ description: 'The path to the folder where we will store the results of this test run',
171
+ default_value_dynamic: true,
172
+ optional: true,
173
+ type: String
174
+ ),
175
+ ]
176
+ end
177
+
178
+ def self.authors
179
+ ['Automattic']
180
+ end
181
+
182
+ def self.is_supported?(platform)
183
+ platform == :android
184
+ end
185
+ end
186
+ end
187
+ end
@@ -33,7 +33,7 @@ module Fastlane
33
33
 
34
34
  def self.authors
35
35
  # So no one will ever forget your contribution to fastlane :) You are awesome btw!
36
- ['loremattei']
36
+ ['Automattic']
37
37
  end
38
38
 
39
39
  def self.is_supported?(platform)
@@ -33,7 +33,7 @@ module Fastlane
33
33
 
34
34
  def self.authors
35
35
  # So no one will ever forget your contribution to fastlane :) You are awesome btw!
36
- ['loremattei']
36
+ ['Automattic']
37
37
  end
38
38
 
39
39
  def self.is_supported?(platform)
@@ -33,7 +33,7 @@ module Fastlane
33
33
 
34
34
  def self.authors
35
35
  # So no one will ever forget your contribution to fastlane :) You are awesome btw!
36
- ['loremattei']
36
+ ['Automattic']
37
37
  end
38
38
 
39
39
  def self.is_supported?(platform)
@@ -67,7 +67,7 @@ module Fastlane
67
67
  end
68
68
 
69
69
  def self.authors
70
- ['loremattei']
70
+ ['Automattic']
71
71
  end
72
72
 
73
73
  def self.is_supported?(platform)