fastlane
https://github.com/fastlane/fastlane
Ruby
🚀 The easiest way to automate building and releasing your iOS and Android apps
CredentialsManager::AppfileConfig#provider_public_id
No Docs, write some!
Edit
git clone [email protected]:fastlane/fastlane.git
cd fastlane
open credentials_manager/lib/credentials_manager/appfile_config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CredentialsManager--AppfileConfig-provider_public_id-for-pr
# Commit to gitgit add credentials_manager/lib/credentials_manager/appfile_config.rbgit commit -m "better docs for CredentialsManager::AppfileConfig#provider_public_id"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CredentialsManager--AppfileConfig-provider_public_id-for-pr
hub pull-request
# Celebrate!