Created
October 29, 2019 13:10
-
-
Save oboje/9eb044a2b3db5a0a9fc2837707d07221 to your computer and use it in GitHub Desktop.
Managing iOS simulators via fastlane
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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