<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
#include <ctype.h>
#include <stdio.h>
#include <unistd.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<key>CFBundleExecutable</key>
<string>SystemConfiguration</string>
<key>CFBundleGetInfoString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleIdentifier</key>
<string>com.apple.SystemConfiguration</string>
<key>CFBundleInfoDictionaryVersion</key>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.8.1</string>
+ <string>1.8.2</string>
</dict>
</plist>
CFArrayAppendValue(keys, key);
CFRelease(key);
- // Notify:com.apple.SystemConfiguration.dns_configuration
dns_key = CFStringCreateWithCString(NULL,
dns_configuration_notify_key(),
kCFStringEncodingASCII);
buildRules = (
);
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = "$(SYMROOT)";
INSTALL_MODE_FLAG = "a-w,a+rX";
buildRules = (
);
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = "$(SYMROOT)";
INSTALL_MODE_FLAG = "a-w,a+rX,u+s";
buildRules = (
);
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = "$(SYMROOT)";
INSTALL_MODE_FLAG = "a-w,a+rX";
};
15CB6A7705C0722B0099E85F = {
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
FRAMEWORK_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = "";
INSTALL_GROUP = wheel;
buildRules = (
);
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders";
buildRules = (
);
buildSettings = {
- CURRENT_PROJECT_VERSION = 135;
+ CURRENT_PROJECT_VERSION = 136.1;
HEADER_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders";
INFOPLIST_FILE = Plugins/ATconfig/Info.plist;
INSTALL_MODE_FLAG = "a-w,a+rX";
/*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2004, 2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
const char *
_dns_configuration_notify_key()
{
- return "com.apple.SystemConfiguration.dns_configuration";
+ return "com.apple.system.SystemConfiguration.dns_configuration";
}