No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E9CDD7461EDCC9F4002FF7B8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CDD7451EDCC9F4002FF7B8 /* main.m */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. E9CDD7401EDCC9F4002FF7B8 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BlueTerm; sourceTree = BUILT_PRODUCTS_DIR; };
  24. E9CDD7451EDCC9F4002FF7B8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  25. /* End PBXFileReference section */
  26. /* Begin PBXFrameworksBuildPhase section */
  27. E9CDD73F1EDCC9F4002FF7B8 /* Frameworks */ = {
  28. isa = PBXFrameworksBuildPhase;
  29. buildActionMask = 2147483647;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXFrameworksBuildPhase section */
  35. /* Begin PBXGroup section */
  36. E9CDD7391EDCC9F4002FF7B8 = {
  37. isa = PBXGroup;
  38. children = (
  39. E9CDD7441EDCC9F4002FF7B8 /* BlueTerm */,
  40. E9CDD7431EDCC9F4002FF7B8 /* Products */,
  41. );
  42. sourceTree = "<group>";
  43. };
  44. E9CDD7431EDCC9F4002FF7B8 /* Products */ = {
  45. isa = PBXGroup;
  46. children = (
  47. E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */,
  48. );
  49. name = Products;
  50. sourceTree = "<group>";
  51. };
  52. E9CDD7441EDCC9F4002FF7B8 /* BlueTerm */ = {
  53. isa = PBXGroup;
  54. children = (
  55. E9CDD7451EDCC9F4002FF7B8 /* main.m */,
  56. );
  57. path = BlueTerm;
  58. sourceTree = "<group>";
  59. };
  60. /* End PBXGroup section */
  61. /* Begin PBXNativeTarget section */
  62. E9CDD7411EDCC9F4002FF7B8 /* BlueTerm */ = {
  63. isa = PBXNativeTarget;
  64. buildConfigurationList = E9CDD7491EDCC9F4002FF7B8 /* Build configuration list for PBXNativeTarget "BlueTerm" */;
  65. buildPhases = (
  66. E9CDD73E1EDCC9F4002FF7B8 /* Sources */,
  67. E9CDD73F1EDCC9F4002FF7B8 /* Frameworks */,
  68. E9CDD7401EDCC9F4002FF7B8 /* CopyFiles */,
  69. );
  70. buildRules = (
  71. );
  72. dependencies = (
  73. );
  74. name = BlueTerm;
  75. productName = BlueTerm;
  76. productReference = E9CDD7421EDCC9F4002FF7B8 /* BlueTerm */;
  77. productType = "com.apple.product-type.tool";
  78. };
  79. /* End PBXNativeTarget section */
  80. /* Begin PBXProject section */
  81. E9CDD73A1EDCC9F4002FF7B8 /* Project object */ = {
  82. isa = PBXProject;
  83. attributes = {
  84. LastUpgradeCheck = 0720;
  85. ORGANIZATIONNAME = "Thomas Buck";
  86. TargetAttributes = {
  87. E9CDD7411EDCC9F4002FF7B8 = {
  88. CreatedOnToolsVersion = 7.2.1;
  89. };
  90. };
  91. };
  92. buildConfigurationList = E9CDD73D1EDCC9F4002FF7B8 /* Build configuration list for PBXProject "BlueTerm" */;
  93. compatibilityVersion = "Xcode 3.2";
  94. developmentRegion = English;
  95. hasScannedForEncodings = 0;
  96. knownRegions = (
  97. en,
  98. );
  99. mainGroup = E9CDD7391EDCC9F4002FF7B8;
  100. productRefGroup = E9CDD7431EDCC9F4002FF7B8 /* Products */;
  101. projectDirPath = "";
  102. projectRoot = "";
  103. targets = (
  104. E9CDD7411EDCC9F4002FF7B8 /* BlueTerm */,
  105. );
  106. };
  107. /* End PBXProject section */
  108. /* Begin PBXSourcesBuildPhase section */
  109. E9CDD73E1EDCC9F4002FF7B8 /* Sources */ = {
  110. isa = PBXSourcesBuildPhase;
  111. buildActionMask = 2147483647;
  112. files = (
  113. E9CDD7461EDCC9F4002FF7B8 /* main.m in Sources */,
  114. );
  115. runOnlyForDeploymentPostprocessing = 0;
  116. };
  117. /* End PBXSourcesBuildPhase section */
  118. /* Begin XCBuildConfiguration section */
  119. E9CDD7471EDCC9F4002FF7B8 /* Debug */ = {
  120. isa = XCBuildConfiguration;
  121. buildSettings = {
  122. ALWAYS_SEARCH_USER_PATHS = NO;
  123. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  124. CLANG_CXX_LIBRARY = "libc++";
  125. CLANG_ENABLE_MODULES = YES;
  126. CLANG_ENABLE_OBJC_ARC = YES;
  127. CLANG_WARN_BOOL_CONVERSION = YES;
  128. CLANG_WARN_CONSTANT_CONVERSION = YES;
  129. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  130. CLANG_WARN_EMPTY_BODY = YES;
  131. CLANG_WARN_ENUM_CONVERSION = YES;
  132. CLANG_WARN_INT_CONVERSION = YES;
  133. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  134. CLANG_WARN_UNREACHABLE_CODE = YES;
  135. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  136. CODE_SIGN_IDENTITY = "-";
  137. COPY_PHASE_STRIP = NO;
  138. DEBUG_INFORMATION_FORMAT = dwarf;
  139. ENABLE_STRICT_OBJC_MSGSEND = YES;
  140. ENABLE_TESTABILITY = YES;
  141. GCC_C_LANGUAGE_STANDARD = gnu99;
  142. GCC_DYNAMIC_NO_PIC = NO;
  143. GCC_NO_COMMON_BLOCKS = YES;
  144. GCC_OPTIMIZATION_LEVEL = 0;
  145. GCC_PREPROCESSOR_DEFINITIONS = (
  146. "DEBUG=1",
  147. "$(inherited)",
  148. );
  149. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  150. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  151. GCC_WARN_UNDECLARED_SELECTOR = YES;
  152. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  153. GCC_WARN_UNUSED_FUNCTION = YES;
  154. GCC_WARN_UNUSED_VARIABLE = YES;
  155. MACOSX_DEPLOYMENT_TARGET = 10.10;
  156. MTL_ENABLE_DEBUG_INFO = YES;
  157. ONLY_ACTIVE_ARCH = YES;
  158. SDKROOT = macosx;
  159. };
  160. name = Debug;
  161. };
  162. E9CDD7481EDCC9F4002FF7B8 /* Release */ = {
  163. isa = XCBuildConfiguration;
  164. buildSettings = {
  165. ALWAYS_SEARCH_USER_PATHS = NO;
  166. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  167. CLANG_CXX_LIBRARY = "libc++";
  168. CLANG_ENABLE_MODULES = YES;
  169. CLANG_ENABLE_OBJC_ARC = YES;
  170. CLANG_WARN_BOOL_CONVERSION = YES;
  171. CLANG_WARN_CONSTANT_CONVERSION = YES;
  172. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  173. CLANG_WARN_EMPTY_BODY = YES;
  174. CLANG_WARN_ENUM_CONVERSION = YES;
  175. CLANG_WARN_INT_CONVERSION = YES;
  176. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  177. CLANG_WARN_UNREACHABLE_CODE = YES;
  178. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  179. CODE_SIGN_IDENTITY = "-";
  180. COPY_PHASE_STRIP = NO;
  181. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  182. ENABLE_NS_ASSERTIONS = NO;
  183. ENABLE_STRICT_OBJC_MSGSEND = YES;
  184. GCC_C_LANGUAGE_STANDARD = gnu99;
  185. GCC_NO_COMMON_BLOCKS = YES;
  186. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  187. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  188. GCC_WARN_UNDECLARED_SELECTOR = YES;
  189. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  190. GCC_WARN_UNUSED_FUNCTION = YES;
  191. GCC_WARN_UNUSED_VARIABLE = YES;
  192. MACOSX_DEPLOYMENT_TARGET = 10.10;
  193. MTL_ENABLE_DEBUG_INFO = NO;
  194. SDKROOT = macosx;
  195. };
  196. name = Release;
  197. };
  198. E9CDD74A1EDCC9F4002FF7B8 /* Debug */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. PRODUCT_NAME = "$(TARGET_NAME)";
  202. };
  203. name = Debug;
  204. };
  205. E9CDD74B1EDCC9F4002FF7B8 /* Release */ = {
  206. isa = XCBuildConfiguration;
  207. buildSettings = {
  208. PRODUCT_NAME = "$(TARGET_NAME)";
  209. };
  210. name = Release;
  211. };
  212. /* End XCBuildConfiguration section */
  213. /* Begin XCConfigurationList section */
  214. E9CDD73D1EDCC9F4002FF7B8 /* Build configuration list for PBXProject "BlueTerm" */ = {
  215. isa = XCConfigurationList;
  216. buildConfigurations = (
  217. E9CDD7471EDCC9F4002FF7B8 /* Debug */,
  218. E9CDD7481EDCC9F4002FF7B8 /* Release */,
  219. );
  220. defaultConfigurationIsVisible = 0;
  221. defaultConfigurationName = Release;
  222. };
  223. E9CDD7491EDCC9F4002FF7B8 /* Build configuration list for PBXNativeTarget "BlueTerm" */ = {
  224. isa = XCConfigurationList;
  225. buildConfigurations = (
  226. E9CDD74A1EDCC9F4002FF7B8 /* Debug */,
  227. E9CDD74B1EDCC9F4002FF7B8 /* Release */,
  228. );
  229. defaultConfigurationIsVisible = 0;
  230. };
  231. /* End XCConfigurationList section */
  232. };
  233. rootObject = E9CDD73A1EDCC9F4002FF7B8 /* Project object */;
  234. }