// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CC1C2E161848CF45002C60F0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1C2E151848CF45002C60F0 /* Foundation.framework */; }; CC1C2E191848CF45002C60F0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CC1C2E181848CF45002C60F0 /* main.m */; }; CC1C2E1D1848CF45002C60F0 /* TextEdit.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = CC1C2E1C1848CF45002C60F0 /* TextEdit.1 */; }; CC1C2E261848DB15002C60F0 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1C2E251848DB15002C60F0 /* CoreServices.framework */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ CC1C2E101848CF45002C60F0 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( CC1C2E1D1848CF45002C60F0 /* TextEdit.1 in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ CC1C2E121848CF45002C60F0 /* TextEdit */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TextEdit; sourceTree = BUILT_PRODUCTS_DIR; }; CC1C2E151848CF45002C60F0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; CC1C2E181848CF45002C60F0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; CC1C2E1B1848CF45002C60F0 /* TextEdit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TextEdit-Prefix.pch"; sourceTree = ""; }; CC1C2E1C1848CF45002C60F0 /* TextEdit.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = TextEdit.1; sourceTree = ""; }; CC1C2E231848DAF8002C60F0 /* liblaunch.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = liblaunch.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/lib/system/liblaunch.dylib; sourceTree = DEVELOPER_DIR; }; CC1C2E251848DB15002C60F0 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework; sourceTree = DEVELOPER_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CC1C2E0F1848CF45002C60F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( CC1C2E161848CF45002C60F0 /* Foundation.framework in Frameworks */, CC1C2E261848DB15002C60F0 /* CoreServices.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CC1C2E091848CF45002C60F0 = { isa = PBXGroup; children = ( CC1C2E171848CF45002C60F0 /* TextEdit */, CC1C2E141848CF45002C60F0 /* Frameworks */, CC1C2E131848CF45002C60F0 /* Products */, ); sourceTree = ""; }; CC1C2E131848CF45002C60F0 /* Products */ = { isa = PBXGroup; children = ( CC1C2E121848CF45002C60F0 /* TextEdit */, ); name = Products; sourceTree = ""; }; CC1C2E141848CF45002C60F0 /* Frameworks */ = { isa = PBXGroup; children = ( CC1C2E251848DB15002C60F0 /* CoreServices.framework */, CC1C2E231848DAF8002C60F0 /* liblaunch.dylib */, CC1C2E151848CF45002C60F0 /* Foundation.framework */, ); name = Frameworks; sourceTree = ""; }; CC1C2E171848CF45002C60F0 /* TextEdit */ = { isa = PBXGroup; children = ( CC1C2E181848CF45002C60F0 /* main.m */, CC1C2E1C1848CF45002C60F0 /* TextEdit.1 */, CC1C2E1A1848CF45002C60F0 /* Supporting Files */, ); path = TextEdit; sourceTree = ""; }; CC1C2E1A1848CF45002C60F0 /* Supporting Files */ = { isa = PBXGroup; children = ( CC1C2E1B1848CF45002C60F0 /* TextEdit-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ CC1C2E111848CF45002C60F0 /* TextEdit */ = { isa = PBXNativeTarget; buildConfigurationList = CC1C2E201848CF45002C60F0 /* Build configuration list for PBXNativeTarget "TextEdit" */; buildPhases = ( CC1C2E0E1848CF45002C60F0 /* Sources */, CC1C2E0F1848CF45002C60F0 /* Frameworks */, CC1C2E101848CF45002C60F0 /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = TextEdit; productName = TextEdit; productReference = CC1C2E121848CF45002C60F0 /* TextEdit */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CC1C2E0A1848CF45002C60F0 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0500; ORGANIZATIONNAME = tst; }; buildConfigurationList = CC1C2E0D1848CF45002C60F0 /* Build configuration list for PBXProject "TextEdit" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CC1C2E091848CF45002C60F0; productRefGroup = CC1C2E131848CF45002C60F0 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CC1C2E111848CF45002C60F0 /* TextEdit */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ CC1C2E0E1848CF45002C60F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CC1C2E191848CF45002C60F0 /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ CC1C2E1E1848CF45002C60F0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.9; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; CC1C2E1F1848CF45002C60F0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.9; SDKROOT = macosx; }; name = Release; }; CC1C2E211848CF45002C60F0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CLANG_ENABLE_OBJC_ARC = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TextEdit/TextEdit-Prefix.pch"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/system", ); MACOSX_DEPLOYMENT_TARGET = 10.7; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx10.7; STRIPFLAGS = "-xXS"; VALID_ARCHS = i386; }; name = Debug; }; CC1C2E221848CF45002C60F0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; CLANG_ENABLE_OBJC_ARC = NO; DEBUG_INFORMATION_FORMAT = dwarf; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "TextEdit/TextEdit-Prefix.pch"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/system", ); MACOSX_DEPLOYMENT_TARGET = 10.7; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx10.7; STRIPFLAGS = "-xXS"; VALID_ARCHS = i386; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CC1C2E0D1848CF45002C60F0 /* Build configuration list for PBXProject "TextEdit" */ = { isa = XCConfigurationList; buildConfigurations = ( CC1C2E1E1848CF45002C60F0 /* Debug */, CC1C2E1F1848CF45002C60F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CC1C2E201848CF45002C60F0 /* Build configuration list for PBXNativeTarget "TextEdit" */ = { isa = XCConfigurationList; buildConfigurations = ( CC1C2E211848CF45002C60F0 /* Debug */, CC1C2E221848CF45002C60F0 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = CC1C2E0A1848CF45002C60F0 /* Project object */; } .