project.pbxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDFB746A1E451F94007D4841 /* limit_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDFB745D1E451F61007D4841 /* limit_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CDFB74611E451F72007D4841 /* 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. 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bound_number.hpp; sourceTree = "<group>"; };
  24. CDFB745D1E451F61007D4841 /* limit_tc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = limit_tc.cpp; sourceTree = "<group>"; };
  25. CDFB745E1E451F61007D4841 /* bound_number.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bound_number.t.h; sourceTree = "<group>"; };
  26. CDFB74631E451F72007D4841 /* limit_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = limit_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. CDFB74601E451F72007D4841 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. 0E5DFDC51BB4D3360063976E = {
  39. isa = PBXGroup;
  40. children = (
  41. CDFB745B1E451F42007D4841 /* src */,
  42. CDFB745C1E451F45007D4841 /* test */,
  43. 0E5DFE1C1BB4DB740063976E /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. 0E5DFE1C1BB4DB740063976E /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. CDFB74631E451F72007D4841 /* limit_tc */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. CDFB745B1E451F42007D4841 /* src */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */,
  59. );
  60. name = src;
  61. sourceTree = "<group>";
  62. };
  63. CDFB745C1E451F45007D4841 /* test */ = {
  64. isa = PBXGroup;
  65. children = (
  66. CDFB745E1E451F61007D4841 /* bound_number.t.h */,
  67. CDFB745D1E451F61007D4841 /* limit_tc.cpp */,
  68. );
  69. name = test;
  70. sourceTree = "<group>";
  71. };
  72. /* End PBXGroup section */
  73. /* Begin PBXNativeTarget section */
  74. CDFB74621E451F72007D4841 /* limit_tc */ = {
  75. isa = PBXNativeTarget;
  76. buildConfigurationList = CDFB74671E451F72007D4841 /* Build configuration list for PBXNativeTarget "limit_tc" */;
  77. buildPhases = (
  78. CDFB746B1E451FAB007D4841 /* ShellScript */,
  79. CDFB745F1E451F72007D4841 /* Sources */,
  80. CDFB74601E451F72007D4841 /* Frameworks */,
  81. CDFB74611E451F72007D4841 /* CopyFiles */,
  82. );
  83. buildRules = (
  84. );
  85. dependencies = (
  86. );
  87. name = limit_tc;
  88. productName = limit_tc;
  89. productReference = CDFB74631E451F72007D4841 /* limit_tc */;
  90. productType = "com.apple.product-type.tool";
  91. };
  92. /* End PBXNativeTarget section */
  93. /* Begin PBXProject section */
  94. 0E5DFDC61BB4D3360063976E /* Project object */ = {
  95. isa = PBXProject;
  96. attributes = {
  97. LastUpgradeCheck = 0720;
  98. TargetAttributes = {
  99. CDFB74621E451F72007D4841 = {
  100. CreatedOnToolsVersion = 7.2.1;
  101. };
  102. };
  103. };
  104. buildConfigurationList = 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */;
  105. compatibilityVersion = "Xcode 3.2";
  106. developmentRegion = English;
  107. hasScannedForEncodings = 0;
  108. knownRegions = (
  109. en,
  110. );
  111. mainGroup = 0E5DFDC51BB4D3360063976E;
  112. productRefGroup = 0E5DFE1C1BB4DB740063976E /* Products */;
  113. projectDirPath = "";
  114. projectRoot = "";
  115. targets = (
  116. CDFB74621E451F72007D4841 /* limit_tc */,
  117. );
  118. };
  119. /* End PBXProject section */
  120. /* Begin PBXShellScriptBuildPhase section */
  121. CDFB746B1E451FAB007D4841 /* ShellScript */ = {
  122. isa = PBXShellScriptBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. );
  126. inputPaths = (
  127. "$(SRCROOT)/bound_number.t.h",
  128. );
  129. outputPaths = (
  130. "$(SRCROOT)/limit_tc.cpp",
  131. );
  132. runOnlyForDeploymentPostprocessing = 0;
  133. shellPath = /bin/sh;
  134. shellScript = "cxxtestgen --error-printer -o limit_tc.cpp bound_number.t.h";
  135. };
  136. /* End PBXShellScriptBuildPhase section */
  137. /* Begin PBXSourcesBuildPhase section */
  138. CDFB745F1E451F72007D4841 /* Sources */ = {
  139. isa = PBXSourcesBuildPhase;
  140. buildActionMask = 2147483647;
  141. files = (
  142. CDFB746A1E451F94007D4841 /* limit_tc.cpp in Sources */,
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. /* End PBXSourcesBuildPhase section */
  147. /* Begin XCBuildConfiguration section */
  148. 0E5DFDC71BB4D3360063976E /* Debug */ = {
  149. isa = XCBuildConfiguration;
  150. buildSettings = {
  151. COPY_PHASE_STRIP = NO;
  152. ENABLE_TESTABILITY = YES;
  153. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  154. GCC_WARN_UNUSED_VARIABLE = YES;
  155. ONLY_ACTIVE_ARCH = YES;
  156. SDKROOT = macosx;
  157. };
  158. name = Debug;
  159. };
  160. 0E5DFDC81BB4D3360063976E /* Release */ = {
  161. isa = XCBuildConfiguration;
  162. buildSettings = {
  163. COPY_PHASE_STRIP = YES;
  164. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  165. GCC_WARN_UNUSED_VARIABLE = YES;
  166. SDKROOT = macosx;
  167. };
  168. name = Release;
  169. };
  170. CDFB74681E451F72007D4841 /* Debug */ = {
  171. isa = XCBuildConfiguration;
  172. buildSettings = {
  173. ALWAYS_SEARCH_USER_PATHS = NO;
  174. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  175. CLANG_CXX_LIBRARY = "libc++";
  176. CLANG_ENABLE_MODULES = YES;
  177. CLANG_ENABLE_OBJC_ARC = YES;
  178. CLANG_WARN_BOOL_CONVERSION = YES;
  179. CLANG_WARN_CONSTANT_CONVERSION = YES;
  180. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  181. CLANG_WARN_EMPTY_BODY = YES;
  182. CLANG_WARN_ENUM_CONVERSION = YES;
  183. CLANG_WARN_INT_CONVERSION = YES;
  184. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  185. CLANG_WARN_UNREACHABLE_CODE = YES;
  186. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  187. CODE_SIGN_IDENTITY = "-";
  188. DEBUG_INFORMATION_FORMAT = dwarf;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. GCC_C_LANGUAGE_STANDARD = gnu99;
  191. GCC_DYNAMIC_NO_PIC = NO;
  192. GCC_NO_COMMON_BLOCKS = YES;
  193. GCC_OPTIMIZATION_LEVEL = 0;
  194. GCC_PREPROCESSOR_DEFINITIONS = (
  195. "DEBUG=1",
  196. "$(inherited)",
  197. );
  198. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  199. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  200. GCC_WARN_UNDECLARED_SELECTOR = YES;
  201. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  202. GCC_WARN_UNUSED_FUNCTION = YES;
  203. HEADER_SEARCH_PATHS = /usr/local/include/;
  204. MACOSX_DEPLOYMENT_TARGET = 10.10;
  205. MTL_ENABLE_DEBUG_INFO = YES;
  206. PRODUCT_NAME = "$(TARGET_NAME)";
  207. };
  208. name = Debug;
  209. };
  210. CDFB74691E451F72007D4841 /* Release */ = {
  211. isa = XCBuildConfiguration;
  212. buildSettings = {
  213. ALWAYS_SEARCH_USER_PATHS = NO;
  214. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  215. CLANG_CXX_LIBRARY = "libc++";
  216. CLANG_ENABLE_MODULES = YES;
  217. CLANG_ENABLE_OBJC_ARC = YES;
  218. CLANG_WARN_BOOL_CONVERSION = YES;
  219. CLANG_WARN_CONSTANT_CONVERSION = YES;
  220. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  221. CLANG_WARN_EMPTY_BODY = YES;
  222. CLANG_WARN_ENUM_CONVERSION = YES;
  223. CLANG_WARN_INT_CONVERSION = YES;
  224. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  225. CLANG_WARN_UNREACHABLE_CODE = YES;
  226. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  227. CODE_SIGN_IDENTITY = "-";
  228. COPY_PHASE_STRIP = NO;
  229. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  230. ENABLE_NS_ASSERTIONS = NO;
  231. ENABLE_STRICT_OBJC_MSGSEND = YES;
  232. GCC_C_LANGUAGE_STANDARD = gnu99;
  233. GCC_NO_COMMON_BLOCKS = YES;
  234. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  235. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  236. GCC_WARN_UNDECLARED_SELECTOR = YES;
  237. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  238. GCC_WARN_UNUSED_FUNCTION = YES;
  239. HEADER_SEARCH_PATHS = /usr/local/include/;
  240. MACOSX_DEPLOYMENT_TARGET = 10.10;
  241. MTL_ENABLE_DEBUG_INFO = NO;
  242. PRODUCT_NAME = "$(TARGET_NAME)";
  243. };
  244. name = Release;
  245. };
  246. /* End XCBuildConfiguration section */
  247. /* Begin XCConfigurationList section */
  248. 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */ = {
  249. isa = XCConfigurationList;
  250. buildConfigurations = (
  251. 0E5DFDC71BB4D3360063976E /* Debug */,
  252. 0E5DFDC81BB4D3360063976E /* Release */,
  253. );
  254. defaultConfigurationIsVisible = 0;
  255. defaultConfigurationName = Release;
  256. };
  257. CDFB74671E451F72007D4841 /* Build configuration list for PBXNativeTarget "limit_tc" */ = {
  258. isa = XCConfigurationList;
  259. buildConfigurations = (
  260. CDFB74681E451F72007D4841 /* Debug */,
  261. CDFB74691E451F72007D4841 /* Release */,
  262. );
  263. defaultConfigurationIsVisible = 0;
  264. };
  265. /* End XCConfigurationList section */
  266. };
  267. rootObject = 0E5DFDC61BB4D3360063976E /* Project object */;
  268. }