fastlane
https://github.com/fastlane/fastlane
Ruby
🚀 The easiest way to automate building and releasing your iOS and Android apps
FastlaneCore::Project#project_paths
Array of paths to all project files (might be multiple, because of workspaces)
Edit
git clone git@github.com:fastlane/fastlane.git
cd fastlane
open fastlane_core/lib/fastlane_core/project.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-FastlaneCore--Project-project_paths-for-pr
# Commit to gitgit add fastlane_core/lib/fastlane_core/project.rbgit commit -m "better docs for FastlaneCore::Project#project_paths"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-FastlaneCore--Project-project_paths-for-pr
hub pull-request
# Celebrate!