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

/* Begin PBXBuildFile section */
		EE163105102F55710005F487 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE163104102F55710005F487 /* Security.framework */; };
		EEA370950953FFEF001244CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEA370940953FFEF001244CF /* Foundation.framework */; };
		EEA3716B095400F2001244CF /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEA3716A095400F2001244CF /* AppKit.framework */; };
		EEE7462C095D6CD800178065 /* SFAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE74628095D6CD800178065 /* SFAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; };
		EEE7462D095D6CD800178065 /* SFAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE74629095D6CD800178065 /* SFAuthorization.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		EE163104102F55710005F487 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
		EE27270005426A7F0000013C /* mySTEP.make */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = mySTEP.make; path = ../mySTEP.make; sourceTree = SOURCE_ROOT; };
		EE6FE352076F05AF009CC969 /* SecurityFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SecurityFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		EE8245011747860B003B8B89 /* SecurityFoundation.qcodeproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = SecurityFoundation.qcodeproj; sourceTree = "<group>"; };
		EEA370940953FFEF001244CF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = ../Foundation/build/Development/Foundation.framework; sourceTree = SOURCE_ROOT; };
		EEA3716A095400F2001244CF /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = ../AppKit/build/Development/AppKit.framework; sourceTree = SOURCE_ROOT; };
		EEE74627095D6CD800178065 /* SecurityFoundation-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "SecurityFoundation-Info.plist"; sourceTree = "<group>"; };
		EEE74628095D6CD800178065 /* SFAuthorization.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SFAuthorization.h; sourceTree = "<group>"; };
		EEE74629095D6CD800178065 /* SFAuthorization.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SFAuthorization.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		EE6FE350076F05AF009CC969 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EEA370950953FFEF001244CF /* Foundation.framework in Frameworks */,
				EEA3716B095400F2001244CF /* AppKit.framework in Frameworks */,
				EE163105102F55710005F487 /* Security.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		29B97314FDCFA39411CA2CEA /* BrowserTester */ = {
			isa = PBXGroup;
			children = (
				EE27270005426A7F0000013C /* mySTEP.make */,
				EE8245011747860B003B8B89 /* SecurityFoundation.qcodeproj */,
				EEA3309A09537E58001244CF /* Classes */,
				EEA3306C09537DB5001244CF /* Private */,
				EEA3309609537E48001244CF /* Resources */,
				EEA370EA0953FFFB001244CF /* Frameworks */,
				EE29D8D8058A38830035639B /* Products */,
			);
			name = BrowserTester;
			sourceTree = "<group>";
		};
		EE29D8D8058A38830035639B /* Products */ = {
			isa = PBXGroup;
			children = (
				EE6FE352076F05AF009CC969 /* SecurityFoundation.framework */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		EEA3306C09537DB5001244CF /* Private */ = {
			isa = PBXGroup;
			children = (
			);
			name = Private;
			sourceTree = "<group>";
		};
		EEA3309609537E48001244CF /* Resources */ = {
			isa = PBXGroup;
			children = (
				EEE74627095D6CD800178065 /* SecurityFoundation-Info.plist */,
			);
			name = Resources;
			sourceTree = "<group>";
		};
		EEA3309A09537E58001244CF /* Classes */ = {
			isa = PBXGroup;
			children = (
				EEE74628095D6CD800178065 /* SFAuthorization.h */,
				EEE74629095D6CD800178065 /* SFAuthorization.m */,
			);
			name = Classes;
			sourceTree = "<group>";
		};
		EEA370EA0953FFFB001244CF /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				EEA370940953FFEF001244CF /* Foundation.framework */,
				EEA3716A095400F2001244CF /* AppKit.framework */,
				EE163104102F55710005F487 /* Security.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		EE6FE34D076F05AF009CC969 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EEE7462C095D6CD800178065 /* SFAuthorization.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		EE6FE351076F05AF009CC969 /* SecurityFoundation */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = EEEB9CF309A7542900626AB7 /* Build configuration list for PBXNativeTarget "SecurityFoundation" */;
			buildPhases = (
				EE6FE34D076F05AF009CC969 /* Headers */,
				EE6FE34E076F05AF009CC969 /* Resources */,
				EE6FE34F076F05AF009CC969 /* Sources */,
				EE6FE350076F05AF009CC969 /* Frameworks */,
				EE6FE354076F05C9009CC969 /* ShellScript */,
			);
			buildRules = (
			);
			comments = "Todo:\n\nDistribute System-Info.plist to AB-Framework and AppKit-Framework\n";
			dependencies = (
			);
			name = SecurityFoundation;
			productName = Calendar;
			productReference = EE6FE352076F05AF009CC969 /* SecurityFoundation.framework */;
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		29B97313FDCFA39411CA2CEA /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = EEEB9CF709A7542900626AB7 /* Build configuration list for PBXProject "SecurityFoundation" */;
			compatibilityVersion = "Xcode 2.4";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = 29B97314FDCFA39411CA2CEA /* BrowserTester */;
			productRefGroup = EE29D8D8058A38830035639B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				EE6FE351076F05AF009CC969 /* SecurityFoundation */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		EE6FE34E076F05AF009CC969 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		EE6FE354076F05C9009CC969 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "export QuantumSTEP=/usr/share/QuantumSTEP\n./SecurityFoundation.qcodeproj";
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		EE6FE34F076F05AF009CC969 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EEE7462D095D6CD800178065 /* SFAuthorization.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		EEEB9CF409A7542900626AB7 /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = (
					ppc,
					i386,
				);
				COPY_PHASE_STRIP = NO;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_SEARCH_PATHS = (
					"$(FRAMEWORK_SEARCH_PATHS)",
					"$(SRCROOT)/../SystemUIPlugin/build/Development",
					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
				);
				FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../Security/build/Development\"";
				FRAMEWORK_VERSION = A;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "";
				GCC_VERSION = 4.0;
				INFOPLIST_FILE = "SecurityFoundation-Info.plist";
				INSTALL_PATH = /Library/Frameworks;
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = (
					"-seg1addr",
					0x20200000,
				);
				OTHER_REZFLAGS = "";
				PREBINDING = NO;
				PRODUCT_NAME = SecurityFoundation;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = (
					"-Wmost",
					"-Wno-four-char-constants",
					"-Wno-unknown-pragmas",
				);
				ZERO_LINK = YES;
			};
			name = Development;
		};
		EEEB9CF509A7542900626AB7 /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = (
					ppc,
					i386,
				);
				COPY_PHASE_STRIP = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_SEARCH_PATHS = (
					"$(FRAMEWORK_SEARCH_PATHS)",
					"$(SRCROOT)/../SystemUIPlugin/build/Development",
					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
				);
				FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../Security/build/Development\"";
				FRAMEWORK_VERSION = A;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "";
				GCC_VERSION = 4.0;
				INFOPLIST_FILE = "SecurityFoundation-Info.plist";
				INSTALL_PATH = /Library/Frameworks;
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = (
					"-seg1addr",
					0x20200000,
				);
				OTHER_REZFLAGS = "";
				PREBINDING = NO;
				PRODUCT_NAME = SecurityFoundation;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = (
					"-Wmost",
					"-Wno-four-char-constants",
					"-Wno-unknown-pragmas",
				);
				ZERO_LINK = NO;
			};
			name = Deployment;
		};
		EEEB9CF609A7542900626AB7 /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = (
					ppc,
					i386,
				);
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
				);
				FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../Security/build/Development\"";
				FRAMEWORK_VERSION = A;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "";
				GCC_VERSION = 4.0;
				INFOPLIST_FILE = "SecurityFoundation-Info.plist";
				INSTALL_PATH = /Library/Frameworks;
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = (
					"-seg1addr",
					0x20200000,
				);
				OTHER_REZFLAGS = "";
				PREBINDING = NO;
				PRODUCT_NAME = SecurityFoundation;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = (
					"-Wmost",
					"-Wno-four-char-constants",
					"-Wno-unknown-pragmas",
				);
			};
			name = Default;
		};
		EEEB9CF809A7542900626AB7 /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
			};
			name = Development;
		};
		EEEB9CF909A7542900626AB7 /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
			};
			name = Deployment;
		};
		EEEB9CFA09A7542900626AB7 /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
			};
			name = Default;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		EEEB9CF309A7542900626AB7 /* Build configuration list for PBXNativeTarget "SecurityFoundation" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				EEEB9CF409A7542900626AB7 /* Development */,
				EEEB9CF509A7542900626AB7 /* Deployment */,
				EEEB9CF609A7542900626AB7 /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
		EEEB9CF709A7542900626AB7 /* Build configuration list for PBXProject "SecurityFoundation" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				EEEB9CF809A7542900626AB7 /* Development */,
				EEEB9CF909A7542900626AB7 /* Deployment */,
				EEEB9CFA09A7542900626AB7 /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
/* End XCConfigurationList section */
	};
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}
