Actors.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Wed Apr 30 14:18:49 2008 -0700 (2008-04-30)
changeset 1 2475f871c218
parent 0 deb0ee0c5b21
permissions -rw-r--r--
Rewrote CoroX. Simplified APIs. Improved stack size checks.
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     8 
     9 /* Begin PBXBuildFile section */
    10 		2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703CFE30DC796DC00DD026B /* MYCoroutine.m */; };
    11 		2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */ = {isa = PBXBuildFile; fileRef = 2703D1BD0DC7DAD100DD026B /* CoroX.c */; };
    12 		2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */; };
    13 		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    14 /* End PBXBuildFile section */
    15 
    16 /* Begin PBXCopyFilesBuildPhase section */
    17 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    18 			isa = PBXCopyFilesBuildPhase;
    19 			buildActionMask = 8;
    20 			dstPath = /usr/share/man/man1/;
    21 			dstSubfolderSpec = 0;
    22 			files = (
    23 			);
    24 			runOnlyForDeploymentPostprocessing = 1;
    25 		};
    26 /* End PBXCopyFilesBuildPhase section */
    27 
    28 /* Begin PBXFileReference section */
    29 		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    30 		2703CFE20DC796DC00DD026B /* MYCoroutine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoroutine.h; sourceTree = "<group>"; };
    31 		2703CFE30DC796DC00DD026B /* MYCoroutine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutine.m; sourceTree = "<group>"; };
    32 		2703D1BC0DC7DAD100DD026B /* CoroX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoroX.h; sourceTree = "<group>"; };
    33 		2703D1BD0DC7DAD100DD026B /* CoroX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CoroX.c; sourceTree = "<group>"; };
    34 		2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutineTest.m; sourceTree = "<group>"; };
    35 		8DD76FA10486AA7600D96B5E /* Coroutines */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Coroutines; sourceTree = BUILT_PRODUCTS_DIR; };
    36 /* End PBXFileReference section */
    37 
    38 /* Begin PBXFrameworksBuildPhase section */
    39 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    40 			isa = PBXFrameworksBuildPhase;
    41 			buildActionMask = 2147483647;
    42 			files = (
    43 				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
    44 			);
    45 			runOnlyForDeploymentPostprocessing = 0;
    46 		};
    47 /* End PBXFrameworksBuildPhase section */
    48 
    49 /* Begin PBXGroup section */
    50 		08FB7794FE84155DC02AAC07 /* Coroutines */ = {
    51 			isa = PBXGroup;
    52 			children = (
    53 				08FB7795FE84155DC02AAC07 /* Source */,
    54 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    55 				1AB674ADFE9D54B511CA2CBB /* Products */,
    56 			);
    57 			name = Coroutines;
    58 			sourceTree = "<group>";
    59 		};
    60 		08FB7795FE84155DC02AAC07 /* Source */ = {
    61 			isa = PBXGroup;
    62 			children = (
    63 				2703D2A30DC7EE7100DD026B /* Coroutines */,
    64 			);
    65 			name = Source;
    66 			sourceTree = "<group>";
    67 		};
    68 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
    69 			isa = PBXGroup;
    70 			children = (
    71 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
    72 			);
    73 			name = "External Frameworks and Libraries";
    74 			sourceTree = "<group>";
    75 		};
    76 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
    77 			isa = PBXGroup;
    78 			children = (
    79 				8DD76FA10486AA7600D96B5E /* Coroutines */,
    80 			);
    81 			name = Products;
    82 			sourceTree = "<group>";
    83 		};
    84 		2703D2A30DC7EE7100DD026B /* Coroutines */ = {
    85 			isa = PBXGroup;
    86 			children = (
    87 				2703CFE20DC796DC00DD026B /* MYCoroutine.h */,
    88 				2703CFE30DC796DC00DD026B /* MYCoroutine.m */,
    89 				2703D1BC0DC7DAD100DD026B /* CoroX.h */,
    90 				2703D1BD0DC7DAD100DD026B /* CoroX.c */,
    91 				2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */,
    92 			);
    93 			path = Coroutines;
    94 			sourceTree = "<group>";
    95 		};
    96 /* End PBXGroup section */
    97 
    98 /* Begin PBXNativeTarget section */
    99 		8DD76F960486AA7600D96B5E /* Coroutines */ = {
   100 			isa = PBXNativeTarget;
   101 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */;
   102 			buildPhases = (
   103 				8DD76F990486AA7600D96B5E /* Sources */,
   104 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   105 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   106 			);
   107 			buildRules = (
   108 			);
   109 			dependencies = (
   110 			);
   111 			name = Coroutines;
   112 			productInstallPath = "$(HOME)/bin";
   113 			productName = Coroutines;
   114 			productReference = 8DD76FA10486AA7600D96B5E /* Coroutines */;
   115 			productType = "com.apple.product-type.tool";
   116 		};
   117 /* End PBXNativeTarget section */
   118 
   119 /* Begin PBXProject section */
   120 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   121 			isa = PBXProject;
   122 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */;
   123 			compatibilityVersion = "Xcode 3.1";
   124 			hasScannedForEncodings = 1;
   125 			mainGroup = 08FB7794FE84155DC02AAC07 /* Coroutines */;
   126 			projectDirPath = "";
   127 			projectRoot = "";
   128 			targets = (
   129 				8DD76F960486AA7600D96B5E /* Coroutines */,
   130 			);
   131 		};
   132 /* End PBXProject section */
   133 
   134 /* Begin PBXSourcesBuildPhase section */
   135 		8DD76F990486AA7600D96B5E /* Sources */ = {
   136 			isa = PBXSourcesBuildPhase;
   137 			buildActionMask = 2147483647;
   138 			files = (
   139 				2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */,
   140 				2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */,
   141 				2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */,
   142 			);
   143 			runOnlyForDeploymentPostprocessing = 0;
   144 		};
   145 /* End PBXSourcesBuildPhase section */
   146 
   147 /* Begin XCBuildConfiguration section */
   148 		1DEB927508733DD40010E9CD /* Debug */ = {
   149 			isa = XCBuildConfiguration;
   150 			buildSettings = {
   151 				ALWAYS_SEARCH_USER_PATHS = NO;
   152 				COPY_PHASE_STRIP = NO;
   153 				GCC_C_LANGUAGE_STANDARD = gnu99;
   154 				GCC_DYNAMIC_NO_PIC = NO;
   155 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   156 				GCC_MODEL_TUNING = G5;
   157 				GCC_OPTIMIZATION_LEVEL = 0;
   158 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   159 				GCC_PREFIX_HEADER = "";
   160 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
   161 				INSTALL_PATH = /usr/local/bin;
   162 				PRODUCT_NAME = Coroutines;
   163 				WARNING_CFLAGS = "-Wall";
   164 			};
   165 			name = Debug;
   166 		};
   167 		1DEB927608733DD40010E9CD /* Release */ = {
   168 			isa = XCBuildConfiguration;
   169 			buildSettings = {
   170 				ALWAYS_SEARCH_USER_PATHS = NO;
   171 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   172 				GCC_C_LANGUAGE_STANDARD = gnu99;
   173 				GCC_MODEL_TUNING = G5;
   174 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   175 				GCC_PREFIX_HEADER = "";
   176 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
   177 				INSTALL_PATH = /usr/local/bin;
   178 				PRODUCT_NAME = Coroutines;
   179 				WARNING_CFLAGS = "-Wall";
   180 			};
   181 			name = Release;
   182 		};
   183 		1DEB927908733DD40010E9CD /* Debug */ = {
   184 			isa = XCBuildConfiguration;
   185 			buildSettings = {
   186 				ALWAYS_SEARCH_USER_PATHS = NO;
   187 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   188 				GCC_C_LANGUAGE_STANDARD = c99;
   189 				GCC_OPTIMIZATION_LEVEL = 0;
   190 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   191 				GCC_WARN_UNUSED_VARIABLE = YES;
   192 				ONLY_ACTIVE_ARCH = YES;
   193 				PREBINDING = NO;
   194 				SDKROOT = macosx10.5;
   195 			};
   196 			name = Debug;
   197 		};
   198 		1DEB927A08733DD40010E9CD /* Release */ = {
   199 			isa = XCBuildConfiguration;
   200 			buildSettings = {
   201 				ALWAYS_SEARCH_USER_PATHS = NO;
   202 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   203 				GCC_C_LANGUAGE_STANDARD = c99;
   204 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   205 				GCC_WARN_UNUSED_VARIABLE = YES;
   206 				PREBINDING = NO;
   207 				SDKROOT = macosx10.5;
   208 			};
   209 			name = Release;
   210 		};
   211 /* End XCBuildConfiguration section */
   212 
   213 /* Begin XCConfigurationList section */
   214 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */ = {
   215 			isa = XCConfigurationList;
   216 			buildConfigurations = (
   217 				1DEB927508733DD40010E9CD /* Debug */,
   218 				1DEB927608733DD40010E9CD /* Release */,
   219 			);
   220 			defaultConfigurationIsVisible = 0;
   221 			defaultConfigurationName = Release;
   222 		};
   223 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */ = {
   224 			isa = XCConfigurationList;
   225 			buildConfigurations = (
   226 				1DEB927908733DD40010E9CD /* Debug */,
   227 				1DEB927A08733DD40010E9CD /* Release */,
   228 			);
   229 			defaultConfigurationIsVisible = 0;
   230 			defaultConfigurationName = Release;
   231 		};
   232 /* End XCConfigurationList section */
   233 	};
   234 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   235 }