Skip to content

Instantly share code, notes, and snippets.

@oboje
Created October 29, 2019 13:10
Show Gist options
  • Save oboje/9eb044a2b3db5a0a9fc2837707d07221 to your computer and use it in GitHub Desktop.
Save oboje/9eb044a2b3db5a0a9fc2837707d07221 to your computer and use it in GitHub Desktop.
Managing iOS simulators via fastlane
irb
require 'fastlane_core/device_manager'
FastlaneCore::Simulator.delete_all_by_version(os_version: "12.4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment