This file contains hidden or 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
# Based on the following articles, and modified because of Simulator file location changes and | |
# so that my knowledgeable QA friends can quickly run this script | |
# Primary resource: https://egeek.me/2014/09/07/ios-testing-no-space-left-situation/ | |
# http://commandlinemac.blogspot.com/2008/12/using-diskutil.html | |
# https://medium.com/xcblog/simctl-control-ios-simulators-from-command-line-78b9006a20dc | |
# https://superuser.com/questions/456803/create-ram-disk-mount-to-specific-folder-in-osx | |
function writeSection { | |
echo "******************************************************" | |
echo "* $1" |