Skip to content

Instantly share code, notes, and snippets.

@NathanLawrence
Created November 4, 2020 16:09
Show Gist options
  • Save NathanLawrence/ec6036762345c685df4ccb3fc84e964e to your computer and use it in GitHub Desktop.
Save NathanLawrence/ec6036762345c685df4ccb3fc84e964e to your computer and use it in GitHub Desktop.
Quick iOS Dev Setup Dump
#! /bin/bash
echo "*System Version*"
system_profiler SPSoftwareDataType | grep -o -E -e 'macOS[^\n]+'
echo -e "\n*Xcode Info*"
xcodebuild -version
echo -e "\n*Active Simulators*"
xcrun simctl list devices 'booted' | grep -o -E -e '(iPad|iPhone).+?$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment