project.pbxproj 26 KB

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