mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
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.
|
||
|---|---|---|
| .. | ||
| AppState+Install.swift | ||
| AppState+Update.swift | ||
| AppState.swift | ||
| AvailableXcode.swift | ||
| Bundle+InfoPlistValues.swift | ||
| Configure.swift | ||
| DataSource.swift | ||
| DateFormatter+.swift | ||
| Downloads.swift | ||
| Entry+.swift | ||
| Environment.swift | ||
| FileManager+.swift | ||
| FocusedValues.swift | ||
| Foundation.swift | ||
| HelperClient.swift | ||
| HelperInstaller.swift | ||
| InstallationStep.swift | ||
| InstalledXcode.swift | ||
| Optional+IsNotNil.swift | ||
| Path+.swift | ||
| Process.swift | ||
| Publisher+Resumable.swift | ||
| SelectedXcode.swift | ||
| URLRequest+Apple.swift | ||
| URLSession+DownloadTaskPublisher.swift | ||
| Version+.swift | ||
| Version+Xcode.swift | ||
| Version+XcodeReleases.swift | ||
| Xcode.swift | ||
| XcodeCommands.swift | ||