project.pbxproj 35 KB

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