On Nov 28, 2009, at 5:02 PM, William Squires wrote:
> So, I make a new XCode CoreFoundation Tool project, and import the
> SystemConfiguration.framework. I then look under "External Frameworks and
> Libraries" (where I dragged the system configuration framework), and loo
On Nov 28, 2009, at 5:02 PM, William Squires wrote:
> SCDynamicStoreRef
> SCDynamicStoreCreate (
> CFAllocatorRef allocator,
> CFStringRef name,
> SCDynamicStoreCallBack callout,
> SCDynamicStoreContext, *context
> );
>
> Here's where my confusion begins.
Did you read the documentation for
Okay, here's the deal:
Norton Firewall notifies me that configd is attempting to access the
internet, so I block it.
I then pull up Terminal.app and "man configd".
That in turn, leads me to "SystemConfiguration.framework
SCDynamicStore.h"
So, I make a new