project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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 = 1030;
  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 = en;
  107. hasScannedForEncodings = 0;
  108. knownRegions = (
  109. en,
  110. Base,
  111. );
  112. mainGroup = 0E5DFDC51BB4D3360063976E;
  113. productRefGroup = 0E5DFE1C1BB4DB740063976E /* Products */;
  114. projectDirPath = "";
  115. projectRoot = "";
  116. targets = (
  117. CDFB74621E451F72007D4841 /* limit_tc */,
  118. );
  119. };
  120. /* End PBXProject section */
  121. /* Begin PBXShellScriptBuildPhase section */
  122. CDFB746B1E451FAB007D4841 /* ShellScript */ = {
  123. isa = PBXShellScriptBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. inputPaths = (
  128. "$(SRCROOT)/bound_number.t.h",
  129. );
  130. outputPaths = (
  131. "$(SRCROOT)/limit_tc.cpp",
  132. );
  133. runOnlyForDeploymentPostprocessing = 0;
  134. shellPath = /bin/sh;
  135. shellScript = "cxxtestgen --error-printer -o limit_tc.cpp bound_number.t.h";
  136. };
  137. /* End PBXShellScriptBuildPhase section */
  138. /* Begin PBXSourcesBuildPhase section */
  139. CDFB745F1E451F72007D4841 /* Sources */ = {
  140. isa = PBXSourcesBuildPhase;
  141. buildActionMask = 2147483647;
  142. files = (
  143. CDFB746A1E451F94007D4841 /* limit_tc.cpp in Sources */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXSourcesBuildPhase section */
  148. /* Begin XCBuildConfiguration section */
  149. 0E5DFDC71BB4D3360063976E /* Debug */ = {
  150. isa = XCBuildConfiguration;
  151. buildSettings = {
  152. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  153. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  154. CLANG_WARN_BOOL_CONVERSION = YES;
  155. CLANG_WARN_COMMA = YES;
  156. CLANG_WARN_CONSTANT_CONVERSION = YES;
  157. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  158. CLANG_WARN_EMPTY_BODY = YES;
  159. CLANG_WARN_ENUM_CONVERSION = YES;
  160. CLANG_WARN_INFINITE_RECURSION = YES;
  161. CLANG_WARN_INT_CONVERSION = YES;
  162. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  163. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  164. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  165. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  166. CLANG_WARN_STRICT_PROTOTYPES = YES;
  167. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  168. CLANG_WARN_UNREACHABLE_CODE = YES;
  169. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  170. COPY_PHASE_STRIP = NO;
  171. ENABLE_STRICT_OBJC_MSGSEND = YES;
  172. ENABLE_TESTABILITY = YES;
  173. GCC_NO_COMMON_BLOCKS = YES;
  174. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  175. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  176. GCC_WARN_UNDECLARED_SELECTOR = YES;
  177. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  178. GCC_WARN_UNUSED_FUNCTION = YES;
  179. GCC_WARN_UNUSED_VARIABLE = YES;
  180. ONLY_ACTIVE_ARCH = YES;
  181. SDKROOT = macosx;
  182. };
  183. name = Debug;
  184. };
  185. 0E5DFDC81BB4D3360063976E /* Release */ = {
  186. isa = XCBuildConfiguration;
  187. buildSettings = {
  188. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  189. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  190. CLANG_WARN_BOOL_CONVERSION = YES;
  191. CLANG_WARN_COMMA = YES;
  192. CLANG_WARN_CONSTANT_CONVERSION = YES;
  193. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  194. CLANG_WARN_EMPTY_BODY = YES;
  195. CLANG_WARN_ENUM_CONVERSION = YES;
  196. CLANG_WARN_INFINITE_RECURSION = YES;
  197. CLANG_WARN_INT_CONVERSION = YES;
  198. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  199. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  200. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  201. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  202. CLANG_WARN_STRICT_PROTOTYPES = YES;
  203. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  204. CLANG_WARN_UNREACHABLE_CODE = YES;
  205. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  206. COPY_PHASE_STRIP = YES;
  207. ENABLE_STRICT_OBJC_MSGSEND = YES;
  208. GCC_NO_COMMON_BLOCKS = YES;
  209. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  210. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  211. GCC_WARN_UNDECLARED_SELECTOR = YES;
  212. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  213. GCC_WARN_UNUSED_FUNCTION = YES;
  214. GCC_WARN_UNUSED_VARIABLE = YES;
  215. SDKROOT = macosx;
  216. };
  217. name = Release;
  218. };
  219. CDFB74681E451F72007D4841 /* Debug */ = {
  220. isa = XCBuildConfiguration;
  221. buildSettings = {
  222. ALWAYS_SEARCH_USER_PATHS = NO;
  223. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  224. CLANG_CXX_LIBRARY = "libc++";
  225. CLANG_ENABLE_MODULES = YES;
  226. CLANG_ENABLE_OBJC_ARC = YES;
  227. CLANG_WARN_BOOL_CONVERSION = YES;
  228. CLANG_WARN_CONSTANT_CONVERSION = YES;
  229. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  230. CLANG_WARN_EMPTY_BODY = YES;
  231. CLANG_WARN_ENUM_CONVERSION = YES;
  232. CLANG_WARN_INT_CONVERSION = YES;
  233. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  234. CLANG_WARN_UNREACHABLE_CODE = YES;
  235. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  236. CODE_SIGN_IDENTITY = "-";
  237. DEBUG_INFORMATION_FORMAT = dwarf;
  238. ENABLE_STRICT_OBJC_MSGSEND = YES;
  239. GCC_C_LANGUAGE_STANDARD = gnu99;
  240. GCC_DYNAMIC_NO_PIC = NO;
  241. GCC_NO_COMMON_BLOCKS = YES;
  242. GCC_OPTIMIZATION_LEVEL = 0;
  243. GCC_PREPROCESSOR_DEFINITIONS = (
  244. "DEBUG=1",
  245. "$(inherited)",
  246. );
  247. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  248. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  249. GCC_WARN_UNDECLARED_SELECTOR = YES;
  250. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  251. GCC_WARN_UNUSED_FUNCTION = YES;
  252. HEADER_SEARCH_PATHS = /usr/local/include/;
  253. MACOSX_DEPLOYMENT_TARGET = 10.10;
  254. MTL_ENABLE_DEBUG_INFO = YES;
  255. PRODUCT_NAME = "$(TARGET_NAME)";
  256. };
  257. name = Debug;
  258. };
  259. CDFB74691E451F72007D4841 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  264. CLANG_CXX_LIBRARY = "libc++";
  265. CLANG_ENABLE_MODULES = YES;
  266. CLANG_ENABLE_OBJC_ARC = YES;
  267. CLANG_WARN_BOOL_CONVERSION = YES;
  268. CLANG_WARN_CONSTANT_CONVERSION = YES;
  269. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  270. CLANG_WARN_EMPTY_BODY = YES;
  271. CLANG_WARN_ENUM_CONVERSION = YES;
  272. CLANG_WARN_INT_CONVERSION = YES;
  273. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  274. CLANG_WARN_UNREACHABLE_CODE = YES;
  275. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  276. CODE_SIGN_IDENTITY = "-";
  277. COPY_PHASE_STRIP = NO;
  278. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  279. ENABLE_NS_ASSERTIONS = NO;
  280. ENABLE_STRICT_OBJC_MSGSEND = YES;
  281. GCC_C_LANGUAGE_STANDARD = gnu99;
  282. GCC_NO_COMMON_BLOCKS = YES;
  283. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  284. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  285. GCC_WARN_UNDECLARED_SELECTOR = YES;
  286. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  287. GCC_WARN_UNUSED_FUNCTION = YES;
  288. HEADER_SEARCH_PATHS = /usr/local/include/;
  289. MACOSX_DEPLOYMENT_TARGET = 10.10;
  290. MTL_ENABLE_DEBUG_INFO = NO;
  291. PRODUCT_NAME = "$(TARGET_NAME)";
  292. };
  293. name = Release;
  294. };
  295. /* End XCBuildConfiguration section */
  296. /* Begin XCConfigurationList section */
  297. 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */ = {
  298. isa = XCConfigurationList;
  299. buildConfigurations = (
  300. 0E5DFDC71BB4D3360063976E /* Debug */,
  301. 0E5DFDC81BB4D3360063976E /* Release */,
  302. );
  303. defaultConfigurationIsVisible = 0;
  304. defaultConfigurationName = Release;
  305. };
  306. CDFB74671E451F72007D4841 /* Build configuration list for PBXNativeTarget "limit_tc" */ = {
  307. isa = XCConfigurationList;
  308. buildConfigurations = (
  309. CDFB74681E451F72007D4841 /* Debug */,
  310. CDFB74691E451F72007D4841 /* Release */,
  311. );
  312. defaultConfigurationIsVisible = 0;
  313. defaultConfigurationName = Release;
  314. };
  315. /* End XCConfigurationList section */
  316. };
  317. rootObject = 0E5DFDC61BB4D3360063976E /* Project object */;
  318. }