Skip to content

Commit

Permalink
Xcode setup and license accept
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharlton authored Aug 1, 2021
1 parent aa249b5 commit 03a94e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Start from here...
start_here() {
setup_work_home_folder
mac_setup_xcode_license
}

# Setup 'Work' folder
Expand All @@ -12,4 +13,10 @@ setup_work_home_folder() {
source "shell.sh"
}

# Setup Xcode and accept Xcode license to get other parts rolling
mac_setup_xcode_license() {
xcode-select --install
xcodebuild -license
}

start_here

0 comments on commit 03a94e0

Please sign in to comment.