close
The Wayback Machine - https://web.archive.org/web/20210806044623/https://github.com/fastlane/fastlane
Skip to content
master
Switch branches/tags
Code

Latest commit

…e capabilities (#19168)

* update to using new undocumented apple api

* fix deleted value var

* initialize App Service with settings

* remove test hostname requriement

* initialize test client only if test hostname is provided

* provide default hostname

* provide default hostname

* Create update bundle request entity

* use spaceshup statsmiddleware for test client

* remove xml from response type for test client

* use nonclient request for bundle capabilities update

* fix method printout

* pass in client

* init super client

* init super client

* Modify request handling to optionally input client

* fix global reference

* clean up

* cleaned up client building, removed unused URIs

* cleanup update bundle request

* hash nested bundle request object

* avoid hashing nil objects

* avoid hashing nil objects

* test nil objects

* test nil objects

* add to hash deep

* add to hash deep

* call static method recurisvely

* DEBUG: call static method recurisvely

* DEBUG: call static method recurisvely

* remove deep to hash

* add ability to deeply convert request object to hash, reenable request logging

* Add new bundle capabilities

* fix Produce manager and Spaceship tests

* Update Produce Developer Center with new bundle capabilities

* Add tests for new bundle capability api to check for appropriate request body

* Robot Formatting changes

* Remove duplicate variable

* use hash for portal stubs

* Update accepted CLI arguments for bundle capabilities

* update option name

* update additional option names]

* Add new bundle capabilities, app services that were introduced in WWDC21

* Remove trailing whitespace

* ignore class length for Produce Service

* Have Produce update bundle capabilities use Spaceship::ConnectAPI, remove dependance on Spaceship::Portal

* revert Portal changes as it is now depricated

* Update tests, revert portal tests

* change cloud back to icloud

* remove debug message

* fix modify_services lane option, allow it to use new bundle capabilities

* use depricated serivce types when creating apps (creating apps still uses old api)

* Removed unnecessary fields in update bundle PATCH request body

* Add ability to fetch available bundle id capabilities

* Add 'fastlane produce available_services -a <BUNDLEID>' command to fetch available services

* fix table import

* Update produce/lib/produce/service.rb

sounds good to me!

Co-authored-by: Josh Holtz <me@joshholtz.com>

* Remove excess console logging

* Revert "Update produce/lib/produce/service.rb
"

This reverts commit b77c620.

* Remove excess console logging

Co-authored-by: shyamlad <slad@google.com>
Co-authored-by: Josh Holtz <me@joshholtz.com>
e89cb14

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Feb 2, 2017

fastlane Logo

Twitter: @FastlaneTools License Gem Homebrew Build Status PRs welcome!

fastlane is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.


✨ All fastlane docs were moved to docs.fastlane.tools ✨


Need Help?

Before submitting a new GitHub issue, please make sure to

If the above doesn't help, please submit an issue on GitHub and provide information about your setup, in particular the output of the fastlane env command.

Note: If you want to report a regression in fastlane (something that has worked before, but broke with a new release), please mark your issue title as such using [Regression] Your title here. This enables us to quickly detect and fix regressions.

fastlane team

Image

Luka Mirosevic

Image

Aaron Brager

Image

Fumiya Nakamura

Image

Satoshi Namai

Image

Manish Rathi

Image

Andrew McBurney

Image

Kohki Miki

Image

Olivier Halligon

Image

Danielle Tomlinson

Image

Jorge Revuelta H

Image

Manu Wallner

Image

Matthew Ellis

Image

Felix Krause

Image

Maksym Grebenets

Image

Helmut Januschka

Image

Jimmy Dee

Image

Joshua Liebowitz

Image

Jérôme Lacoste

Image

Stefan Natchev

Image

Iulian Onofrei

Image

Roger Oba

Image

Daniel Jankowski

Image

Josh Holtz

Image

Max Ott

Image

Jan Piotrowski

Special thanks to all contributors for extending and improving fastlane.

Contribute to fastlane

Check out CONTRIBUTING.md for more information on how to help with fastlane.

Code of Conduct

Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.

Metrics

fastlane tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:

  • The number of fastlane runs
  • A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of fastlane

You can easily opt-out of metrics collection by adding opt_out_usage at the top of your Fastfile or by setting the environment variable FASTLANE_OPT_OUT_USAGE. Check out the metrics code on GitHub

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.


✨ All fastlane docs were moved to docs.fastlane.tools ✨