Home | History | Annotate | Download | only in testunicode.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 44;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		B045A37709F1CE3C0028F52B /* harness.c in Sources */ = {isa = PBXBuildFile; fileRef = B045A37609F1CE3C0028F52B /* harness.c */; };
     11 		B045A38209F1CE9C0028F52B /* ExpectedOutput.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = B045A38009F1CE9C0028F52B /* ExpectedOutput.txt */; };
     12 		B045A38309F1CE9C0028F52B /* readme.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = B045A38109F1CE9C0028F52B /* readme.txt */; };
     13 /* End PBXBuildFile section */
     14 
     15 /* Begin PBXCopyFilesBuildPhase section */
     16 		8DD76F690486A84900D96B5E /* CopyFiles */ = {
     17 			isa = PBXCopyFilesBuildPhase;
     18 			buildActionMask = 8;
     19 			dstPath = /usr/share/man/man1/;
     20 			dstSubfolderSpec = 0;
     21 			files = (
     22 				B045A38209F1CE9C0028F52B /* ExpectedOutput.txt in CopyFiles */,
     23 				B045A38309F1CE9C0028F52B /* readme.txt in CopyFiles */,
     24 			);
     25 			runOnlyForDeploymentPostprocessing = 1;
     26 		};
     27 /* End PBXCopyFilesBuildPhase section */
     28 
     29 /* Begin PBXFileReference section */
     30 		8DD76F6C0486A84900D96B5E /* testunicode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testunicode; sourceTree = BUILT_PRODUCTS_DIR; };
     31 		B045A37609F1CE3C0028F52B /* harness.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = harness.c; sourceTree = SOURCE_ROOT; };
     32 		B045A38009F1CE9C0028F52B /* ExpectedOutput.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ExpectedOutput.txt; sourceTree = SOURCE_ROOT; };
     33 		B045A38109F1CE9C0028F52B /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = readme.txt; sourceTree = SOURCE_ROOT; };
     34 /* End PBXFileReference section */
     35 
     36 /* Begin PBXFrameworksBuildPhase section */
     37 		8DD76F660486A84900D96B5E /* Frameworks */ = {
     38 			isa = PBXFrameworksBuildPhase;
     39 			buildActionMask = 2147483647;
     40 			files = (
     41 			);
     42 			runOnlyForDeploymentPostprocessing = 0;
     43 		};
     44 /* End PBXFrameworksBuildPhase section */
     45 
     46 /* Begin PBXGroup section */
     47 		08FB7794FE84155DC02AAC07 /* testunicode */ = {
     48 			isa = PBXGroup;
     49 			children = (
     50 				B045A38009F1CE9C0028F52B /* ExpectedOutput.txt */,
     51 				B045A38109F1CE9C0028F52B /* readme.txt */,
     52 				B045A37609F1CE3C0028F52B /* harness.c */,
     53 				1AB674ADFE9D54B511CA2CBB /* Products */,
     54 			);
     55 			name = testunicode;
     56 			sourceTree = "<group>";
     57 		};
     58 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
     59 			isa = PBXGroup;
     60 			children = (
     61 				8DD76F6C0486A84900D96B5E /* testunicode */,
     62 			);
     63 			name = Products;
     64 			sourceTree = "<group>";
     65 		};
     66 /* End PBXGroup section */
     67 
     68 /* Begin PBXNativeTarget section */
     69 		8DD76F620486A84900D96B5E /* testunicode */ = {
     70 			isa = PBXNativeTarget;
     71 			buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "testunicode" */;
     72 			buildPhases = (
     73 				8DD76F640486A84900D96B5E /* Sources */,
     74 				8DD76F660486A84900D96B5E /* Frameworks */,
     75 				8DD76F690486A84900D96B5E /* CopyFiles */,
     76 			);
     77 			buildRules = (
     78 			);
     79 			dependencies = (
     80 			);
     81 			name = testunicode;
     82 			productInstallPath = "$(HOME)/bin";
     83 			productName = testunicode;
     84 			productReference = 8DD76F6C0486A84900D96B5E /* testunicode */;
     85 			productType = "com.apple.product-type.tool";
     86 		};
     87 /* End PBXNativeTarget section */
     88 
     89 /* Begin PBXProject section */
     90 		08FB7793FE84155DC02AAC07 /* Project object */ = {
     91 			isa = PBXProject;
     92 			buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "testunicode" */;
     93 			compatibilityVersion = "Xcode 3.0";
     94 			hasScannedForEncodings = 1;
     95 			mainGroup = 08FB7794FE84155DC02AAC07 /* testunicode */;
     96 			projectDirPath = "";
     97 			projectRoot = "";
     98 			targets = (
     99 				8DD76F620486A84900D96B5E /* testunicode */,
    100 			);
    101 		};
    102 /* End PBXProject section */
    103 
    104 /* Begin PBXSourcesBuildPhase section */
    105 		8DD76F640486A84900D96B5E /* Sources */ = {
    106 			isa = PBXSourcesBuildPhase;
    107 			buildActionMask = 2147483647;
    108 			files = (
    109 				B045A37709F1CE3C0028F52B /* harness.c in Sources */,
    110 			);
    111 			runOnlyForDeploymentPostprocessing = 0;
    112 		};
    113 /* End PBXSourcesBuildPhase section */
    114 
    115 /* Begin XCBuildConfiguration section */
    116 		1DEB923208733DC60010E9CD /* Debug */ = {
    117 			isa = XCBuildConfiguration;
    118 			buildSettings = {
    119 				COPY_PHASE_STRIP = NO;
    120 				GCC_DYNAMIC_NO_PIC = NO;
    121 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    122 				GCC_MODEL_TUNING = G5;
    123 				GCC_OPTIMIZATION_LEVEL = 0;
    124 				INSTALL_PATH = "$(HOME)/bin";
    125 				PRODUCT_NAME = testunicode;
    126 				ZERO_LINK = YES;
    127 			};
    128 			name = Debug;
    129 		};
    130 		1DEB923308733DC60010E9CD /* Release */ = {
    131 			isa = XCBuildConfiguration;
    132 			buildSettings = {
    133 				ARCHS = (
    134 					ppc,
    135 					i386,
    136 				);
    137 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
    138 				GCC_MODEL_TUNING = G5;
    139 				INSTALL_PATH = "$(HOME)/bin";
    140 				PRODUCT_NAME = testunicode;
    141 			};
    142 			name = Release;
    143 		};
    144 		1DEB923608733DC60010E9CD /* Debug */ = {
    145 			isa = XCBuildConfiguration;
    146 			buildSettings = {
    147 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    148 				GCC_WARN_UNUSED_VARIABLE = YES;
    149 				PREBINDING = NO;
    150 				
    151 			};
    152 			name = Debug;
    153 		};
    154 		1DEB923708733DC60010E9CD /* Release */ = {
    155 			isa = XCBuildConfiguration;
    156 			buildSettings = {
    157 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    158 				GCC_WARN_UNUSED_VARIABLE = YES;
    159 				PREBINDING = NO;
    160 				
    161 			};
    162 			name = Release;
    163 		};
    164 /* End XCBuildConfiguration section */
    165 
    166 /* Begin XCConfigurationList section */
    167 		1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "testunicode" */ = {
    168 			isa = XCConfigurationList;
    169 			buildConfigurations = (
    170 				1DEB923208733DC60010E9CD /* Debug */,
    171 				1DEB923308733DC60010E9CD /* Release */,
    172 			);
    173 			defaultConfigurationIsVisible = 0;
    174 			defaultConfigurationName = Release;
    175 		};
    176 		1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "testunicode" */ = {
    177 			isa = XCConfigurationList;
    178 			buildConfigurations = (
    179 				1DEB923608733DC60010E9CD /* Debug */,
    180 				1DEB923708733DC60010E9CD /* Release */,
    181 			);
    182 			defaultConfigurationIsVisible = 0;
    183 			defaultConfigurationName = Release;
    184 		};
    185 /* End XCConfigurationList section */
    186 	};
    187 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    188 }
    189