Method: Fastlane::Actions::AppStoreBuildNumberAction.example_code

Defined in:
fastlane/lib/fastlane/actions/app_store_build_number.rb

.example_codeObject



165
166
167
168
169
170
171
172
173
174
175
176
177
178
# File 'fastlane/lib/fastlane/actions/app_store_build_number.rb', line 165

def self.example_code
  [
    'app_store_build_number',
    'app_store_build_number(
      app_identifier: "app.identifier",
      username: "[email protected]"
    )',
    'app_store_build_number(
      live: false,
      app_identifier: "app.identifier",
      version: "1.2.9"
    )'
  ]
end