Commit Graph

15 Commits

Author SHA1 Message Date
Maxim Lobanov
fec7951493 Fix Xcode simulator naming at the end of image generation (#7181) 2023-03-01 10:43:47 +01:00
Sergey Dolin
6f662479c8 [macOS] Rebuilding Launch Services database (#4588) 2021-12-01 10:58:26 +03:00
Dmitry Shibanov
25efb10e32 Parallel installation of Xcode (#2432)
* parallel xcode installation

* resolve comments

* fix changes

* resolve comments and change ErrorActionPreference

* return imports

* switch ErrorActionPreference to Stop

* add log for threadCount

* add errorAction

* use new approach for warning

* change to bash -c

* change approach to install xcodes through to parallel foreach

* use & bash -c "command"

* mv upper ErrorActionPreference and work on logs

* mv $env:SPACESHIP_SKIP_2FA_UPGRADE = 1

* change process count to 5

* Invoke-XCVersion add out-host
2021-02-18 15:08:41 +03:00
Andy Mishechkin
f889dd8d68 Helper function for execution of xcversion with more than one attempt. (#2700)
* Invoke-XCVersion function has been created

* PR Comments resolving

* $result.Output | ForEach-Object { Write-Host $_ } has been added

* $PauseDuration -> $PauseDurationSecs

* Fixing the attempt indexing
2021-02-17 11:03:31 +03:00
Maxim Lobanov
897349365a Update Xcode.Installer.psm1 2020-11-11 14:34:50 +03:00
Maxim Lobanov
1aad4c7b8d accept proposal 2020-11-11 14:33:35 +03:00
Maxim Lobanov
c656a9ddf2 fix nitpicks 2020-11-11 13:24:11 +03:00
Maxim Lobanov
ee8face8f2 fix condition and toolsets 2020-11-10 16:48:20 +03:00
Maxim Lobanov
bf48ac16ea fix typos 2020-11-06 14:38:43 +03:00
Maxim Lobanov
54269f7602 minor improvements 2020-11-02 21:35:36 +03:00
Maxim Lobanov
74483e93da fix typos 2020-11-02 18:03:20 +03:00
Maxim Lobanov
3feabfdb52 fix todos 2020-11-02 11:19:30 +03:00
Maxim Lobanov
cfaa7acb54 fix symlinks 2020-11-02 08:41:40 +03:00
Maxim Lobanov
85b8007337 fix tests 2020-11-01 11:13:45 +03:00
Maxim Lobanov
b49a705f6b need to test 2020-10-31 18:41:04 +03:00