1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Actors.xcodeproj/project.pbxproj Tue Apr 29 17:05:32 2008 -0700
1.3 @@ -0,0 +1,235 @@
1.4 +// !$*UTF8*$!
1.5 +{
1.6 + archiveVersion = 1;
1.7 + classes = {
1.8 + };
1.9 + objectVersion = 45;
1.10 + objects = {
1.11 +
1.12 +/* Begin PBXBuildFile section */
1.13 + 2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703CFE30DC796DC00DD026B /* MYCoroutine.m */; };
1.14 + 2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */ = {isa = PBXBuildFile; fileRef = 2703D1BD0DC7DAD100DD026B /* CoroX.c */; };
1.15 + 2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */; };
1.16 + 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
1.17 +/* End PBXBuildFile section */
1.18 +
1.19 +/* Begin PBXCopyFilesBuildPhase section */
1.20 + 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
1.21 + isa = PBXCopyFilesBuildPhase;
1.22 + buildActionMask = 8;
1.23 + dstPath = /usr/share/man/man1/;
1.24 + dstSubfolderSpec = 0;
1.25 + files = (
1.26 + );
1.27 + runOnlyForDeploymentPostprocessing = 1;
1.28 + };
1.29 +/* End PBXCopyFilesBuildPhase section */
1.30 +
1.31 +/* Begin PBXFileReference section */
1.32 + 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
1.33 + 2703CFE20DC796DC00DD026B /* MYCoroutine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoroutine.h; sourceTree = "<group>"; };
1.34 + 2703CFE30DC796DC00DD026B /* MYCoroutine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutine.m; sourceTree = "<group>"; };
1.35 + 2703D1BC0DC7DAD100DD026B /* CoroX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoroX.h; sourceTree = "<group>"; };
1.36 + 2703D1BD0DC7DAD100DD026B /* CoroX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CoroX.c; sourceTree = "<group>"; };
1.37 + 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutineTest.m; sourceTree = "<group>"; };
1.38 + 8DD76FA10486AA7600D96B5E /* Coroutines */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Coroutines; sourceTree = BUILT_PRODUCTS_DIR; };
1.39 +/* End PBXFileReference section */
1.40 +
1.41 +/* Begin PBXFrameworksBuildPhase section */
1.42 + 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
1.43 + isa = PBXFrameworksBuildPhase;
1.44 + buildActionMask = 2147483647;
1.45 + files = (
1.46 + 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
1.47 + );
1.48 + runOnlyForDeploymentPostprocessing = 0;
1.49 + };
1.50 +/* End PBXFrameworksBuildPhase section */
1.51 +
1.52 +/* Begin PBXGroup section */
1.53 + 08FB7794FE84155DC02AAC07 /* Coroutines */ = {
1.54 + isa = PBXGroup;
1.55 + children = (
1.56 + 08FB7795FE84155DC02AAC07 /* Source */,
1.57 + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
1.58 + 1AB674ADFE9D54B511CA2CBB /* Products */,
1.59 + );
1.60 + name = Coroutines;
1.61 + sourceTree = "<group>";
1.62 + };
1.63 + 08FB7795FE84155DC02AAC07 /* Source */ = {
1.64 + isa = PBXGroup;
1.65 + children = (
1.66 + 2703D2A30DC7EE7100DD026B /* Coroutines */,
1.67 + );
1.68 + name = Source;
1.69 + sourceTree = "<group>";
1.70 + };
1.71 + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
1.72 + isa = PBXGroup;
1.73 + children = (
1.74 + 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
1.75 + );
1.76 + name = "External Frameworks and Libraries";
1.77 + sourceTree = "<group>";
1.78 + };
1.79 + 1AB674ADFE9D54B511CA2CBB /* Products */ = {
1.80 + isa = PBXGroup;
1.81 + children = (
1.82 + 8DD76FA10486AA7600D96B5E /* Coroutines */,
1.83 + );
1.84 + name = Products;
1.85 + sourceTree = "<group>";
1.86 + };
1.87 + 2703D2A30DC7EE7100DD026B /* Coroutines */ = {
1.88 + isa = PBXGroup;
1.89 + children = (
1.90 + 2703CFE20DC796DC00DD026B /* MYCoroutine.h */,
1.91 + 2703CFE30DC796DC00DD026B /* MYCoroutine.m */,
1.92 + 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */,
1.93 + 2703D1BC0DC7DAD100DD026B /* CoroX.h */,
1.94 + 2703D1BD0DC7DAD100DD026B /* CoroX.c */,
1.95 + );
1.96 + path = Coroutines;
1.97 + sourceTree = "<group>";
1.98 + };
1.99 +/* End PBXGroup section */
1.100 +
1.101 +/* Begin PBXNativeTarget section */
1.102 + 8DD76F960486AA7600D96B5E /* Coroutines */ = {
1.103 + isa = PBXNativeTarget;
1.104 + buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */;
1.105 + buildPhases = (
1.106 + 8DD76F990486AA7600D96B5E /* Sources */,
1.107 + 8DD76F9B0486AA7600D96B5E /* Frameworks */,
1.108 + 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
1.109 + );
1.110 + buildRules = (
1.111 + );
1.112 + dependencies = (
1.113 + );
1.114 + name = Coroutines;
1.115 + productInstallPath = "$(HOME)/bin";
1.116 + productName = Coroutines;
1.117 + productReference = 8DD76FA10486AA7600D96B5E /* Coroutines */;
1.118 + productType = "com.apple.product-type.tool";
1.119 + };
1.120 +/* End PBXNativeTarget section */
1.121 +
1.122 +/* Begin PBXProject section */
1.123 + 08FB7793FE84155DC02AAC07 /* Project object */ = {
1.124 + isa = PBXProject;
1.125 + buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */;
1.126 + compatibilityVersion = "Xcode 3.1";
1.127 + hasScannedForEncodings = 1;
1.128 + mainGroup = 08FB7794FE84155DC02AAC07 /* Coroutines */;
1.129 + projectDirPath = "";
1.130 + projectRoot = "";
1.131 + targets = (
1.132 + 8DD76F960486AA7600D96B5E /* Coroutines */,
1.133 + );
1.134 + };
1.135 +/* End PBXProject section */
1.136 +
1.137 +/* Begin PBXSourcesBuildPhase section */
1.138 + 8DD76F990486AA7600D96B5E /* Sources */ = {
1.139 + isa = PBXSourcesBuildPhase;
1.140 + buildActionMask = 2147483647;
1.141 + files = (
1.142 + 2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */,
1.143 + 2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */,
1.144 + 2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */,
1.145 + );
1.146 + runOnlyForDeploymentPostprocessing = 0;
1.147 + };
1.148 +/* End PBXSourcesBuildPhase section */
1.149 +
1.150 +/* Begin XCBuildConfiguration section */
1.151 + 1DEB927508733DD40010E9CD /* Debug */ = {
1.152 + isa = XCBuildConfiguration;
1.153 + buildSettings = {
1.154 + ALWAYS_SEARCH_USER_PATHS = NO;
1.155 + COPY_PHASE_STRIP = NO;
1.156 + GCC_C_LANGUAGE_STANDARD = gnu99;
1.157 + GCC_DYNAMIC_NO_PIC = NO;
1.158 + GCC_ENABLE_FIX_AND_CONTINUE = YES;
1.159 + GCC_MODEL_TUNING = G5;
1.160 + GCC_OPTIMIZATION_LEVEL = 0;
1.161 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.162 + GCC_PREFIX_HEADER = "";
1.163 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.164 + INSTALL_PATH = /usr/local/bin;
1.165 + PRODUCT_NAME = Coroutines;
1.166 + WARNING_CFLAGS = "-Wall";
1.167 + };
1.168 + name = Debug;
1.169 + };
1.170 + 1DEB927608733DD40010E9CD /* Release */ = {
1.171 + isa = XCBuildConfiguration;
1.172 + buildSettings = {
1.173 + ALWAYS_SEARCH_USER_PATHS = NO;
1.174 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.175 + GCC_C_LANGUAGE_STANDARD = gnu99;
1.176 + GCC_MODEL_TUNING = G5;
1.177 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.178 + GCC_PREFIX_HEADER = "";
1.179 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.180 + INSTALL_PATH = /usr/local/bin;
1.181 + PRODUCT_NAME = Coroutines;
1.182 + WARNING_CFLAGS = "-Wall";
1.183 + };
1.184 + name = Release;
1.185 + };
1.186 + 1DEB927908733DD40010E9CD /* Debug */ = {
1.187 + isa = XCBuildConfiguration;
1.188 + buildSettings = {
1.189 + ALWAYS_SEARCH_USER_PATHS = NO;
1.190 + ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1.191 + GCC_C_LANGUAGE_STANDARD = c99;
1.192 + GCC_OPTIMIZATION_LEVEL = 0;
1.193 + GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.194 + GCC_WARN_UNUSED_VARIABLE = YES;
1.195 + ONLY_ACTIVE_ARCH = YES;
1.196 + PREBINDING = NO;
1.197 + SDKROOT = macosx10.5;
1.198 + };
1.199 + name = Debug;
1.200 + };
1.201 + 1DEB927A08733DD40010E9CD /* Release */ = {
1.202 + isa = XCBuildConfiguration;
1.203 + buildSettings = {
1.204 + ALWAYS_SEARCH_USER_PATHS = NO;
1.205 + ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1.206 + GCC_C_LANGUAGE_STANDARD = c99;
1.207 + GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.208 + GCC_WARN_UNUSED_VARIABLE = YES;
1.209 + PREBINDING = NO;
1.210 + SDKROOT = macosx10.5;
1.211 + };
1.212 + name = Release;
1.213 + };
1.214 +/* End XCBuildConfiguration section */
1.215 +
1.216 +/* Begin XCConfigurationList section */
1.217 + 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */ = {
1.218 + isa = XCConfigurationList;
1.219 + buildConfigurations = (
1.220 + 1DEB927508733DD40010E9CD /* Debug */,
1.221 + 1DEB927608733DD40010E9CD /* Release */,
1.222 + );
1.223 + defaultConfigurationIsVisible = 0;
1.224 + defaultConfigurationName = Release;
1.225 + };
1.226 + 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */ = {
1.227 + isa = XCConfigurationList;
1.228 + buildConfigurations = (
1.229 + 1DEB927908733DD40010E9CD /* Debug */,
1.230 + 1DEB927A08733DD40010E9CD /* Release */,
1.231 + );
1.232 + defaultConfigurationIsVisible = 0;
1.233 + defaultConfigurationName = Release;
1.234 + };
1.235 +/* End XCConfigurationList section */
1.236 + };
1.237 + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1.238 +}