Add App Bundle Integration
Nucleic-Session: 307EEE49-F1A9-4AF7-B2C1-72C8473CD6B4 Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user