yep / virtualOS

macOS Virtual Machine using Virtualization.framework
https://apps.apple.com/us/app/virtualos/id1614659226
Other
203 stars 19 forks source link

Where does the system image saved ? #29

Closed SKbarbon closed 1 year ago

SKbarbon commented 1 year ago

Where does the system image saved ?

I hope in the app container. So when the app deleted all its files being deleted

sinarf commented 1 year ago

I found it here: ~/Library/Containers/com.github.yep.ios.virtualOS/Data/Documents

The default value is set here: https://github.com/yep/virtualOS/blob/main/virtualOS/Extension/URL%2BPaths.swift

And hopefully it is NOT deleted when you uninstall the application because that would be very bad.

yep commented 1 year ago

Yes, by default, all data is stored at ~/Library/Containers/com.github.yep.ios.virtualOS/Data/Documents Data in that directory is not removed when the app is deleted.