project.pbxproj 34 KB

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