jens@0: // !$*UTF8*$! jens@0: { jens@0: archiveVersion = 1; jens@0: classes = { jens@0: }; jens@0: objectVersion = 45; jens@0: objects = { jens@0: jens@0: /* Begin PBXBuildFile section */ jens@0: 2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703CFE30DC796DC00DD026B /* MYCoroutine.m */; }; jens@0: 2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */ = {isa = PBXBuildFile; fileRef = 2703D1BD0DC7DAD100DD026B /* CoroX.c */; }; jens@0: 2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */; }; jens@0: 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; }; jens@0: /* End PBXBuildFile section */ jens@0: jens@0: /* Begin PBXCopyFilesBuildPhase section */ jens@0: 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = { jens@0: isa = PBXCopyFilesBuildPhase; jens@0: buildActionMask = 8; jens@0: dstPath = /usr/share/man/man1/; jens@0: dstSubfolderSpec = 0; jens@0: files = ( jens@0: ); jens@0: runOnlyForDeploymentPostprocessing = 1; jens@0: }; jens@0: /* End PBXCopyFilesBuildPhase section */ jens@0: jens@0: /* Begin PBXFileReference section */ jens@0: 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; jens@0: 2703CFE20DC796DC00DD026B /* MYCoroutine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoroutine.h; sourceTree = ""; }; jens@0: 2703CFE30DC796DC00DD026B /* MYCoroutine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutine.m; sourceTree = ""; }; jens@0: 2703D1BC0DC7DAD100DD026B /* CoroX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoroX.h; sourceTree = ""; }; jens@0: 2703D1BD0DC7DAD100DD026B /* CoroX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CoroX.c; sourceTree = ""; }; jens@0: 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoroutineTest.m; sourceTree = ""; }; jens@0: 8DD76FA10486AA7600D96B5E /* Coroutines */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Coroutines; sourceTree = BUILT_PRODUCTS_DIR; }; jens@0: /* End PBXFileReference section */ jens@0: jens@0: /* Begin PBXFrameworksBuildPhase section */ jens@0: 8DD76F9B0486AA7600D96B5E /* Frameworks */ = { jens@0: isa = PBXFrameworksBuildPhase; jens@0: buildActionMask = 2147483647; jens@0: files = ( jens@0: 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */, jens@0: ); jens@0: runOnlyForDeploymentPostprocessing = 0; jens@0: }; jens@0: /* End PBXFrameworksBuildPhase section */ jens@0: jens@0: /* Begin PBXGroup section */ jens@0: 08FB7794FE84155DC02AAC07 /* Coroutines */ = { jens@0: isa = PBXGroup; jens@0: children = ( jens@0: 08FB7795FE84155DC02AAC07 /* Source */, jens@0: 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, jens@0: 1AB674ADFE9D54B511CA2CBB /* Products */, jens@0: ); jens@0: name = Coroutines; jens@0: sourceTree = ""; jens@0: }; jens@0: 08FB7795FE84155DC02AAC07 /* Source */ = { jens@0: isa = PBXGroup; jens@0: children = ( jens@0: 2703D2A30DC7EE7100DD026B /* Coroutines */, jens@0: ); jens@0: name = Source; jens@0: sourceTree = ""; jens@0: }; jens@0: 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { jens@0: isa = PBXGroup; jens@0: children = ( jens@0: 08FB779EFE84155DC02AAC07 /* Foundation.framework */, jens@0: ); jens@0: name = "External Frameworks and Libraries"; jens@0: sourceTree = ""; jens@0: }; jens@0: 1AB674ADFE9D54B511CA2CBB /* Products */ = { jens@0: isa = PBXGroup; jens@0: children = ( jens@0: 8DD76FA10486AA7600D96B5E /* Coroutines */, jens@0: ); jens@0: name = Products; jens@0: sourceTree = ""; jens@0: }; jens@0: 2703D2A30DC7EE7100DD026B /* Coroutines */ = { jens@0: isa = PBXGroup; jens@0: children = ( jens@0: 2703CFE20DC796DC00DD026B /* MYCoroutine.h */, jens@0: 2703CFE30DC796DC00DD026B /* MYCoroutine.m */, jens@0: 2703D1BC0DC7DAD100DD026B /* CoroX.h */, jens@0: 2703D1BD0DC7DAD100DD026B /* CoroX.c */, jens@1: 2703D28A0DC7EC5A00DD026B /* MYCoroutineTest.m */, jens@0: ); jens@0: path = Coroutines; jens@0: sourceTree = ""; jens@0: }; jens@0: /* End PBXGroup section */ jens@0: jens@0: /* Begin PBXNativeTarget section */ jens@0: 8DD76F960486AA7600D96B5E /* Coroutines */ = { jens@0: isa = PBXNativeTarget; jens@0: buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */; jens@0: buildPhases = ( jens@0: 8DD76F990486AA7600D96B5E /* Sources */, jens@0: 8DD76F9B0486AA7600D96B5E /* Frameworks */, jens@0: 8DD76F9E0486AA7600D96B5E /* CopyFiles */, jens@0: ); jens@0: buildRules = ( jens@0: ); jens@0: dependencies = ( jens@0: ); jens@0: name = Coroutines; jens@0: productInstallPath = "$(HOME)/bin"; jens@0: productName = Coroutines; jens@0: productReference = 8DD76FA10486AA7600D96B5E /* Coroutines */; jens@0: productType = "com.apple.product-type.tool"; jens@0: }; jens@0: /* End PBXNativeTarget section */ jens@0: jens@0: /* Begin PBXProject section */ jens@0: 08FB7793FE84155DC02AAC07 /* Project object */ = { jens@0: isa = PBXProject; jens@0: buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */; jens@0: compatibilityVersion = "Xcode 3.1"; jens@0: hasScannedForEncodings = 1; jens@0: mainGroup = 08FB7794FE84155DC02AAC07 /* Coroutines */; jens@0: projectDirPath = ""; jens@0: projectRoot = ""; jens@0: targets = ( jens@0: 8DD76F960486AA7600D96B5E /* Coroutines */, jens@0: ); jens@0: }; jens@0: /* End PBXProject section */ jens@0: jens@0: /* Begin PBXSourcesBuildPhase section */ jens@0: 8DD76F990486AA7600D96B5E /* Sources */ = { jens@0: isa = PBXSourcesBuildPhase; jens@0: buildActionMask = 2147483647; jens@0: files = ( jens@0: 2703CFE40DC796DC00DD026B /* MYCoroutine.m in Sources */, jens@0: 2703D1BE0DC7DAD100DD026B /* CoroX.c in Sources */, jens@0: 2703D28B0DC7EC5A00DD026B /* MYCoroutineTest.m in Sources */, jens@0: ); jens@0: runOnlyForDeploymentPostprocessing = 0; jens@0: }; jens@0: /* End PBXSourcesBuildPhase section */ jens@0: jens@0: /* Begin XCBuildConfiguration section */ jens@0: 1DEB927508733DD40010E9CD /* Debug */ = { jens@0: isa = XCBuildConfiguration; jens@0: buildSettings = { jens@0: ALWAYS_SEARCH_USER_PATHS = NO; jens@0: COPY_PHASE_STRIP = NO; jens@0: GCC_C_LANGUAGE_STANDARD = gnu99; jens@0: GCC_DYNAMIC_NO_PIC = NO; jens@0: GCC_ENABLE_FIX_AND_CONTINUE = YES; jens@0: GCC_MODEL_TUNING = G5; jens@0: GCC_OPTIMIZATION_LEVEL = 0; jens@0: GCC_PRECOMPILE_PREFIX_HEADER = YES; jens@0: GCC_PREFIX_HEADER = ""; jens@0: GCC_TREAT_WARNINGS_AS_ERRORS = YES; jens@0: INSTALL_PATH = /usr/local/bin; jens@0: PRODUCT_NAME = Coroutines; jens@0: WARNING_CFLAGS = "-Wall"; jens@0: }; jens@0: name = Debug; jens@0: }; jens@0: 1DEB927608733DD40010E9CD /* Release */ = { jens@0: isa = XCBuildConfiguration; jens@0: buildSettings = { jens@0: ALWAYS_SEARCH_USER_PATHS = NO; jens@0: DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; jens@0: GCC_C_LANGUAGE_STANDARD = gnu99; jens@0: GCC_MODEL_TUNING = G5; jens@0: GCC_PRECOMPILE_PREFIX_HEADER = YES; jens@0: GCC_PREFIX_HEADER = ""; jens@0: GCC_TREAT_WARNINGS_AS_ERRORS = YES; jens@0: INSTALL_PATH = /usr/local/bin; jens@0: PRODUCT_NAME = Coroutines; jens@0: WARNING_CFLAGS = "-Wall"; jens@0: }; jens@0: name = Release; jens@0: }; jens@0: 1DEB927908733DD40010E9CD /* Debug */ = { jens@0: isa = XCBuildConfiguration; jens@0: buildSettings = { jens@0: ALWAYS_SEARCH_USER_PATHS = NO; jens@0: ARCHS = "$(ARCHS_STANDARD_32_BIT)"; jens@0: GCC_C_LANGUAGE_STANDARD = c99; jens@0: GCC_OPTIMIZATION_LEVEL = 0; jens@0: GCC_WARN_ABOUT_RETURN_TYPE = YES; jens@0: GCC_WARN_UNUSED_VARIABLE = YES; jens@0: ONLY_ACTIVE_ARCH = YES; jens@0: PREBINDING = NO; jens@0: SDKROOT = macosx10.5; jens@0: }; jens@0: name = Debug; jens@0: }; jens@0: 1DEB927A08733DD40010E9CD /* Release */ = { jens@0: isa = XCBuildConfiguration; jens@0: buildSettings = { jens@0: ALWAYS_SEARCH_USER_PATHS = NO; jens@0: ARCHS = "$(ARCHS_STANDARD_32_BIT)"; jens@0: GCC_C_LANGUAGE_STANDARD = c99; jens@0: GCC_WARN_ABOUT_RETURN_TYPE = YES; jens@0: GCC_WARN_UNUSED_VARIABLE = YES; jens@0: PREBINDING = NO; jens@0: SDKROOT = macosx10.5; jens@0: }; jens@0: name = Release; jens@0: }; jens@0: /* End XCBuildConfiguration section */ jens@0: jens@0: /* Begin XCConfigurationList section */ jens@0: 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Coroutines" */ = { jens@0: isa = XCConfigurationList; jens@0: buildConfigurations = ( jens@0: 1DEB927508733DD40010E9CD /* Debug */, jens@0: 1DEB927608733DD40010E9CD /* Release */, jens@0: ); jens@0: defaultConfigurationIsVisible = 0; jens@0: defaultConfigurationName = Release; jens@0: }; jens@0: 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Actors" */ = { jens@0: isa = XCConfigurationList; jens@0: buildConfigurations = ( jens@0: 1DEB927908733DD40010E9CD /* Debug */, jens@0: 1DEB927A08733DD40010E9CD /* Release */, jens@0: ); jens@0: defaultConfigurationIsVisible = 0; jens@0: defaultConfigurationName = Release; jens@0: }; jens@0: /* End XCConfigurationList section */ jens@0: }; jens@0: rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; jens@0: }