project.pbxproj   [plain text]


// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 42;
	objects = {

/* Begin PBXBuildFile section */
		A1032DB905DD7BEC0070BF06 /* LoginSessions.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C9C333021AF01401650119 /* LoginSessions.h */; };
		A1032DBA05DD7BEC0070BF06 /* mach_client_utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C9C334021AF01401650119 /* mach_client_utilities.h */; };
		A1032DBB05DD7BEC0070BF06 /* mach_server_utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C9C335021AF01401650119 /* mach_server_utilities.h */; };
		A1032DBD05DD7BEC0070BF06 /* LoginSessions.c in Sources */ = {isa = PBXBuildFile; fileRef = F5C9C2F7021ADE3501650119 /* LoginSessions.c */; };
		A1032DBE05DD7BEC0070BF06 /* mach_client_utilities.c in Sources */ = {isa = PBXBuildFile; fileRef = F5C9C2F8021ADE3501650119 /* mach_client_utilities.c */; };
		A1032DBF05DD7BEC0070BF06 /* mach_server_utilities.c in Sources */ = {isa = PBXBuildFile; fileRef = F5C9C2FA021ADE3501650119 /* mach_server_utilities.c */; };
		A1032DC105DD7BEC0070BF06 /* notify.defs in Sources */ = {isa = PBXBuildFile; fileRef = A1DB1EAF04C87A9700120112 /* notify.defs */; settings = {ATTRIBUTES = (Server, ); }; };
/* End PBXBuildFile section */

/* Begin PBXBuildRule section */
		A1C0263005F6959F00D42F99 /* PBXBuildRule */ = {
			isa = PBXBuildRule;
			compilerSpec = com.apple.compilers.proxy.script;
			fileType = sourcecode.mig;
			isEditable = 1;
			outputFiles = (
				"${DERIVED_SOURCES_DIR}/${INPUT_FILE_BASE}Server.h",
				"${DERIVED_SOURCES_DIR}/${INPUT_FILE_BASE}Server.c",
			);
			script = "echo \"FIXME: Custom rule to compensate for a bug in the regular MiG server rule which includes client files in the build\"\ncd \"${DERIVED_SOURCES_DIR}\" && mig -sheader \"${INPUT_FILE_BASE}Server.h\" \"-I${INPUT_FILE_DIR}\" \"${INPUT_FILE_PATH}\"";
		};
/* End PBXBuildRule section */

/* Begin PBXBuildStyle section */
		F5C9C2F1021ADE0F01650119 /* Development */ = {
			isa = PBXBuildStyle;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				ZERO_LINK = YES;
			};
			name = Development;
		};
		F5C9C2F2021ADE0F01650119 /* Deployment */ = {
			isa = PBXBuildStyle;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				ZERO_LINK = NO;
			};
			name = Deployment;
		};
/* End PBXBuildStyle section */

/* Begin PBXFileReference section */
		A1032DC505DD7BEC0070BF06 /* libKerberosIPC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libKerberosIPC.a; sourceTree = BUILT_PRODUCTS_DIR; };
		A1DB1EAF04C87A9700120112 /* notify.defs */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.mig; path = notify.defs; sourceTree = "<group>"; };
		F5C9C2F7021ADE3501650119 /* LoginSessions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = LoginSessions.c; sourceTree = "<group>"; };
		F5C9C2F8021ADE3501650119 /* mach_client_utilities.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mach_client_utilities.c; sourceTree = "<group>"; };
		F5C9C2FA021ADE3501650119 /* mach_server_utilities.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mach_server_utilities.c; sourceTree = "<group>"; };
		F5C9C333021AF01401650119 /* LoginSessions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LoginSessions.h; sourceTree = "<group>"; };
		F5C9C334021AF01401650119 /* mach_client_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mach_client_utilities.h; sourceTree = "<group>"; };
		F5C9C335021AF01401650119 /* mach_server_utilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mach_server_utilities.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		A1032DC205DD7BEC0070BF06 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		F5C9C2F0021ADE0F01650119 = {
			isa = PBXGroup;
			children = (
				F5C9C330021AF01401650119 /* Headers */,
				F5C9C2F3021ADE3501650119 /* Sources */,
				F5C9C304021ADEDF01650119 /* Products */,
			);
			sourceTree = "<group>";
		};
		F5C9C2F3021ADE3501650119 /* Sources */ = {
			isa = PBXGroup;
			children = (
				F5C9C2F7021ADE3501650119 /* LoginSessions.c */,
				F5C9C2F8021ADE3501650119 /* mach_client_utilities.c */,
				F5C9C2FA021ADE3501650119 /* mach_server_utilities.c */,
				A1DB1EAF04C87A9700120112 /* notify.defs */,
			);
			name = Sources;
			path = ../Sources;
			sourceTree = SOURCE_ROOT;
		};
		F5C9C304021ADEDF01650119 /* Products */ = {
			isa = PBXGroup;
			children = (
				A1032DC505DD7BEC0070BF06 /* libKerberosIPC.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		F5C9C330021AF01401650119 /* Headers */ = {
			isa = PBXGroup;
			children = (
				F5C9C331021AF01401650119 /* Kerberos */,
			);
			name = Headers;
			path = ../Headers;
			sourceTree = SOURCE_ROOT;
		};
		F5C9C331021AF01401650119 /* Kerberos */ = {
			isa = PBXGroup;
			children = (
				F5C9C333021AF01401650119 /* LoginSessions.h */,
				F5C9C334021AF01401650119 /* mach_client_utilities.h */,
				F5C9C335021AF01401650119 /* mach_server_utilities.h */,
			);
			path = Kerberos;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		A1032DB705DD7BEC0070BF06 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				A1032DB905DD7BEC0070BF06 /* LoginSessions.h in Headers */,
				A1032DBA05DD7BEC0070BF06 /* mach_client_utilities.h in Headers */,
				A1032DBB05DD7BEC0070BF06 /* mach_server_utilities.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		A1032DB505DD7BEC0070BF06 /* KerberosIPC */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = A1518F04086C85E80042CBBC /* Build configuration list for PBXNativeTarget "KerberosIPC" */;
			buildPhases = (
				A1032DB705DD7BEC0070BF06 /* Headers */,
				A1032DBC05DD7BEC0070BF06 /* Sources */,
				A1032DC205DD7BEC0070BF06 /* Frameworks */,
				A1032DC305DD7BEC0070BF06 /* Rez */,
			);
			buildRules = (
				A1C0263005F6959F00D42F99 /* PBXBuildRule */,
			);
			buildSettings = {
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_NO_COMMON_BLOCKS = YES;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../Headers",
					"$(SRCROOT)/../../KerberosDebug/Headers",
				);
				LIBRARY_STYLE = STATIC;
				PRODUCT_NAME = KerberosIPC;
				REZ_EXECUTABLE = YES;
				WARNING_CFLAGS = (
					"-Wmost",
					"-Wno-four-char-constants",
					"-Wno-unknown-pragmas",
				);
			};
			dependencies = (
			);
			name = KerberosIPC;
			productInstallPath = "";
			productName = KerberosIPC;
			productReference = A1032DC505DD7BEC0070BF06 /* libKerberosIPC.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		F5C9C2EF021ADE0F01650119 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = A1518F08086C85E80042CBBC /* Build configuration list for PBXProject "KerberosIPC" */;
			buildSettings = {
			};
			buildStyles = (
				F5C9C2F1021ADE0F01650119 /* Development */,
				F5C9C2F2021ADE0F01650119 /* Deployment */,
			);
			hasScannedForEncodings = 1;
			mainGroup = F5C9C2F0021ADE0F01650119;
			productRefGroup = F5C9C304021ADEDF01650119 /* Products */;
			projectDirPath = "";
			targets = (
				A1032DB505DD7BEC0070BF06 /* KerberosIPC */,
			);
		};
/* End PBXProject section */

/* Begin PBXRezBuildPhase section */
		A1032DC305DD7BEC0070BF06 /* Rez */ = {
			isa = PBXRezBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXRezBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		A1032DBC05DD7BEC0070BF06 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				A1032DC105DD7BEC0070BF06 /* notify.defs in Sources */,
				A1032DBD05DD7BEC0070BF06 /* LoginSessions.c in Sources */,
				A1032DBE05DD7BEC0070BF06 /* mach_client_utilities.c in Sources */,
				A1032DBF05DD7BEC0070BF06 /* mach_server_utilities.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		A1518F05086C85E80042CBBC /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../Headers",
					"$(SRCROOT)/../../KerberosDebug/Headers",
				);
				LIBRARY_STYLE = STATIC;
				PRODUCT_NAME = KerberosIPC;
				REZ_EXECUTABLE = YES;
				WARNING_CFLAGS = "-Wall";
				ZERO_LINK = YES;
			};
			name = Development;
		};
		A1518F06086C85E80042CBBC /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../Headers",
					"$(SRCROOT)/../../KerberosDebug/Headers",
				);
				LIBRARY_STYLE = STATIC;
				PRODUCT_NAME = KerberosIPC;
				REZ_EXECUTABLE = YES;
				WARNING_CFLAGS = "-Wall";
				ZERO_LINK = NO;
			};
			name = Deployment;
		};
		A1518F07086C85E80042CBBC /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				GCC_NO_COMMON_BLOCKS = YES;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)/../Headers",
					"$(SRCROOT)/../../KerberosDebug/Headers",
				);
				LIBRARY_STYLE = STATIC;
				PRODUCT_NAME = KerberosIPC;
				REZ_EXECUTABLE = YES;
				WARNING_CFLAGS = "-Wall";
			};
			name = Default;
		};
		A1518F09086C85E80042CBBC /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Development;
		};
		A1518F0A086C85E80042CBBC /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Deployment;
		};
		A1518F0B086C85E80042CBBC /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Default;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		A1518F04086C85E80042CBBC /* Build configuration list for PBXNativeTarget "KerberosIPC" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				A1518F05086C85E80042CBBC /* Development */,
				A1518F06086C85E80042CBBC /* Deployment */,
				A1518F07086C85E80042CBBC /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
		A1518F08086C85E80042CBBC /* Build configuration list for PBXProject "KerberosIPC" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				A1518F09086C85E80042CBBC /* Development */,
				A1518F0A086C85E80042CBBC /* Deployment */,
				A1518F0B086C85E80042CBBC /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
/* End XCConfigurationList section */
	};
	rootObject = F5C9C2EF021ADE0F01650119 /* Project object */;
}