project.pbxproj 4.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 50;
	objects = {

/* Begin PBXBuildFile section */
		FCEB6843212F00CC00D2448E /* PreluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCEB6842212F00CC00D2448E /* PreluKernel.metal */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		FCEB683F212F00CC00D2448E /* PreluKernel.metallib */ = {isa = PBXFileReference; explicitFileType = "archive.metal-library"; includeInIndex = 0; path = PreluKernel.metallib; sourceTree = BUILT_PRODUCTS_DIR; };
		FCEB6842212F00CC00D2448E /* PreluKernel.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = PreluKernel.metal; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
		FCEB6838212F00CC00D2448E = {
			isa = PBXGroup;
			children = (
				FCEB6841212F00CC00D2448E /* PreluKernel */,
				FCEB6840212F00CC00D2448E /* Products */,
			);
			sourceTree = "<group>";
		};
		FCEB6840212F00CC00D2448E /* Products */ = {
			isa = PBXGroup;
			children = (
				FCEB683F212F00CC00D2448E /* PreluKernel.metallib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		FCEB6841212F00CC00D2448E /* PreluKernel */ = {
			isa = PBXGroup;
			children = (
				FCEB6842212F00CC00D2448E /* PreluKernel.metal */,
			);
			path = PreluKernel;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		FCEB683E212F00CC00D2448E /* PreluKernel */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = FCEB6846212F00CC00D2448E /* Build configuration list for PBXNativeTarget "PreluKernel" */;
			buildPhases = (
				FCEB683D212F00CC00D2448E /* Sources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = PreluKernel;
			productName = PreluKernel;
			productReference = FCEB683F212F00CC00D2448E /* PreluKernel.metallib */;
			productType = "com.apple.product-type.metal-library";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		FCEB6839212F00CC00D2448E /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0940;
				ORGANIZATIONNAME = orange;
				TargetAttributes = {
					FCEB683E212F00CC00D2448E = {
						CreatedOnToolsVersion = 9.4.1;
					};
				};
			};
			buildConfigurationList = FCEB683C212F00CC00D2448E /* Build configuration list for PBXProject "PreluKernel" */;
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = FCEB6838212F00CC00D2448E;
			productRefGroup = FCEB6840212F00CC00D2448E /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				FCEB683E212F00CC00D2448E /* PreluKernel */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		FCEB683D212F00CC00D2448E /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				FCEB6843212F00CC00D2448E /* PreluKernel.metal in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		FCEB6844212F00CC00D2448E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				IPHONEOS_DEPLOYMENT_TARGET = 11.4;
				MTL_ENABLE_DEBUG_INFO = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		FCEB6845212F00CC00D2448E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				IPHONEOS_DEPLOYMENT_TARGET = 11.4;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
			};
			name = Release;
		};
		FCEB6847212F00CC00D2448E /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = Z5M2UUN5YV;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		FCEB6848212F00CC00D2448E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = Z5M2UUN5YV;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		FCEB683C212F00CC00D2448E /* Build configuration list for PBXProject "PreluKernel" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				FCEB6844212F00CC00D2448E /* Debug */,
				FCEB6845212F00CC00D2448E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		FCEB6846212F00CC00D2448E /* Build configuration list for PBXNativeTarget "PreluKernel" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				FCEB6847212F00CC00D2448E /* Debug */,
				FCEB6848212F00CC00D2448E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = FCEB6839212F00CC00D2448E /* Project object */;
}