This is a copy of debug overrides available through Xcode UI that boils down to calling certain private APIs. It only overrides the values within your app while it's running, restarting the app will reset back to the system values
This simply wraps overrides found in /Applications/Xcode.app/Contents/PlugIns/IDEiOSDebugger.ideplugin/Contents/Resources/IDEiOSDebugger.xcplugindata into C functions
Probably not a good idea to ship those to the AppStore
Most of APIs work by setting one @YES
or @NO
to set value explicitly, or by setting nil
to reset to the system value