project.pbxproj 9.1 KB

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