sudo xcodebuild -runFirstLaunch
This commit is contained in:
parent
96af6e1768
commit
4c3a1ceb09
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue