Jon Crain
Jon Crain
EraseDevice formats the machine. "Upon receiving this command, the device immediately erases itself. No warning is given to the user. This command is performed immediately even if the device is...
The current version of the GitHubReleasesInfoProvider is working for our private repos. We were previously using @bochoven's custom provider for this.
I prefer option 2.
Nice call! Looks like this works in python: ```py from Foundation import NSBundle def is_dark_mode(): appearanceBundle = NSBundle.bundleWithPath_( "/System/Library/PreferencePanes/Appearance.prefPane" ) appearanceShared = appearanceBundle.classNamed_("AppearanceShared") app = appearanceShared.sharedAppearanceAccess() if app.theme() == 1:...
The release notes hint at that, but currently in the man page for `profiles` only `show` and `validate` have the rate limit mentioned. And in practice those two return errors...