I am creating a helper tool for my uninstall app (which will be run
as root) to disable proxy changes where applicable.
Unfortunately, I cannot find docs on how to access the SC store to
change values within it; the following example is incorrect (since
SCDynamicStoreSetValue () works with plist values and not simple
values) but is what I want to do . . .
Can anybody help before I burn a support incident?
int main (int argc, const char * argv[])
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
perform_action(argv);
[pool release];
return 0;
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macnetworkprog/email@hidden