Fedor Korotkov
Fedor Korotkov
It seems the only way right now to embed a provisioning profile is to distribute Tart as an `*.App` and install it in `/Applications`. 😪🤷♂️
@edigaryev, yeah, I thought about the same. Maybe even start `Tart.App` and see a list of local VMs to launch in the UI. 🤔 But changing how we release Tart...
Unfortunately, it's not working. See https://github.com/cirruslabs/tart/issues/243#issuecomment-1248112324. In order to embed a provisioning profile we need to repack Tart as `Tart.App` which we'll do in #305. We haven't found another way...
`--net-bridged` is finally working in `1.0.0`. Please give it a try! There is some hacky things involved. 😅
I don't think it's worth adding ASCII output for color. Tart doesn't output that much information. I think the current behaviour of using stdout for regular output and stderr for...
Do you have particular commands that need machine readable output? There are couple of services that already integrated Tart as is since the outputs are already pretty simple. For example,...
Sorry to hear that @josephburnett! It seems overtime there was a need for JSON output only for `list` command. `ip` and `get` already return machine readable output. It seems this...
@tomjn `tart list --json` is a proposal for a change after which we can close this issue. @josephburnett with a single value it can even be pretty printed for human...
Did you also upgrade something else? Like Xcode or macOS? Or tried a different VM?
Interesting. Which version of macOS your VM has? Also which version of macOS you host has? I saw a GPU crash only once a while back on macOS Monterey. VM...