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.
|
||
|---|---|---|
| .. | ||
| AcknowledgementsGenerator | ||
| AppleAPI | ||
| Backend | ||
| Frontend | ||
| Preview Content/Preview Assets.xcassets | ||
| Resources | ||
| SettingsView.swift | ||
| XcodesApp.swift | ||