Add App Bundle Integration

Nucleic-Session: 307EEE49-F1A9-4AF7-B2C1-72C8473CD6B4
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 05:01:56 -07:00
co-authored by nucleic
parent 3f95256aef
commit 0e51fda193
@@ -111,6 +111,8 @@ public enum MacVMError: Error, Sendable, CustomStringConvertible {
/// The golden base is exclusively in use (a build/provisioning pass or a Recovery session has it
/// booted writable), so a new session clone can't be cut from it right now. Transient retry.
case baseBusy(String)
/// Copying user-provided apps into a running guest's `/Applications` over vsock failed.
case appInstallFailed(String)
public var description: String {
switch self {