gh-XcodesOrg-XcodesApp/Xcodes
Brandon Evans 89143b8751
Dispatch Process.run work manually instead of using subscribe(on:) and receive(on:)
The previous implementation was doing something weird when it was used during installation in:

verifySecurityAssessment(of: installedXcode)
    .combineLatest(self.verifySigningCertificate(of: installedXcode.path.url))

It looks like it would subscribe after the Process.run future had already sent a value, and so it would never finish. This seems weird, and I'm assuming that I'm misunderstanding something about this behaviour, but dispatching manually seems reasonable and works.
2021-01-07 21:25:07 -07:00
..
AcknowledgementsGenerator AcknowledgementsGenerator supports *.LICENSE files for code not from SPM 2020-12-28 10:38:59 -07:00
AppleAPI Add install functionality 2021-01-07 21:25:07 -07:00
Backend Dispatch Process.run work manually instead of using subscribe(on:) and receive(on:) 2021-01-07 21:25:07 -07:00
Frontend Add install functionality 2021-01-07 21:25:07 -07:00
Preview Content/Preview Assets.xcassets Rename the project and directories 2020-11-24 21:11:25 -07:00
Resources Add install functionality 2021-01-07 21:25:07 -07:00
SettingsView.swift Only show Sign Out button when actually authenticated 2021-01-07 21:13:29 -07:00
XcodesApp.swift Add install functionality 2021-01-07 21:25:07 -07:00