fastlane

https://github.com/fastlane/fastlane

Ruby

🚀 The easiest way to automate building and releasing your iOS and Android apps

FastlaneCore::DeviceManager.latest_simulator_version_for_device

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:fastlane/fastlane.git

cd fastlane

open fastlane_core/lib/fastlane_core/device_manager.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-FastlaneCore--DeviceManager-latest_simulator_version_for_device-for-pr


# Commit to git

git add fastlane_core/lib/fastlane_core/device_manager.rbgit commit -m "better docs for FastlaneCore::DeviceManager.latest_simulator_version_for_device"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-FastlaneCore--DeviceManager-latest_simulator_version_for_device-for-pr

hub pull-request


# Celebrate!