Commit Graph

9 Commits

Author SHA1 Message Date
Fedor Korotkov 49d430b3c4
Update dependencies and styles (#12)
* Update deps and .editorconfig

* run config
2022-03-24 18:54:49 +03:00
Fedor Korotkov dc1e502404
Logger (#11)
* Log progress

* ProgressObserver

* Reverted run configuration

* Cache *.ipsw files

* Use fraction

* Use datatask and pre-create cache folder
2022-03-22 22:17:23 -04:00
Fedor Korotkov 483627904c
Swift package simplified (#7)
* Convert project to a Swift Package

* SwiftEntitlementsPlugin

* Include .swiftpm

* Removed plugin

* Run configuration to run signed binary

* Cirrus CI Configuration

* Fixed worker label
2022-03-07 11:46:49 -05:00
Nikolay Edigaryev 13f2366754
Add ability to clone VMs (#9) 2022-02-23 23:45:21 +03:00
Nikolay Edigaryev 7a67deab81
Introduce "tart ip" command to retrieve a VM's IP address (#8)
* Introduce "tart ip" command to retrieve a VM's IP address

* VM running hint
2022-02-22 23:11:33 +03:00
Nikolay Edigaryev 8375e3cf7a {cpuCount,memorySize}min → {cpuCount,memorySize} 2022-02-14 16:57:54 +03:00
Nikolay Edigaryev 6fc868e3ba VMDirectory: use file extensions for config, disk and nvram 2022-02-14 16:55:28 +03:00
Nikolay Edigaryev 348d977f09 VMConfig: save pretty-printed JSON 2022-02-14 16:54:36 +03:00
Nikolay Edigaryev 09a8109f4b Basic CLI implementation that wraps Virtualization.Framework 2022-02-11 17:38:31 +03:00