123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
- /* Begin PBXBuildFile section */
- E9CDD7461EDCC9F4002FF7B8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CDD7451EDCC9F4002FF7B8 /* main.m */; };
- /* End PBXBuildFile section */
-
- /* Begin PBXCopyFilesBuildPhase section */
- E9CDD7401EDCC9F4002FF7B8 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
- /* End PBXCopyFilesBuildPhase section */
-
- /* Begin PBXFileReference section */
- E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BlueTerm; sourceTree = BUILT_PRODUCTS_DIR; };
- E9CDD7451EDCC9F4002FF7B8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- /* End PBXFileReference section */
-
- /* Begin PBXFrameworksBuildPhase section */
- E9CDD73F1EDCC9F4002FF7B8 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
-
- /* Begin PBXGroup section */
- E9CDD7391EDCC9F4002FF7B8 = {
- isa = PBXGroup;
- children = (
- E9CDD7441EDCC9F4002FF7B8 /* BlueTerm */,
- E9CDD7431EDCC9F4002FF7B8 /* Products */,
- );
- sourceTree = "<group>";
- };
- E9CDD7431EDCC9F4002FF7B8 /* Products */ = {
- isa = PBXGroup;
- children = (
- E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- E9CDD7441EDCC9F4002FF7B8 /* BlueTerm */ = {
- isa = PBXGroup;
- children = (
- E9CDD7451EDCC9F4002FF7B8 /* main.m */,
- );
- path = BlueTerm;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
-
- /* Begin PBXNativeTarget section */
- E9CDD7411EDCC9F4002FF7B8 /* BlueTerm */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E9CDD7491EDCC9F4002FF7B8 /* Build configuration list for PBXNativeTarget "BlueTerm" */;
- buildPhases = (
- E9CDD73E1EDCC9F4002FF7B8 /* Sources */,
- E9CDD73F1EDCC9F4002FF7B8 /* Frameworks */,
- E9CDD7401EDCC9F4002FF7B8 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = BlueTerm;
- productName = BlueTerm;
- productReference = E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */;
- productType = "com.apple.product-type.tool";
- };
- /* End PBXNativeTarget section */
-
- /* Begin PBXProject section */
- E9CDD73A1EDCC9F4002FF7B8 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- ORGANIZATIONNAME = "Thomas Buck";
- TargetAttributes = {
- E9CDD7411EDCC9F4002FF7B8 = {
- CreatedOnToolsVersion = 7.2.1;
- };
- };
- };
- buildConfigurationList = E9CDD73D1EDCC9F4002FF7B8 /* Build configuration list for PBXProject "BlueTerm" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = E9CDD7391EDCC9F4002FF7B8;
- productRefGroup = E9CDD7431EDCC9F4002FF7B8 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- E9CDD7411EDCC9F4002FF7B8 /* BlueTerm */,
- );
- };
- /* End PBXProject section */
-
- /* Begin PBXSourcesBuildPhase section */
- E9CDD73E1EDCC9F4002FF7B8 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E9CDD7461EDCC9F4002FF7B8 /* main.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
-
- /* Begin XCBuildConfiguration section */
- E9CDD7471EDCC9F4002FF7B8 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- 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_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- 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_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- E9CDD7481EDCC9F4002FF7B8 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- 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_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = 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_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- };
- name = Release;
- };
- E9CDD74A1EDCC9F4002FF7B8 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- E9CDD74B1EDCC9F4002FF7B8 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
-
- /* Begin XCConfigurationList section */
- E9CDD73D1EDCC9F4002FF7B8 /* Build configuration list for PBXProject "BlueTerm" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E9CDD7471EDCC9F4002FF7B8 /* Debug */,
- E9CDD7481EDCC9F4002FF7B8 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E9CDD7491EDCC9F4002FF7B8 /* Build configuration list for PBXNativeTarget "BlueTerm" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E9CDD74A1EDCC9F4002FF7B8 /* Debug */,
- E9CDD74B1EDCC9F4002FF7B8 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- };
- /* End XCConfigurationList section */
- };
- rootObject = E9CDD73A1EDCC9F4002FF7B8 /* Project object */;
- }
|