project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  22. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */; };
  23. CD679D7A1E6126CA00F9F843 /* json_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD679D781E6126C700F9F843 /* json_tc.cpp */; };
  24. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB2F7411C5D48090067C2EC /* json.cpp */; };
  25. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  26. CDE6CC0E1EF9E977005E745A /* json_binder_discard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */; };
  27. CDE6CC0F1EF9E977005E745A /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  28. CDE6CC121EF9E977005E745A /* json_object_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */; };
  29. CDE6CC131EF9E977005E745A /* json_direct_scalar_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */; };
  30. CDE6CC141EF9E977005E745A /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  31. CDE6CC151EF9E977005E745A /* json_direct_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */; };
  32. CDE6CC161EF9E977005E745A /* json_binder_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */; };
  33. CDE6CC171EF9E977005E745A /* json_tuple_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */; };
  34. CDE6CC181EF9E977005E745A /* json_direct_vector_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */; };
  35. CDE6CC191EF9E977005E745A /* json_direct_map_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */; };
  36. CDE6CC1A1EF9E977005E745A /* json_binder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */; settings = {ATTRIBUTES = (Public, ); }; };
  37. CDE6CC1B1EF9E977005E745A /* json_binder_discard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */; };
  38. CDE6CC221EF9E984005E745A /* json_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */; };
  39. CDE6CC231EF9E984005E745A /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB2F7411C5D48090067C2EC /* json.cpp */; };
  40. CDE6CC241EF9E984005E745A /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  41. CDE6CC271EF9E984005E745A /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  42. CDE6CC2C1EF9E994005E745A /* libjson_s.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE6CC2B1EF9E984005E745A /* libjson_s.a */; };
  43. CDE6CC2D1EF9E994005E745A /* libjson-direct_s.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE6CC1F1EF9E977005E745A /* libjson-direct_s.a */; };
  44. /* End PBXBuildFile section */
  45. /* Begin PBXCopyFilesBuildPhase section */
  46. CDF643301C6E9A8B0016A475 /* CopyFiles */ = {
  47. isa = PBXCopyFilesBuildPhase;
  48. buildActionMask = 2147483647;
  49. dstPath = /usr/share/man/man1/;
  50. dstSubfolderSpec = 0;
  51. files = (
  52. );
  53. runOnlyForDeploymentPostprocessing = 1;
  54. };
  55. /* End PBXCopyFilesBuildPhase section */
  56. /* Begin PBXFileReference section */
  57. CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_binder_discard.cpp; sourceTree = "<group>"; };
  58. CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json_binder_discard.hpp; sourceTree = "<group>"; };
  59. CD1747431D4C216B000C344B /* example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = example.json; sourceTree = "<group>"; };
  60. CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = "<group>"; };
  61. CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = "<group>"; };
  62. CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_terminate.t.h; sourceTree = "<group>"; };
  63. CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_get_binder.hpp; sourceTree = "<group>"; };
  64. CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_tuple.t.h; sourceTree = "<group>"; };
  65. CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libjson-direct.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
  66. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = "<group>"; };
  67. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = "<group>"; };
  68. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_object_binder.hpp; sourceTree = "<group>"; };
  69. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_map_binder.hpp; sourceTree = "<group>"; };
  70. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_vector_binder.hpp; sourceTree = "<group>"; };
  71. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_scalar_binder.hpp; sourceTree = "<group>"; };
  72. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_binder.hpp; sourceTree = "<group>"; };
  73. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_parser.cpp; sourceTree = "<group>"; };
  74. CD679D761E61267300F9F843 /* json_binder_value_int.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_int.t.h; sourceTree = "<group>"; };
  75. CD679D781E6126C700F9F843 /* json_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_tc.cpp; sourceTree = "<group>"; };
  76. CD679D7B1E61E26000F9F843 /* json_binder_value_string.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_string.t.h; sourceTree = "<group>"; };
  77. CD679D7C1E6273DB00F9F843 /* json_binder_value_double.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_value_double.t.h; sourceTree = "<group>"; };
  78. CDB2F7331C5D47F70067C2EC /* libjson.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libjson.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  79. CDB2F7411C5D48090067C2EC /* json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; path = json.cpp; sourceTree = "<group>"; tabWidth = 2; };
  80. CDB2F7421C5D48090067C2EC /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; tabWidth = 2; };
  81. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder_parser.hpp; sourceTree = "<group>"; tabWidth = 2; };
  82. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder.hpp; sourceTree = SOURCE_ROOT; tabWidth = 2; };
  83. CDE6CC1F1EF9E977005E745A /* libjson-direct_s.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libjson-direct_s.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  84. CDE6CC2B1EF9E984005E745A /* libjson_s.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libjson_s.a; sourceTree = BUILT_PRODUCTS_DIR; };
  85. CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_binder_collection.t.h; sourceTree = "<group>"; };
  86. CDECC7D51E6504C800BEE842 /* json_binder_test_bool.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_test_bool.t.h; sourceTree = "<group>"; };
  87. CDECC7D61E65073E00BEE842 /* json_binder_object.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_object.t.h; sourceTree = "<group>"; };
  88. CDF643321C6E9A8B0016A475 /* json_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = json_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  89. /* End PBXFileReference section */
  90. /* Begin PBXFrameworksBuildPhase section */
  91. CD3C80C81D6A711000ACC795 /* Frameworks */ = {
  92. isa = PBXFrameworksBuildPhase;
  93. buildActionMask = 2147483647;
  94. files = (
  95. );
  96. runOnlyForDeploymentPostprocessing = 0;
  97. };
  98. CDB2F7301C5D47F70067C2EC /* Frameworks */ = {
  99. isa = PBXFrameworksBuildPhase;
  100. buildActionMask = 2147483647;
  101. files = (
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. CDE6CC101EF9E977005E745A /* Frameworks */ = {
  106. isa = PBXFrameworksBuildPhase;
  107. buildActionMask = 2147483647;
  108. files = (
  109. );
  110. runOnlyForDeploymentPostprocessing = 0;
  111. };
  112. CDE6CC251EF9E984005E745A /* Frameworks */ = {
  113. isa = PBXFrameworksBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. );
  117. runOnlyForDeploymentPostprocessing = 0;
  118. };
  119. CDF6432F1C6E9A8B0016A475 /* Frameworks */ = {
  120. isa = PBXFrameworksBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. CDE6CC2C1EF9E994005E745A /* libjson_s.a in Frameworks */,
  124. CDE6CC2D1EF9E994005E745A /* libjson-direct_s.a in Frameworks */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. /* End PBXFrameworksBuildPhase section */
  129. /* Begin PBXGroup section */
  130. CD472C781CCC1CB00084C8D6 /* impl */ = {
  131. isa = PBXGroup;
  132. children = (
  133. CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */,
  134. CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */,
  135. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */,
  136. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */,
  137. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */,
  138. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */,
  139. CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */,
  140. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */,
  141. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */,
  142. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */,
  143. );
  144. name = impl;
  145. sourceTree = "<group>";
  146. };
  147. CD472C821CCDA5830084C8D6 /* binder */ = {
  148. isa = PBXGroup;
  149. children = (
  150. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */,
  151. CD472C781CCC1CB00084C8D6 /* impl */,
  152. );
  153. name = binder;
  154. path = json;
  155. sourceTree = "<group>";
  156. };
  157. CD472C831CCDA5990084C8D6 /* json */ = {
  158. isa = PBXGroup;
  159. children = (
  160. CDB2F7411C5D48090067C2EC /* json.cpp */,
  161. CDB2F7421C5D48090067C2EC /* json.hpp */,
  162. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */,
  163. );
  164. name = json;
  165. sourceTree = "<group>";
  166. };
  167. CD679D741E61265F00F9F843 /* src */ = {
  168. isa = PBXGroup;
  169. children = (
  170. CD217D921CCAD885007C50C6 /* json_common.hpp */,
  171. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */,
  172. CD472C831CCDA5990084C8D6 /* json */,
  173. CD472C821CCDA5830084C8D6 /* binder */,
  174. );
  175. name = src;
  176. sourceTree = "<group>";
  177. };
  178. CD679D751E61266300F9F843 /* test */ = {
  179. isa = PBXGroup;
  180. children = (
  181. CDECC7D51E6504C800BEE842 /* json_binder_test_bool.t.h */,
  182. CD679D761E61267300F9F843 /* json_binder_value_int.t.h */,
  183. CD679D7B1E61E26000F9F843 /* json_binder_value_string.t.h */,
  184. CD679D7C1E6273DB00F9F843 /* json_binder_value_double.t.h */,
  185. CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */,
  186. CDECC7D61E65073E00BEE842 /* json_binder_object.t.h */,
  187. CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */,
  188. CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */,
  189. CD679D781E6126C700F9F843 /* json_tc.cpp */,
  190. );
  191. name = test;
  192. sourceTree = "<group>";
  193. };
  194. CDB2F72A1C5D47F70067C2EC = {
  195. isa = PBXGroup;
  196. children = (
  197. CD1747431D4C216B000C344B /* example.json */,
  198. CD217D8F1CCAD587007C50C6 /* json_test.cpp */,
  199. CD679D741E61265F00F9F843 /* src */,
  200. CD679D751E61266300F9F843 /* test */,
  201. CDB2F7341C5D47F70067C2EC /* Products */,
  202. );
  203. sourceTree = "<group>";
  204. };
  205. CDB2F7341C5D47F70067C2EC /* Products */ = {
  206. isa = PBXGroup;
  207. children = (
  208. CDB2F7331C5D47F70067C2EC /* libjson.dylib */,
  209. CDF643321C6E9A8B0016A475 /* json_tc */,
  210. CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */,
  211. CDE6CC1F1EF9E977005E745A /* libjson-direct_s.a */,
  212. CDE6CC2B1EF9E984005E745A /* libjson_s.a */,
  213. );
  214. name = Products;
  215. sourceTree = "<group>";
  216. };
  217. /* End PBXGroup section */
  218. /* Begin PBXHeadersBuildPhase section */
  219. CD3C80C91D6A711000ACC795 /* Headers */ = {
  220. isa = PBXHeadersBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. CD3C80DD1D6A728A00ACC795 /* json_object_binder.hpp in Headers */,
  224. CD3C80E01D6A728A00ACC795 /* json_direct_scalar_binder.hpp in Headers */,
  225. CD3C80CA1D6A711000ACC795 /* json.hpp in Headers */,
  226. CD3C80DE1D6A728A00ACC795 /* json_direct_binder.hpp in Headers */,
  227. CD3C80DB1D6A728A00ACC795 /* json_binder_parser.hpp in Headers */,
  228. CD3C80DC1D6A728A00ACC795 /* json_tuple_binder.hpp in Headers */,
  229. CD3C80E11D6A728A00ACC795 /* json_direct_vector_binder.hpp in Headers */,
  230. CD3C80DF1D6A728A00ACC795 /* json_direct_map_binder.hpp in Headers */,
  231. CD3C80D31D6A728000ACC795 /* json_binder.hpp in Headers */,
  232. CD3C80CB1D6A711000ACC795 /* json_binder_discard.hpp in Headers */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. CDB2F7311C5D47F70067C2EC /* Headers */ = {
  237. isa = PBXHeadersBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */,
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. CDE6CC111EF9E977005E745A /* Headers */ = {
  245. isa = PBXHeadersBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. CDE6CC121EF9E977005E745A /* json_object_binder.hpp in Headers */,
  249. CDE6CC131EF9E977005E745A /* json_direct_scalar_binder.hpp in Headers */,
  250. CDE6CC141EF9E977005E745A /* json.hpp in Headers */,
  251. CDE6CC151EF9E977005E745A /* json_direct_binder.hpp in Headers */,
  252. CDE6CC161EF9E977005E745A /* json_binder_parser.hpp in Headers */,
  253. CDE6CC171EF9E977005E745A /* json_tuple_binder.hpp in Headers */,
  254. CDE6CC181EF9E977005E745A /* json_direct_vector_binder.hpp in Headers */,
  255. CDE6CC191EF9E977005E745A /* json_direct_map_binder.hpp in Headers */,
  256. CDE6CC1A1EF9E977005E745A /* json_binder.hpp in Headers */,
  257. CDE6CC1B1EF9E977005E745A /* json_binder_discard.hpp in Headers */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. CDE6CC261EF9E984005E745A /* Headers */ = {
  262. isa = PBXHeadersBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. CDE6CC271EF9E984005E745A /* json.hpp in Headers */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. /* End PBXHeadersBuildPhase section */
  270. /* Begin PBXNativeTarget section */
  271. CD3C80C21D6A711000ACC795 /* json-direct */ = {
  272. isa = PBXNativeTarget;
  273. buildConfigurationList = CD3C80CC1D6A711000ACC795 /* Build configuration list for PBXNativeTarget "json-direct" */;
  274. buildPhases = (
  275. CD3C80C31D6A711000ACC795 /* Sources */,
  276. CD3C80C81D6A711000ACC795 /* Frameworks */,
  277. CD3C80C91D6A711000ACC795 /* Headers */,
  278. );
  279. buildRules = (
  280. );
  281. dependencies = (
  282. );
  283. name = "json-direct";
  284. productName = json;
  285. productReference = CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */;
  286. productType = "com.apple.product-type.library.dynamic";
  287. };
  288. CDB2F7321C5D47F70067C2EC /* json */ = {
  289. isa = PBXNativeTarget;
  290. buildConfigurationList = CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */;
  291. buildPhases = (
  292. CDB2F72F1C5D47F70067C2EC /* Sources */,
  293. CDB2F7301C5D47F70067C2EC /* Frameworks */,
  294. CDB2F7311C5D47F70067C2EC /* Headers */,
  295. );
  296. buildRules = (
  297. );
  298. dependencies = (
  299. );
  300. name = json;
  301. productName = json;
  302. productReference = CDB2F7331C5D47F70067C2EC /* libjson.dylib */;
  303. productType = "com.apple.product-type.library.dynamic";
  304. };
  305. CDE6CC0C1EF9E977005E745A /* json-direct_s */ = {
  306. isa = PBXNativeTarget;
  307. buildConfigurationList = CDE6CC1C1EF9E977005E745A /* Build configuration list for PBXNativeTarget "json-direct_s" */;
  308. buildPhases = (
  309. CDE6CC0D1EF9E977005E745A /* Sources */,
  310. CDE6CC101EF9E977005E745A /* Frameworks */,
  311. CDE6CC111EF9E977005E745A /* Headers */,
  312. );
  313. buildRules = (
  314. );
  315. dependencies = (
  316. );
  317. name = "json-direct_s";
  318. productName = json;
  319. productReference = CDE6CC1F1EF9E977005E745A /* libjson-direct_s.a */;
  320. productType = "com.apple.product-type.library.static";
  321. };
  322. CDE6CC201EF9E984005E745A /* json_s */ = {
  323. isa = PBXNativeTarget;
  324. buildConfigurationList = CDE6CC281EF9E984005E745A /* Build configuration list for PBXNativeTarget "json_s" */;
  325. buildPhases = (
  326. CDE6CC211EF9E984005E745A /* Sources */,
  327. CDE6CC251EF9E984005E745A /* Frameworks */,
  328. CDE6CC261EF9E984005E745A /* Headers */,
  329. );
  330. buildRules = (
  331. );
  332. dependencies = (
  333. );
  334. name = json_s;
  335. productName = json;
  336. productReference = CDE6CC2B1EF9E984005E745A /* libjson_s.a */;
  337. productType = "com.apple.product-type.library.static";
  338. };
  339. CDF643311C6E9A8B0016A475 /* json_tc */ = {
  340. isa = PBXNativeTarget;
  341. buildConfigurationList = CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json_tc" */;
  342. buildPhases = (
  343. CD679D771E61269500F9F843 /* ShellScript */,
  344. CDF6432E1C6E9A8B0016A475 /* Sources */,
  345. CDF6432F1C6E9A8B0016A475 /* Frameworks */,
  346. CDF643301C6E9A8B0016A475 /* CopyFiles */,
  347. );
  348. buildRules = (
  349. );
  350. dependencies = (
  351. );
  352. name = json_tc;
  353. productName = "json-test";
  354. productReference = CDF643321C6E9A8B0016A475 /* json_tc */;
  355. productType = "com.apple.product-type.tool";
  356. };
  357. /* End PBXNativeTarget section */
  358. /* Begin PBXProject section */
  359. CDB2F72B1C5D47F70067C2EC /* Project object */ = {
  360. isa = PBXProject;
  361. attributes = {
  362. LastUpgradeCheck = 0720;
  363. ORGANIZATIONNAME = "Sam Jaffe";
  364. TargetAttributes = {
  365. CDB2F7321C5D47F70067C2EC = {
  366. CreatedOnToolsVersion = 7.2;
  367. };
  368. CDF643311C6E9A8B0016A475 = {
  369. CreatedOnToolsVersion = 7.2.1;
  370. };
  371. };
  372. };
  373. buildConfigurationList = CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */;
  374. compatibilityVersion = "Xcode 3.2";
  375. developmentRegion = English;
  376. hasScannedForEncodings = 0;
  377. knownRegions = (
  378. en,
  379. );
  380. mainGroup = CDB2F72A1C5D47F70067C2EC;
  381. productRefGroup = CDB2F7341C5D47F70067C2EC /* Products */;
  382. projectDirPath = "";
  383. projectRoot = "";
  384. targets = (
  385. CDB2F7321C5D47F70067C2EC /* json */,
  386. CD3C80C21D6A711000ACC795 /* json-direct */,
  387. CDF643311C6E9A8B0016A475 /* json_tc */,
  388. CDE6CC0C1EF9E977005E745A /* json-direct_s */,
  389. CDE6CC201EF9E984005E745A /* json_s */,
  390. );
  391. };
  392. /* End PBXProject section */
  393. /* Begin PBXShellScriptBuildPhase section */
  394. CD679D771E61269500F9F843 /* ShellScript */ = {
  395. isa = PBXShellScriptBuildPhase;
  396. buildActionMask = 2147483647;
  397. files = (
  398. );
  399. inputPaths = (
  400. "$(SRCROOT)/json_binder_value_int.t.h",
  401. "$(SRCROOT)/json_binder_value_string.t.h",
  402. "$(SRCROOT)/json_binder_value_double.t.h",
  403. "$(SRCROOT)/json_binder_terminate.t.h",
  404. "$(SRCROOT)/json_binder_tuple.t.h",
  405. "$(SRCROOT)/json_binder_collection.t.h",
  406. "$(SRCROOT)/json_binder_test_bool.t.h",
  407. "$(SRCROOT)/json_binder_object.t.h",
  408. );
  409. outputPaths = (
  410. "$(SRCDIR)/json_tc.cpp",
  411. );
  412. runOnlyForDeploymentPostprocessing = 0;
  413. shellPath = /bin/sh;
  414. 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";
  415. };
  416. /* End PBXShellScriptBuildPhase section */
  417. /* Begin PBXSourcesBuildPhase section */
  418. CD3C80C31D6A711000ACC795 /* Sources */ = {
  419. isa = PBXSourcesBuildPhase;
  420. buildActionMask = 2147483647;
  421. files = (
  422. CD3C80C61D6A711000ACC795 /* json_binder_discard.cpp in Sources */,
  423. CD3C80C71D6A711000ACC795 /* json_common.cpp in Sources */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. CDB2F72F1C5D47F70067C2EC /* Sources */ = {
  428. isa = PBXSourcesBuildPhase;
  429. buildActionMask = 2147483647;
  430. files = (
  431. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */,
  432. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */,
  433. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */,
  434. );
  435. runOnlyForDeploymentPostprocessing = 0;
  436. };
  437. CDE6CC0D1EF9E977005E745A /* Sources */ = {
  438. isa = PBXSourcesBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. CDE6CC0E1EF9E977005E745A /* json_binder_discard.cpp in Sources */,
  442. CDE6CC0F1EF9E977005E745A /* json_common.cpp in Sources */,
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. CDE6CC211EF9E984005E745A /* Sources */ = {
  447. isa = PBXSourcesBuildPhase;
  448. buildActionMask = 2147483647;
  449. files = (
  450. CDE6CC221EF9E984005E745A /* json_parser.cpp in Sources */,
  451. CDE6CC231EF9E984005E745A /* json.cpp in Sources */,
  452. CDE6CC241EF9E984005E745A /* json_common.cpp in Sources */,
  453. );
  454. runOnlyForDeploymentPostprocessing = 0;
  455. };
  456. CDF6432E1C6E9A8B0016A475 /* Sources */ = {
  457. isa = PBXSourcesBuildPhase;
  458. buildActionMask = 2147483647;
  459. files = (
  460. CD679D7A1E6126CA00F9F843 /* json_tc.cpp in Sources */,
  461. );
  462. runOnlyForDeploymentPostprocessing = 0;
  463. };
  464. /* End PBXSourcesBuildPhase section */
  465. /* Begin XCBuildConfiguration section */
  466. CD3C80CD1D6A711000ACC795 /* Debug */ = {
  467. isa = XCBuildConfiguration;
  468. buildSettings = {
  469. DYLIB_COMPATIBILITY_VERSION = 1;
  470. DYLIB_CURRENT_VERSION = 1;
  471. EXECUTABLE_PREFIX = lib;
  472. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  473. GCC_ENABLE_CPP_RTTI = YES;
  474. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  475. PRODUCT_NAME = "$(TARGET_NAME)";
  476. USER_HEADER_SEARCH_PATHS = "../**";
  477. };
  478. name = Debug;
  479. };
  480. CD3C80CE1D6A711000ACC795 /* Release */ = {
  481. isa = XCBuildConfiguration;
  482. buildSettings = {
  483. DYLIB_COMPATIBILITY_VERSION = 1;
  484. DYLIB_CURRENT_VERSION = 1;
  485. EXECUTABLE_PREFIX = lib;
  486. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  487. GCC_ENABLE_CPP_RTTI = YES;
  488. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. USER_HEADER_SEARCH_PATHS = "../**";
  491. };
  492. name = Release;
  493. };
  494. CDB2F73C1C5D47F70067C2EC /* Debug */ = {
  495. isa = XCBuildConfiguration;
  496. buildSettings = {
  497. ALWAYS_SEARCH_USER_PATHS = NO;
  498. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  499. CLANG_CXX_LIBRARY = "libc++";
  500. CLANG_ENABLE_MODULES = YES;
  501. CLANG_ENABLE_OBJC_ARC = YES;
  502. CLANG_WARN_BOOL_CONVERSION = YES;
  503. CLANG_WARN_CONSTANT_CONVERSION = YES;
  504. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  505. CLANG_WARN_EMPTY_BODY = YES;
  506. CLANG_WARN_ENUM_CONVERSION = YES;
  507. CLANG_WARN_INT_CONVERSION = YES;
  508. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  509. CLANG_WARN_UNREACHABLE_CODE = YES;
  510. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  511. CODE_SIGN_IDENTITY = "-";
  512. COPY_PHASE_STRIP = NO;
  513. DEBUG_INFORMATION_FORMAT = dwarf;
  514. ENABLE_STRICT_OBJC_MSGSEND = YES;
  515. ENABLE_TESTABILITY = YES;
  516. GCC_C_LANGUAGE_STANDARD = gnu99;
  517. GCC_DYNAMIC_NO_PIC = NO;
  518. GCC_NO_COMMON_BLOCKS = YES;
  519. GCC_OPTIMIZATION_LEVEL = 0;
  520. GCC_PREPROCESSOR_DEFINITIONS = (
  521. "DEBUG=1",
  522. "$(inherited)",
  523. );
  524. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  525. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  526. GCC_WARN_UNDECLARED_SELECTOR = YES;
  527. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  528. GCC_WARN_UNUSED_FUNCTION = YES;
  529. GCC_WARN_UNUSED_VARIABLE = YES;
  530. MACOSX_DEPLOYMENT_TARGET = 10.10;
  531. MTL_ENABLE_DEBUG_INFO = YES;
  532. ONLY_ACTIVE_ARCH = YES;
  533. SDKROOT = macosx;
  534. };
  535. name = Debug;
  536. };
  537. CDB2F73D1C5D47F70067C2EC /* Release */ = {
  538. isa = XCBuildConfiguration;
  539. buildSettings = {
  540. ALWAYS_SEARCH_USER_PATHS = NO;
  541. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  542. CLANG_CXX_LIBRARY = "libc++";
  543. CLANG_ENABLE_MODULES = YES;
  544. CLANG_ENABLE_OBJC_ARC = YES;
  545. CLANG_WARN_BOOL_CONVERSION = YES;
  546. CLANG_WARN_CONSTANT_CONVERSION = YES;
  547. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  548. CLANG_WARN_EMPTY_BODY = YES;
  549. CLANG_WARN_ENUM_CONVERSION = YES;
  550. CLANG_WARN_INT_CONVERSION = YES;
  551. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  552. CLANG_WARN_UNREACHABLE_CODE = YES;
  553. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  554. CODE_SIGN_IDENTITY = "-";
  555. COPY_PHASE_STRIP = NO;
  556. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  557. ENABLE_NS_ASSERTIONS = NO;
  558. ENABLE_STRICT_OBJC_MSGSEND = YES;
  559. GCC_C_LANGUAGE_STANDARD = gnu99;
  560. GCC_NO_COMMON_BLOCKS = YES;
  561. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  562. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  563. GCC_WARN_UNDECLARED_SELECTOR = YES;
  564. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  565. GCC_WARN_UNUSED_FUNCTION = YES;
  566. GCC_WARN_UNUSED_VARIABLE = YES;
  567. MACOSX_DEPLOYMENT_TARGET = 10.10;
  568. MTL_ENABLE_DEBUG_INFO = NO;
  569. SDKROOT = macosx;
  570. };
  571. name = Release;
  572. };
  573. CDB2F73F1C5D47F70067C2EC /* Debug */ = {
  574. isa = XCBuildConfiguration;
  575. buildSettings = {
  576. DYLIB_COMPATIBILITY_VERSION = 1;
  577. DYLIB_CURRENT_VERSION = 1;
  578. EXECUTABLE_PREFIX = lib;
  579. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  580. GCC_ENABLE_CPP_RTTI = YES;
  581. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  582. PRODUCT_NAME = "$(TARGET_NAME)";
  583. USER_HEADER_SEARCH_PATHS = "../**";
  584. };
  585. name = Debug;
  586. };
  587. CDB2F7401C5D47F70067C2EC /* Release */ = {
  588. isa = XCBuildConfiguration;
  589. buildSettings = {
  590. DYLIB_COMPATIBILITY_VERSION = 1;
  591. DYLIB_CURRENT_VERSION = 1;
  592. EXECUTABLE_PREFIX = lib;
  593. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  594. GCC_ENABLE_CPP_RTTI = YES;
  595. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  596. PRODUCT_NAME = "$(TARGET_NAME)";
  597. USER_HEADER_SEARCH_PATHS = "../**";
  598. };
  599. name = Release;
  600. };
  601. CDE6CC1D1EF9E977005E745A /* Debug */ = {
  602. isa = XCBuildConfiguration;
  603. buildSettings = {
  604. DYLIB_COMPATIBILITY_VERSION = 1;
  605. DYLIB_CURRENT_VERSION = 1;
  606. EXECUTABLE_PREFIX = lib;
  607. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  608. GCC_ENABLE_CPP_RTTI = YES;
  609. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  610. PRODUCT_NAME = "$(TARGET_NAME)";
  611. USER_HEADER_SEARCH_PATHS = "../**";
  612. };
  613. name = Debug;
  614. };
  615. CDE6CC1E1EF9E977005E745A /* Release */ = {
  616. isa = XCBuildConfiguration;
  617. buildSettings = {
  618. DYLIB_COMPATIBILITY_VERSION = 1;
  619. DYLIB_CURRENT_VERSION = 1;
  620. EXECUTABLE_PREFIX = lib;
  621. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  622. GCC_ENABLE_CPP_RTTI = YES;
  623. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  624. PRODUCT_NAME = "$(TARGET_NAME)";
  625. USER_HEADER_SEARCH_PATHS = "../**";
  626. };
  627. name = Release;
  628. };
  629. CDE6CC291EF9E984005E745A /* Debug */ = {
  630. isa = XCBuildConfiguration;
  631. buildSettings = {
  632. DYLIB_COMPATIBILITY_VERSION = 1;
  633. DYLIB_CURRENT_VERSION = 1;
  634. EXECUTABLE_PREFIX = lib;
  635. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  636. GCC_ENABLE_CPP_RTTI = YES;
  637. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  638. PRODUCT_NAME = "$(TARGET_NAME)";
  639. USER_HEADER_SEARCH_PATHS = "../**";
  640. };
  641. name = Debug;
  642. };
  643. CDE6CC2A1EF9E984005E745A /* Release */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. DYLIB_COMPATIBILITY_VERSION = 1;
  647. DYLIB_CURRENT_VERSION = 1;
  648. EXECUTABLE_PREFIX = lib;
  649. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  650. GCC_ENABLE_CPP_RTTI = YES;
  651. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  652. PRODUCT_NAME = "$(TARGET_NAME)";
  653. USER_HEADER_SEARCH_PATHS = "../**";
  654. };
  655. name = Release;
  656. };
  657. CDF643361C6E9A8B0016A475 /* Debug */ = {
  658. isa = XCBuildConfiguration;
  659. buildSettings = {
  660. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  661. GCC_WARN_PEDANTIC = YES;
  662. HEADER_SEARCH_PATHS = /usr/local/include/;
  663. PRODUCT_NAME = "$(TARGET_NAME)";
  664. USER_HEADER_SEARCH_PATHS = "../**";
  665. };
  666. name = Debug;
  667. };
  668. CDF643371C6E9A8B0016A475 /* Release */ = {
  669. isa = XCBuildConfiguration;
  670. buildSettings = {
  671. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  672. GCC_WARN_PEDANTIC = YES;
  673. HEADER_SEARCH_PATHS = /usr/local/include/;
  674. PRODUCT_NAME = "$(TARGET_NAME)";
  675. USER_HEADER_SEARCH_PATHS = "../**";
  676. };
  677. name = Release;
  678. };
  679. /* End XCBuildConfiguration section */
  680. /* Begin XCConfigurationList section */
  681. CD3C80CC1D6A711000ACC795 /* Build configuration list for PBXNativeTarget "json-direct" */ = {
  682. isa = XCConfigurationList;
  683. buildConfigurations = (
  684. CD3C80CD1D6A711000ACC795 /* Debug */,
  685. CD3C80CE1D6A711000ACC795 /* Release */,
  686. );
  687. defaultConfigurationIsVisible = 0;
  688. defaultConfigurationName = Release;
  689. };
  690. CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */ = {
  691. isa = XCConfigurationList;
  692. buildConfigurations = (
  693. CDB2F73C1C5D47F70067C2EC /* Debug */,
  694. CDB2F73D1C5D47F70067C2EC /* Release */,
  695. );
  696. defaultConfigurationIsVisible = 0;
  697. defaultConfigurationName = Release;
  698. };
  699. CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */ = {
  700. isa = XCConfigurationList;
  701. buildConfigurations = (
  702. CDB2F73F1C5D47F70067C2EC /* Debug */,
  703. CDB2F7401C5D47F70067C2EC /* Release */,
  704. );
  705. defaultConfigurationIsVisible = 0;
  706. defaultConfigurationName = Release;
  707. };
  708. CDE6CC1C1EF9E977005E745A /* Build configuration list for PBXNativeTarget "json-direct_s" */ = {
  709. isa = XCConfigurationList;
  710. buildConfigurations = (
  711. CDE6CC1D1EF9E977005E745A /* Debug */,
  712. CDE6CC1E1EF9E977005E745A /* Release */,
  713. );
  714. defaultConfigurationIsVisible = 0;
  715. defaultConfigurationName = Release;
  716. };
  717. CDE6CC281EF9E984005E745A /* Build configuration list for PBXNativeTarget "json_s" */ = {
  718. isa = XCConfigurationList;
  719. buildConfigurations = (
  720. CDE6CC291EF9E984005E745A /* Debug */,
  721. CDE6CC2A1EF9E984005E745A /* Release */,
  722. );
  723. defaultConfigurationIsVisible = 0;
  724. defaultConfigurationName = Release;
  725. };
  726. CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json_tc" */ = {
  727. isa = XCConfigurationList;
  728. buildConfigurations = (
  729. CDF643361C6E9A8B0016A475 /* Debug */,
  730. CDF643371C6E9A8B0016A475 /* Release */,
  731. );
  732. defaultConfigurationIsVisible = 0;
  733. defaultConfigurationName = Release;
  734. };
  735. /* End XCConfigurationList section */
  736. };
  737. rootObject = CDB2F72B1C5D47F70067C2EC /* Project object */;
  738. }