From 4c3a1ceb097b82906e83cc279f53d4be6e2080db Mon Sep 17 00:00:00 2001 From: fkorotkov Date: Mon, 20 Apr 2020 10:33:59 -0400 Subject: [PATCH] sudo xcodebuild -runFirstLaunch --- templates/catalina-xcode.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/catalina-xcode.json b/templates/catalina-xcode.json index 690f795..9918868 100644 --- a/templates/catalina-xcode.json +++ b/templates/catalina-xcode.json @@ -32,7 +32,8 @@ "sudo gem install xcode-install", "xcversion install $XCODE_VERSION", "xcversion select $XCODE_VERSION", - "xcversion cleanup" + "xcversion cleanup", + "sudo xcodebuild -runFirstLaunch" ], "type": "shell" },