shithub: duke3d

Download patch

ref: d99a77195ce80e178065a2190386c35afebf9718
parent: 8f77a7a945451e6390c16ffc837d50146fa9e8d0
author: Fabien Sanglard <[email protected]>
date: Tue Dec 11 23:38:44 EST 2012

Create xcode project

--- /dev/null
+++ b/xcode/Duke3D.xcodeproj/project.pbxproj
@@ -1,0 +1,201 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXCopyFilesBuildPhase section */
+		2D7B61DC167886FB00E35E54 /* CopyFiles */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 2147483647;
+			dstPath = /usr/share/man/man1/;
+			dstSubfolderSpec = 0;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 1;
+		};
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+		2D7B61DE167886FB00E35E54 /* Duke3D */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Duke3D; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		2D7B61DB167886FB00E35E54 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		2D7B61D3167886FB00E35E54 = {
+			isa = PBXGroup;
+			children = (
+				2D7B61E1167886FB00E35E54 /* Duke3D */,
+				2D7B61DF167886FB00E35E54 /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		2D7B61DF167886FB00E35E54 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				2D7B61DE167886FB00E35E54 /* Duke3D */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		2D7B61E1167886FB00E35E54 /* Duke3D */ = {
+			isa = PBXGroup;
+			children = (
+			);
+			path = Duke3D;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		2D7B61DD167886FB00E35E54 /* Duke3D */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 2D7B61E8167886FB00E35E54 /* Build configuration list for PBXNativeTarget "Duke3D" */;
+			buildPhases = (
+				2D7B61DA167886FB00E35E54 /* Sources */,
+				2D7B61DB167886FB00E35E54 /* Frameworks */,
+				2D7B61DC167886FB00E35E54 /* CopyFiles */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = Duke3D;
+			productName = Duke3D;
+			productReference = 2D7B61DE167886FB00E35E54 /* Duke3D */;
+			productType = "com.apple.product-type.tool";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		2D7B61D5167886FB00E35E54 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0440;
+				ORGANIZATIONNAME = "fabien sanglard";
+			};
+			buildConfigurationList = 2D7B61D8167886FB00E35E54 /* Build configuration list for PBXProject "Duke3D" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+			);
+			mainGroup = 2D7B61D3167886FB00E35E54;
+			productRefGroup = 2D7B61DF167886FB00E35E54 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				2D7B61DD167886FB00E35E54 /* Duke3D */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+		2D7B61DA167886FB00E35E54 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+		2D7B61E6167886FB00E35E54 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = NO;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.7;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = macosx;
+			};
+			name = Debug;
+		};
+		2D7B61E7167886FB00E35E54 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = YES;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.7;
+				SDKROOT = macosx;
+			};
+			name = Release;
+		};
+		2D7B61E9167886FB00E35E54 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Debug;
+		};
+		2D7B61EA167886FB00E35E54 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		2D7B61D8167886FB00E35E54 /* Build configuration list for PBXProject "Duke3D" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				2D7B61E6167886FB00E35E54 /* Debug */,
+				2D7B61E7167886FB00E35E54 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		2D7B61E8167886FB00E35E54 /* Build configuration list for PBXNativeTarget "Duke3D" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				2D7B61E9167886FB00E35E54 /* Debug */,
+				2D7B61EA167886FB00E35E54 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 2D7B61D5167886FB00E35E54 /* Project object */;
+}
--- /dev/null
+++ b/xcode/Duke3D.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -1,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:Duke3D.xcodeproj">
+   </FileRef>
+</Workspace>