I have done the following
Steps to reproduce
- Define a system property; e.g.
container system property set dns.domain test
container system stop
uninstall-container.sh -d
defaults read com.apple.container.defaults
Current behavior
% defaults read com.apple.container.defaults
{
"dns.domain" = test;
}
Expected behavior
% defaults read com.apple.container.defaults
Domain com.apple.container.defaults does not exist
Environment
- OS: 26.3
- Xcode: 26
- Container: main
Relevant log output
Code of Conduct