Menu

[r129]: / APIInterface / XcodePluginDevTools.xcodeproj / project.pbxproj  Maximize  Restore  History

Download this file

360 lines (349 with data), 14.3 kB

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

/* Begin PBXBuildFile section */
		6D52410C0A28F60200B8DC33 /* DBXcode2Profile.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D5240920A28EE3E00B8DC33 /* DBXcode2Profile.m */; };
		6D52410F0A28F60600B8DC33 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D5240BE0A28F37E00B8DC33 /* Foundation.framework */; };
		6D5241100A28F60600B8DC33 /* DevToolsCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D5240AB0A28EFE100B8DC33 /* DevToolsCore.framework */; };
		6DBF596D0F04DD23005C56A2 /* DBXcode3Profile.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DBF59670F04DD0E005C56A2 /* DBXcode3Profile.m */; };
		6DBF596F0F04DD23005C56A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D5240BE0A28F37E00B8DC33 /* Foundation.framework */; };
		6DBF59700F04DD23005C56A2 /* DevToolsCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D5240AB0A28EFE100B8DC33 /* DevToolsCore.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		6D5240920A28EE3E00B8DC33 /* DBXcode2Profile.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = DBXcode2Profile.m; sourceTree = "<group>"; };
		6D5240AB0A28EFE100B8DC33 /* DevToolsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DevToolsCore.framework; path = Library/PrivateFrameworks/DevToolsCore.framework; sourceTree = SYSTEM_DEVELOPER_DIR; };
		6D5240BE0A28F37E00B8DC33 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
		6D5241080A28F5C700B8DC33 /* Xcode2PluginDevTools.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = Xcode2PluginDevTools.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		6D5242030A29C19600B8DC33 /* XCPBuildSystem.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPBuildSystem.h; sourceTree = "<group>"; };
		6D5242040A29C19600B8DC33 /* XCPBuildSystem.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = XCPBuildSystem.m; sourceTree = "<group>"; };
		6D5242050A29C19600B8DC33 /* XCPDependencyGraph.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPDependencyGraph.h; sourceTree = "<group>"; };
		6D5242060A29C19600B8DC33 /* XCPOutputParsing.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPOutputParsing.h; sourceTree = "<group>"; };
		6D5242070A29C19600B8DC33 /* XCPSourceParsing.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPSourceParsing.h; sourceTree = "<group>"; };
		6D5242080A29C19600B8DC33 /* XCPSpecifications.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPSpecifications.h; sourceTree = "<group>"; };
		6D5242090A29C19600B8DC33 /* XCPSupport.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = XCPSupport.h; sourceTree = "<group>"; };
		6DBF59670F04DD0E005C56A2 /* DBXcode3Profile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DBXcode3Profile.m; sourceTree = "<group>"; };
		6DBF59750F04DD23005C56A2 /* Xcode3PluginDevTools.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = Xcode3PluginDevTools.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		6DBF5AC50F056640005C56A2 /* Dependency graph creation */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "Dependency graph creation"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		6D5241060A28F5C700B8DC33 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				6D52410F0A28F60600B8DC33 /* Foundation.framework in Frameworks */,
				6D5241100A28F60600B8DC33 /* DevToolsCore.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		6DBF596E0F04DD23005C56A2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				6DBF596F0F04DD23005C56A2 /* Foundation.framework in Frameworks */,
				6DBF59700F04DD23005C56A2 /* DevToolsCore.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		6D52404E0A28EB1B00B8DC33 = {
			isa = PBXGroup;
			children = (
				6DBF5AC50F056640005C56A2 /* Dependency graph creation */,
				6D5242020A29C19600B8DC33 /* Headers */,
				6D52420E0A29C1BA00B8DC33 /* Sources */,
				6D52420A0A29C1A400B8DC33 /* Frameworks */,
				6D5240710A28EDA800B8DC33 /* Products */,
			);
			sourceTree = "<group>";
		};
		6D5240710A28EDA800B8DC33 /* Products */ = {
			isa = PBXGroup;
			children = (
				6D5241080A28F5C700B8DC33 /* Xcode2PluginDevTools.dylib */,
				6DBF59750F04DD23005C56A2 /* Xcode3PluginDevTools.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		6D5242020A29C19600B8DC33 /* Headers */ = {
			isa = PBXGroup;
			children = (
				6D5242030A29C19600B8DC33 /* XCPBuildSystem.h */,
				6D5242040A29C19600B8DC33 /* XCPBuildSystem.m */,
				6D5242050A29C19600B8DC33 /* XCPDependencyGraph.h */,
				6D5242060A29C19600B8DC33 /* XCPOutputParsing.h */,
				6D5242070A29C19600B8DC33 /* XCPSourceParsing.h */,
				6D5242080A29C19600B8DC33 /* XCPSpecifications.h */,
				6D5242090A29C19600B8DC33 /* XCPSupport.h */,
			);
			path = Headers;
			sourceTree = "<group>";
		};
		6D52420A0A29C1A400B8DC33 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				6D5240BE0A28F37E00B8DC33 /* Foundation.framework */,
				6D5240AB0A28EFE100B8DC33 /* DevToolsCore.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		6D52420E0A29C1BA00B8DC33 /* Sources */ = {
			isa = PBXGroup;
			children = (
				6D5240920A28EE3E00B8DC33 /* DBXcode2Profile.m */,
				6DBF59670F04DD0E005C56A2 /* DBXcode3Profile.m */,
			);
			name = Sources;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		6D5241070A28F5C700B8DC33 /* Xcode2PluginDevTools */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 6D5241110A28F61D00B8DC33 /* Build configuration list for PBXNativeTarget "Xcode2PluginDevTools" */;
			buildPhases = (
				6D5241050A28F5C700B8DC33 /* Sources */,
				6D5241060A28F5C700B8DC33 /* Frameworks */,
				6DBF58FB0F038AE7005C56A2 /* ShellScript */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Xcode2PluginDevTools;
			productName = XcodePluginDevTools;
			productReference = 6D5241080A28F5C700B8DC33 /* Xcode2PluginDevTools.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
		6DBF59690F04DD23005C56A2 /* Xcode3PluginDevTools */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 6DBF59720F04DD23005C56A2 /* Build configuration list for PBXNativeTarget "Xcode3PluginDevTools" */;
			buildPhases = (
				6DBF596A0F04DD23005C56A2 /* Sources */,
				6DBF596E0F04DD23005C56A2 /* Frameworks */,
				6DBF59710F04DD23005C56A2 /* ShellScript */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Xcode3PluginDevTools;
			productName = XcodePluginDevTools;
			productReference = 6DBF59750F04DD23005C56A2 /* Xcode3PluginDevTools.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		6D5240500A28EB1B00B8DC33 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = NO;
			};
			buildConfigurationList = 6D5240510A28EB1B00B8DC33 /* Build configuration list for PBXProject "XcodePluginDevTools" */;
			compatibilityVersion = "Xcode 2.4";
			hasScannedForEncodings = 0;
			mainGroup = 6D52404E0A28EB1B00B8DC33;
			productRefGroup = 6D5240710A28EDA800B8DC33 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				6D5241070A28F5C700B8DC33 /* Xcode2PluginDevTools */,
				6DBF59690F04DD23005C56A2 /* Xcode3PluginDevTools */,
			);
		};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
		6DBF58FB0F038AE7005C56A2 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "ln -sf \"$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME\" \"$BUILD_ROOT\"\n";
			showEnvVarsInLog = 0;
		};
		6DBF59710F04DD23005C56A2 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "ln -sf \"$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME\" \"$BUILD_ROOT\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		6D5241050A28F5C700B8DC33 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				6D52410C0A28F60200B8DC33 /* DBXcode2Profile.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		6DBF596A0F04DD23005C56A2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				6DBF596D0F04DD23005C56A2 /* DBXcode3Profile.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		6D5240520A28EB1B00B8DC33 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
				WARNING_CFLAGS = "-Wall";
			};
			name = Debug;
		};
		6D5240530A28EB1B00B8DC33 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = (
					i386,
					ppc,
					ppc64,
					x86_64,
				);
				COPY_PHASE_STRIP = YES;
				SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
				WARNING_CFLAGS = "-Wall";
			};
			name = Release;
		};
		6D5241120A28F61D00B8DC33 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				FRAMEWORK_SEARCH_PATHS = (
					/Developer/Library/PrivateFrameworks,
					/System/Library/PrivateFrameworks,
				);
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_ENABLE_OBJC_GC = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "XCODE_VERSION=23";
				INIT_ROUTINE = _xcodeprofile_init;
				LD_RUNPATH_SEARCH_PATHS = "/Developer/Library/PrivateFrameworks//";
				PREBINDING = NO;
				PRODUCT_NAME = XcodePluginDevTools;
				ZERO_LINK = YES;
			};
			name = Debug;
		};
		6D5241130A28F61D00B8DC33 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				FRAMEWORK_SEARCH_PATHS = (
					/Developer/Library/PrivateFrameworks,
					/System/Library/PrivateFrameworks,
				);
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_ENABLE_OBJC_GC = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "XCODE_VERSION=23";
				INIT_ROUTINE = _xcodeprofile_init;
				LD_RUNPATH_SEARCH_PATHS = "/Developer/Library/PrivateFrameworks//";
				PREBINDING = NO;
				PRODUCT_NAME = Xcode2PluginDevTools;
				ZERO_LINK = NO;
			};
			name = Release;
		};
		6DBF59730F04DD23005C56A2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				FRAMEWORK_SEARCH_PATHS = (
					/Developer/Library/PrivateFrameworks,
					/System/Library/PrivateFrameworks,
				);
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_ENABLE_OBJC_GC = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "XCODE_VERSION=30";
				INIT_ROUTINE = _xcodeprofile_init;
				LD_RUNPATH_SEARCH_PATHS = "/Developer/Library/PrivateFrameworks//";
				PREBINDING = NO;
				PRODUCT_NAME = Xcode3PluginDevTools;
				ZERO_LINK = YES;
			};
			name = Debug;
		};
		6DBF59740F04DD23005C56A2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				FRAMEWORK_SEARCH_PATHS = (
					/Developer/Library/PrivateFrameworks,
					/System/Library/PrivateFrameworks,
				);
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_ENABLE_OBJC_GC = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "XCODE_VERSION=30";
				INIT_ROUTINE = _xcodeprofile_init;
				LD_RUNPATH_SEARCH_PATHS = "/Developer/Library/PrivateFrameworks//";
				PREBINDING = NO;
				PRODUCT_NAME = Xcode3PluginDevTools;
				ZERO_LINK = NO;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		6D5240510A28EB1B00B8DC33 /* Build configuration list for PBXProject "XcodePluginDevTools" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				6D5240520A28EB1B00B8DC33 /* Debug */,
				6D5240530A28EB1B00B8DC33 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		6D5241110A28F61D00B8DC33 /* Build configuration list for PBXNativeTarget "Xcode2PluginDevTools" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				6D5241120A28F61D00B8DC33 /* Debug */,
				6D5241130A28F61D00B8DC33 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		6DBF59720F04DD23005C56A2 /* Build configuration list for PBXNativeTarget "Xcode3PluginDevTools" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				6DBF59730F04DD23005C56A2 /* Debug */,
				6DBF59740F04DD23005C56A2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 6D5240500A28EB1B00B8DC33 /* Project object */;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.