project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3C80C61D6A711000ACC795 /* json_binder_discard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */; };
  10. CD3C80C71D6A711000ACC795 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  11. CD3C80CA1D6A711000ACC795 /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  12. CD3C80CB1D6A711000ACC795 /* json_binder_discard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */; };
  13. CD3C80D31D6A728000ACC795 /* json_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */; settings = {ATTRIBUTES = (Public, ); }; };
  14. CD3C80DB1D6A728A00ACC795 /* json_binder_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */; };
  15. CD3C80DC1D6A728A00ACC795 /* json_tuple_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */; };
  16. CD3C80DD1D6A728A00ACC795 /* json_object_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */; };
  17. CD3C80DE1D6A728A00ACC795 /* json_direct_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */; };
  18. CD3C80DF1D6A728A00ACC795 /* json_direct_map_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */; };
  19. CD3C80E01D6A728A00ACC795 /* json_direct_scalar_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */; };
  20. CD3C80E11D6A728A00ACC795 /* json_direct_vector_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */; };
  21. CD3C80E41D6A731D00ACC795 /* libjson-direct.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */; };
  22. CD3C80E51D6A731D00ACC795 /* libjson.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB2F7331C5D47F70067C2EC /* libjson.dylib */; };
  23. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  24. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */; };
  25. CD679D7A1E6126CA00F9F843 /* json_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD679D781E6126C700F9F843 /* json_tc.cpp */; };
  26. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB2F7411C5D48090067C2EC /* json.cpp */; };
  27. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXCopyFilesBuildPhase section */
  30. CDF643301C6E9A8B0016A475 /* CopyFiles */ = {
  31. isa = PBXCopyFilesBuildPhase;
  32. buildActionMask = 2147483647;
  33. dstPath = /usr/share/man/man1/;
  34. dstSubfolderSpec = 0;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 1;
  38. };
  39. /* End PBXCopyFilesBuildPhase section */
  40. /* Begin PBXFileReference section */
  41. CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_binder_discard.cpp; sourceTree = "<group>"; };
  42. CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json_binder_discard.hpp; sourceTree = "<group>"; };
  43. CD1747431D4C216B000C344B /* example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = example.json; sourceTree = "<group>"; };
  44. CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = "<group>"; };
  45. CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = "<group>"; };
  46. CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_terminate.t.h; sourceTree = "<group>"; };
  47. CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_get_binder.hpp; sourceTree = "<group>"; };
  48. CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_tuple.t.h; sourceTree = "<group>"; };
  49. CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libjson-direct.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
  50. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = "<group>"; };
  51. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = "<group>"; };
  52. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_object_binder.hpp; sourceTree = "<group>"; };
  53. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_map_binder.hpp; sourceTree = "<group>"; };
  54. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_vector_binder.hpp; sourceTree = "<group>"; };
  55. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_scalar_binder.hpp; sourceTree = "<group>"; };
  56. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_binder.hpp; sourceTree = "<group>"; };
  57. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_parser.cpp; sourceTree = "<group>"; };
  58. CD679D761E61267300F9F843 /* json_binder_value_int.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_int.t.h; sourceTree = "<group>"; };
  59. CD679D781E6126C700F9F843 /* json_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_tc.cpp; sourceTree = "<group>"; };
  60. CD679D7B1E61E26000F9F843 /* json_binder_value_string.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_string.t.h; sourceTree = "<group>"; };
  61. CD679D7C1E6273DB00F9F843 /* json_binder_value_double.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_double.t.h; sourceTree = "<group>"; };
  62. CDB2F7331C5D47F70067C2EC /* libjson.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libjson.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  63. CDB2F7411C5D48090067C2EC /* json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; path = json.cpp; sourceTree = "<group>"; tabWidth = 2; };
  64. CDB2F7421C5D48090067C2EC /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; tabWidth = 2; };
  65. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder_parser.hpp; sourceTree = "<group>"; tabWidth = 2; };
  66. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder.hpp; sourceTree = SOURCE_ROOT; tabWidth = 2; };
  67. CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_binder_collection.t.h; sourceTree = "<group>"; };
  68. CDECC7D51E6504C800BEE842 /* json_binder_test_bool.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_test_bool.t.h; sourceTree = "<group>"; };
  69. CDECC7D61E65073E00BEE842 /* json_binder_object.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_object.t.h; sourceTree = "<group>"; };
  70. CDF643321C6E9A8B0016A475 /* json_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = json_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. CD3C80C81D6A711000ACC795 /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. );
  78. runOnlyForDeploymentPostprocessing = 0;
  79. };
  80. CDB2F7301C5D47F70067C2EC /* Frameworks */ = {
  81. isa = PBXFrameworksBuildPhase;
  82. buildActionMask = 2147483647;
  83. files = (
  84. );
  85. runOnlyForDeploymentPostprocessing = 0;
  86. };
  87. CDF6432F1C6E9A8B0016A475 /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. CD3C80E41D6A731D00ACC795 /* libjson-direct.dylib in Frameworks */,
  92. CD3C80E51D6A731D00ACC795 /* libjson.dylib in Frameworks */,
  93. );
  94. runOnlyForDeploymentPostprocessing = 0;
  95. };
  96. /* End PBXFrameworksBuildPhase section */
  97. /* Begin PBXGroup section */
  98. CD472C781CCC1CB00084C8D6 /* impl */ = {
  99. isa = PBXGroup;
  100. children = (
  101. CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */,
  102. CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */,
  103. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */,
  104. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */,
  105. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */,
  106. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */,
  107. CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */,
  108. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */,
  109. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */,
  110. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */,
  111. );
  112. name = impl;
  113. sourceTree = "<group>";
  114. };
  115. CD472C821CCDA5830084C8D6 /* binder */ = {
  116. isa = PBXGroup;
  117. children = (
  118. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */,
  119. CD472C781CCC1CB00084C8D6 /* impl */,
  120. );
  121. name = binder;
  122. path = json;
  123. sourceTree = "<group>";
  124. };
  125. CD472C831CCDA5990084C8D6 /* json */ = {
  126. isa = PBXGroup;
  127. children = (
  128. CDB2F7411C5D48090067C2EC /* json.cpp */,
  129. CDB2F7421C5D48090067C2EC /* json.hpp */,
  130. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */,
  131. );
  132. name = json;
  133. sourceTree = "<group>";
  134. };
  135. CD679D741E61265F00F9F843 /* src */ = {
  136. isa = PBXGroup;
  137. children = (
  138. CD217D921CCAD885007C50C6 /* json_common.hpp */,
  139. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */,
  140. CD472C831CCDA5990084C8D6 /* json */,
  141. CD472C821CCDA5830084C8D6 /* binder */,
  142. );
  143. name = src;
  144. sourceTree = "<group>";
  145. };
  146. CD679D751E61266300F9F843 /* test */ = {
  147. isa = PBXGroup;
  148. children = (
  149. CDECC7D51E6504C800BEE842 /* json_binder_test_bool.t.h */,
  150. CD679D761E61267300F9F843 /* json_binder_value_int.t.h */,
  151. CD679D7B1E61E26000F9F843 /* json_binder_value_string.t.h */,
  152. CD679D7C1E6273DB00F9F843 /* json_binder_value_double.t.h */,
  153. CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */,
  154. CDECC7D61E65073E00BEE842 /* json_binder_object.t.h */,
  155. CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */,
  156. CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */,
  157. CD679D781E6126C700F9F843 /* json_tc.cpp */,
  158. );
  159. name = test;
  160. sourceTree = "<group>";
  161. };
  162. CDB2F72A1C5D47F70067C2EC = {
  163. isa = PBXGroup;
  164. children = (
  165. CD1747431D4C216B000C344B /* example.json */,
  166. CD217D8F1CCAD587007C50C6 /* json_test.cpp */,
  167. CD679D741E61265F00F9F843 /* src */,
  168. CD679D751E61266300F9F843 /* test */,
  169. CDB2F7341C5D47F70067C2EC /* Products */,
  170. );
  171. sourceTree = "<group>";
  172. };
  173. CDB2F7341C5D47F70067C2EC /* Products */ = {
  174. isa = PBXGroup;
  175. children = (
  176. CDB2F7331C5D47F70067C2EC /* libjson.dylib */,
  177. CDF643321C6E9A8B0016A475 /* json_tc */,
  178. CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */,
  179. );
  180. name = Products;
  181. sourceTree = "<group>";
  182. };
  183. /* End PBXGroup section */
  184. /* Begin PBXHeadersBuildPhase section */
  185. CD3C80C91D6A711000ACC795 /* Headers */ = {
  186. isa = PBXHeadersBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. CD3C80DD1D6A728A00ACC795 /* json_object_binder.hpp in Headers */,
  190. CD3C80E01D6A728A00ACC795 /* json_direct_scalar_binder.hpp in Headers */,
  191. CD3C80CA1D6A711000ACC795 /* json.hpp in Headers */,
  192. CD3C80DE1D6A728A00ACC795 /* json_direct_binder.hpp in Headers */,
  193. CD3C80DB1D6A728A00ACC795 /* json_binder_parser.hpp in Headers */,
  194. CD3C80DC1D6A728A00ACC795 /* json_tuple_binder.hpp in Headers */,
  195. CD3C80E11D6A728A00ACC795 /* json_direct_vector_binder.hpp in Headers */,
  196. CD3C80DF1D6A728A00ACC795 /* json_direct_map_binder.hpp in Headers */,
  197. CD3C80D31D6A728000ACC795 /* json_binder.hpp in Headers */,
  198. CD3C80CB1D6A711000ACC795 /* json_binder_discard.hpp in Headers */,
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. CDB2F7311C5D47F70067C2EC /* Headers */ = {
  203. isa = PBXHeadersBuildPhase;
  204. buildActionMask = 2147483647;
  205. files = (
  206. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */,
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. /* End PBXHeadersBuildPhase section */
  211. /* Begin PBXNativeTarget section */
  212. CD3C80C21D6A711000ACC795 /* json-direct */ = {
  213. isa = PBXNativeTarget;
  214. buildConfigurationList = CD3C80CC1D6A711000ACC795 /* Build configuration list for PBXNativeTarget "json-direct" */;
  215. buildPhases = (
  216. CD3C80C31D6A711000ACC795 /* Sources */,
  217. CD3C80C81D6A711000ACC795 /* Frameworks */,
  218. CD3C80C91D6A711000ACC795 /* Headers */,
  219. );
  220. buildRules = (
  221. );
  222. dependencies = (
  223. );
  224. name = "json-direct";
  225. productName = json;
  226. productReference = CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */;
  227. productType = "com.apple.product-type.library.dynamic";
  228. };
  229. CDB2F7321C5D47F70067C2EC /* json */ = {
  230. isa = PBXNativeTarget;
  231. buildConfigurationList = CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */;
  232. buildPhases = (
  233. CDB2F72F1C5D47F70067C2EC /* Sources */,
  234. CDB2F7301C5D47F70067C2EC /* Frameworks */,
  235. CDB2F7311C5D47F70067C2EC /* Headers */,
  236. );
  237. buildRules = (
  238. );
  239. dependencies = (
  240. );
  241. name = json;
  242. productName = json;
  243. productReference = CDB2F7331C5D47F70067C2EC /* libjson.dylib */;
  244. productType = "com.apple.product-type.library.dynamic";
  245. };
  246. CDF643311C6E9A8B0016A475 /* json_tc */ = {
  247. isa = PBXNativeTarget;
  248. buildConfigurationList = CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json_tc" */;
  249. buildPhases = (
  250. CD679D771E61269500F9F843 /* ShellScript */,
  251. CDF6432E1C6E9A8B0016A475 /* Sources */,
  252. CDF6432F1C6E9A8B0016A475 /* Frameworks */,
  253. CDF643301C6E9A8B0016A475 /* CopyFiles */,
  254. );
  255. buildRules = (
  256. );
  257. dependencies = (
  258. );
  259. name = json_tc;
  260. productName = "json-test";
  261. productReference = CDF643321C6E9A8B0016A475 /* json_tc */;
  262. productType = "com.apple.product-type.tool";
  263. };
  264. /* End PBXNativeTarget section */
  265. /* Begin PBXProject section */
  266. CDB2F72B1C5D47F70067C2EC /* Project object */ = {
  267. isa = PBXProject;
  268. attributes = {
  269. LastUpgradeCheck = 0720;
  270. ORGANIZATIONNAME = "Sam Jaffe";
  271. TargetAttributes = {
  272. CDB2F7321C5D47F70067C2EC = {
  273. CreatedOnToolsVersion = 7.2;
  274. };
  275. CDF643311C6E9A8B0016A475 = {
  276. CreatedOnToolsVersion = 7.2.1;
  277. };
  278. };
  279. };
  280. buildConfigurationList = CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */;
  281. compatibilityVersion = "Xcode 3.2";
  282. developmentRegion = English;
  283. hasScannedForEncodings = 0;
  284. knownRegions = (
  285. en,
  286. );
  287. mainGroup = CDB2F72A1C5D47F70067C2EC;
  288. productRefGroup = CDB2F7341C5D47F70067C2EC /* Products */;
  289. projectDirPath = "";
  290. projectRoot = "";
  291. targets = (
  292. CDB2F7321C5D47F70067C2EC /* json */,
  293. CD3C80C21D6A711000ACC795 /* json-direct */,
  294. CDF643311C6E9A8B0016A475 /* json_tc */,
  295. );
  296. };
  297. /* End PBXProject section */
  298. /* Begin PBXShellScriptBuildPhase section */
  299. CD679D771E61269500F9F843 /* ShellScript */ = {
  300. isa = PBXShellScriptBuildPhase;
  301. buildActionMask = 2147483647;
  302. files = (
  303. );
  304. inputPaths = (
  305. "$(SRCROOT)/json_binder_value_int.t.h",
  306. "$(SRCROOT)/json_binder_value_string.t.h",
  307. "$(SRCROOT)/json_binder_value_double.t.h",
  308. "$(SRCROOT)/json_binder_terminate.t.h",
  309. "$(SRCROOT)/json_binder_tuple.t.h",
  310. "$(SRCROOT)/json_binder_collection.t.h",
  311. "$(SRCROOT)/json_binder_test_bool.t.h",
  312. "$(SRCROOT)/json_binder_object.t.h",
  313. );
  314. outputPaths = (
  315. "$(SRCDIR)/json_tc.cpp",
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. shellPath = /bin/sh;
  319. shellScript = "cxxtestgen --error-printer -o json_tc.cpp json_binder_value_int.t.h json_binder_value_string.t.h json_binder_value_double.t.h json_binder_terminate.t.h json_binder_tuple.t.h json_binder_collection.t.h json_binder_test_bool.t.h json_binder_object.t.h";
  320. };
  321. /* End PBXShellScriptBuildPhase section */
  322. /* Begin PBXSourcesBuildPhase section */
  323. CD3C80C31D6A711000ACC795 /* Sources */ = {
  324. isa = PBXSourcesBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. CD3C80C61D6A711000ACC795 /* json_binder_discard.cpp in Sources */,
  328. CD3C80C71D6A711000ACC795 /* json_common.cpp in Sources */,
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. };
  332. CDB2F72F1C5D47F70067C2EC /* Sources */ = {
  333. isa = PBXSourcesBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */,
  337. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */,
  338. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */,
  339. );
  340. runOnlyForDeploymentPostprocessing = 0;
  341. };
  342. CDF6432E1C6E9A8B0016A475 /* Sources */ = {
  343. isa = PBXSourcesBuildPhase;
  344. buildActionMask = 2147483647;
  345. files = (
  346. CD679D7A1E6126CA00F9F843 /* json_tc.cpp in Sources */,
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. };
  350. /* End PBXSourcesBuildPhase section */
  351. /* Begin XCBuildConfiguration section */
  352. CD3C80CD1D6A711000ACC795 /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. DYLIB_COMPATIBILITY_VERSION = 1;
  356. DYLIB_CURRENT_VERSION = 1;
  357. EXECUTABLE_PREFIX = lib;
  358. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  359. GCC_ENABLE_CPP_RTTI = YES;
  360. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  361. PRODUCT_NAME = "$(TARGET_NAME)";
  362. USER_HEADER_SEARCH_PATHS = "../**";
  363. };
  364. name = Debug;
  365. };
  366. CD3C80CE1D6A711000ACC795 /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. DYLIB_COMPATIBILITY_VERSION = 1;
  370. DYLIB_CURRENT_VERSION = 1;
  371. EXECUTABLE_PREFIX = lib;
  372. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  373. GCC_ENABLE_CPP_RTTI = YES;
  374. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  375. PRODUCT_NAME = "$(TARGET_NAME)";
  376. USER_HEADER_SEARCH_PATHS = "../**";
  377. };
  378. name = Release;
  379. };
  380. CDB2F73C1C5D47F70067C2EC /* Debug */ = {
  381. isa = XCBuildConfiguration;
  382. buildSettings = {
  383. ALWAYS_SEARCH_USER_PATHS = NO;
  384. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  385. CLANG_CXX_LIBRARY = "libc++";
  386. CLANG_ENABLE_MODULES = YES;
  387. CLANG_ENABLE_OBJC_ARC = YES;
  388. CLANG_WARN_BOOL_CONVERSION = YES;
  389. CLANG_WARN_CONSTANT_CONVERSION = YES;
  390. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  391. CLANG_WARN_EMPTY_BODY = YES;
  392. CLANG_WARN_ENUM_CONVERSION = YES;
  393. CLANG_WARN_INT_CONVERSION = YES;
  394. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  395. CLANG_WARN_UNREACHABLE_CODE = YES;
  396. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  397. CODE_SIGN_IDENTITY = "-";
  398. COPY_PHASE_STRIP = NO;
  399. DEBUG_INFORMATION_FORMAT = dwarf;
  400. ENABLE_STRICT_OBJC_MSGSEND = YES;
  401. ENABLE_TESTABILITY = YES;
  402. GCC_C_LANGUAGE_STANDARD = gnu99;
  403. GCC_DYNAMIC_NO_PIC = NO;
  404. GCC_NO_COMMON_BLOCKS = YES;
  405. GCC_OPTIMIZATION_LEVEL = 0;
  406. GCC_PREPROCESSOR_DEFINITIONS = (
  407. "DEBUG=1",
  408. "$(inherited)",
  409. );
  410. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  411. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  412. GCC_WARN_UNDECLARED_SELECTOR = YES;
  413. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  414. GCC_WARN_UNUSED_FUNCTION = YES;
  415. GCC_WARN_UNUSED_VARIABLE = YES;
  416. MACOSX_DEPLOYMENT_TARGET = 10.10;
  417. MTL_ENABLE_DEBUG_INFO = YES;
  418. ONLY_ACTIVE_ARCH = YES;
  419. SDKROOT = macosx;
  420. };
  421. name = Debug;
  422. };
  423. CDB2F73D1C5D47F70067C2EC /* Release */ = {
  424. isa = XCBuildConfiguration;
  425. buildSettings = {
  426. ALWAYS_SEARCH_USER_PATHS = NO;
  427. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  428. CLANG_CXX_LIBRARY = "libc++";
  429. CLANG_ENABLE_MODULES = YES;
  430. CLANG_ENABLE_OBJC_ARC = YES;
  431. CLANG_WARN_BOOL_CONVERSION = YES;
  432. CLANG_WARN_CONSTANT_CONVERSION = YES;
  433. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  434. CLANG_WARN_EMPTY_BODY = YES;
  435. CLANG_WARN_ENUM_CONVERSION = YES;
  436. CLANG_WARN_INT_CONVERSION = YES;
  437. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  438. CLANG_WARN_UNREACHABLE_CODE = YES;
  439. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  440. CODE_SIGN_IDENTITY = "-";
  441. COPY_PHASE_STRIP = NO;
  442. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  443. ENABLE_NS_ASSERTIONS = NO;
  444. ENABLE_STRICT_OBJC_MSGSEND = YES;
  445. GCC_C_LANGUAGE_STANDARD = gnu99;
  446. GCC_NO_COMMON_BLOCKS = YES;
  447. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  448. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  449. GCC_WARN_UNDECLARED_SELECTOR = YES;
  450. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  451. GCC_WARN_UNUSED_FUNCTION = YES;
  452. GCC_WARN_UNUSED_VARIABLE = YES;
  453. MACOSX_DEPLOYMENT_TARGET = 10.10;
  454. MTL_ENABLE_DEBUG_INFO = NO;
  455. SDKROOT = macosx;
  456. };
  457. name = Release;
  458. };
  459. CDB2F73F1C5D47F70067C2EC /* Debug */ = {
  460. isa = XCBuildConfiguration;
  461. buildSettings = {
  462. DYLIB_COMPATIBILITY_VERSION = 1;
  463. DYLIB_CURRENT_VERSION = 1;
  464. EXECUTABLE_PREFIX = lib;
  465. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  466. GCC_ENABLE_CPP_RTTI = YES;
  467. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  468. PRODUCT_NAME = "$(TARGET_NAME)";
  469. USER_HEADER_SEARCH_PATHS = "../**";
  470. };
  471. name = Debug;
  472. };
  473. CDB2F7401C5D47F70067C2EC /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. DYLIB_COMPATIBILITY_VERSION = 1;
  477. DYLIB_CURRENT_VERSION = 1;
  478. EXECUTABLE_PREFIX = lib;
  479. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  480. GCC_ENABLE_CPP_RTTI = YES;
  481. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  482. PRODUCT_NAME = "$(TARGET_NAME)";
  483. USER_HEADER_SEARCH_PATHS = "../**";
  484. };
  485. name = Release;
  486. };
  487. CDF643361C6E9A8B0016A475 /* Debug */ = {
  488. isa = XCBuildConfiguration;
  489. buildSettings = {
  490. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  491. GCC_WARN_PEDANTIC = YES;
  492. HEADER_SEARCH_PATHS = /usr/local/include/;
  493. PRODUCT_NAME = "$(TARGET_NAME)";
  494. USER_HEADER_SEARCH_PATHS = "../**";
  495. };
  496. name = Debug;
  497. };
  498. CDF643371C6E9A8B0016A475 /* Release */ = {
  499. isa = XCBuildConfiguration;
  500. buildSettings = {
  501. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  502. GCC_WARN_PEDANTIC = YES;
  503. HEADER_SEARCH_PATHS = /usr/local/include/;
  504. PRODUCT_NAME = "$(TARGET_NAME)";
  505. USER_HEADER_SEARCH_PATHS = "../**";
  506. };
  507. name = Release;
  508. };
  509. /* End XCBuildConfiguration section */
  510. /* Begin XCConfigurationList section */
  511. CD3C80CC1D6A711000ACC795 /* Build configuration list for PBXNativeTarget "json-direct" */ = {
  512. isa = XCConfigurationList;
  513. buildConfigurations = (
  514. CD3C80CD1D6A711000ACC795 /* Debug */,
  515. CD3C80CE1D6A711000ACC795 /* Release */,
  516. );
  517. defaultConfigurationIsVisible = 0;
  518. defaultConfigurationName = Release;
  519. };
  520. CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */ = {
  521. isa = XCConfigurationList;
  522. buildConfigurations = (
  523. CDB2F73C1C5D47F70067C2EC /* Debug */,
  524. CDB2F73D1C5D47F70067C2EC /* Release */,
  525. );
  526. defaultConfigurationIsVisible = 0;
  527. defaultConfigurationName = Release;
  528. };
  529. CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */ = {
  530. isa = XCConfigurationList;
  531. buildConfigurations = (
  532. CDB2F73F1C5D47F70067C2EC /* Debug */,
  533. CDB2F7401C5D47F70067C2EC /* Release */,
  534. );
  535. defaultConfigurationIsVisible = 0;
  536. defaultConfigurationName = Release;
  537. };
  538. CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json_tc" */ = {
  539. isa = XCConfigurationList;
  540. buildConfigurations = (
  541. CDF643361C6E9A8B0016A475 /* Debug */,
  542. CDF643371C6E9A8B0016A475 /* Release */,
  543. );
  544. defaultConfigurationIsVisible = 0;
  545. defaultConfigurationName = Release;
  546. };
  547. /* End XCConfigurationList section */
  548. };
  549. rootObject = CDB2F72B1C5D47F70067C2EC /* Project object */;
  550. }