project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD217D911CCAD587007C50C6 /* json_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD217D8F1CCAD587007C50C6 /* json_test.cpp */; };
  10. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  11. CD472C771CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; };
  12. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */; };
  13. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB2F7411C5D48090067C2EC /* json.cpp */; };
  14. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXCopyFilesBuildPhase section */
  17. CDF643301C6E9A8B0016A475 /* CopyFiles */ = {
  18. isa = PBXCopyFilesBuildPhase;
  19. buildActionMask = 2147483647;
  20. dstPath = /usr/share/man/man1/;
  21. dstSubfolderSpec = 0;
  22. files = (
  23. );
  24. runOnlyForDeploymentPostprocessing = 1;
  25. };
  26. /* End PBXCopyFilesBuildPhase section */
  27. /* Begin PBXFileReference section */
  28. CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = "<group>"; };
  29. CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = "<group>"; };
  30. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = "<group>"; };
  31. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = "<group>"; };
  32. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_object_binder.hpp; sourceTree = "<group>"; };
  33. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_map_binder.hpp; sourceTree = "<group>"; };
  34. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_vector_binder.hpp; sourceTree = "<group>"; };
  35. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_scalar_binder.hpp; sourceTree = "<group>"; };
  36. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_binder.hpp; sourceTree = "<group>"; };
  37. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_parser.cpp; sourceTree = "<group>"; };
  38. CDB2F7331C5D47F70067C2EC /* libjson.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libjson.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  39. CDB2F7411C5D48090067C2EC /* json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; path = json.cpp; sourceTree = "<group>"; tabWidth = 2; };
  40. CDB2F7421C5D48090067C2EC /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; tabWidth = 2; };
  41. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder_parser.hpp; sourceTree = "<group>"; tabWidth = 2; };
  42. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder.hpp; sourceTree = SOURCE_ROOT; tabWidth = 2; };
  43. CDF643321C6E9A8B0016A475 /* json-test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "json-test"; sourceTree = BUILT_PRODUCTS_DIR; };
  44. /* End PBXFileReference section */
  45. /* Begin PBXFrameworksBuildPhase section */
  46. CDB2F7301C5D47F70067C2EC /* Frameworks */ = {
  47. isa = PBXFrameworksBuildPhase;
  48. buildActionMask = 2147483647;
  49. files = (
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. CDF6432F1C6E9A8B0016A475 /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. CD472C781CCC1CB00084C8D6 /* impl */ = {
  63. isa = PBXGroup;
  64. children = (
  65. CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */,
  66. CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */,
  67. CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */,
  68. CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */,
  69. CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */,
  70. CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */,
  71. CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */,
  72. );
  73. name = impl;
  74. sourceTree = "<group>";
  75. };
  76. CD472C821CCDA5830084C8D6 /* binder */ = {
  77. isa = PBXGroup;
  78. children = (
  79. CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */,
  80. CD472C781CCC1CB00084C8D6 /* impl */,
  81. );
  82. name = binder;
  83. path = json;
  84. sourceTree = "<group>";
  85. };
  86. CD472C831CCDA5990084C8D6 /* json */ = {
  87. isa = PBXGroup;
  88. children = (
  89. CDB2F7411C5D48090067C2EC /* json.cpp */,
  90. CDB2F7421C5D48090067C2EC /* json.hpp */,
  91. CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */,
  92. );
  93. name = json;
  94. sourceTree = "<group>";
  95. };
  96. CDB2F72A1C5D47F70067C2EC = {
  97. isa = PBXGroup;
  98. children = (
  99. CD217D8F1CCAD587007C50C6 /* json_test.cpp */,
  100. CD217D921CCAD885007C50C6 /* json_common.hpp */,
  101. CD472C751CCC1ABD0084C8D6 /* json_common.cpp */,
  102. CD472C831CCDA5990084C8D6 /* json */,
  103. CD472C821CCDA5830084C8D6 /* binder */,
  104. CDB2F7341C5D47F70067C2EC /* Products */,
  105. );
  106. sourceTree = "<group>";
  107. };
  108. CDB2F7341C5D47F70067C2EC /* Products */ = {
  109. isa = PBXGroup;
  110. children = (
  111. CDB2F7331C5D47F70067C2EC /* libjson.dylib */,
  112. CDF643321C6E9A8B0016A475 /* json-test */,
  113. );
  114. name = Products;
  115. sourceTree = "<group>";
  116. };
  117. /* End PBXGroup section */
  118. /* Begin PBXHeadersBuildPhase section */
  119. CDB2F7311C5D47F70067C2EC /* Headers */ = {
  120. isa = PBXHeadersBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. CDB2F7441C5D48090067C2EC /* json.hpp in Headers */,
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. /* End PBXHeadersBuildPhase section */
  128. /* Begin PBXNativeTarget section */
  129. CDB2F7321C5D47F70067C2EC /* json */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */;
  132. buildPhases = (
  133. CDB2F72F1C5D47F70067C2EC /* Sources */,
  134. CDB2F7301C5D47F70067C2EC /* Frameworks */,
  135. CDB2F7311C5D47F70067C2EC /* Headers */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = json;
  142. productName = json;
  143. productReference = CDB2F7331C5D47F70067C2EC /* libjson.dylib */;
  144. productType = "com.apple.product-type.library.dynamic";
  145. };
  146. CDF643311C6E9A8B0016A475 /* json-test */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json-test" */;
  149. buildPhases = (
  150. CDF6432E1C6E9A8B0016A475 /* Sources */,
  151. CDF6432F1C6E9A8B0016A475 /* Frameworks */,
  152. CDF643301C6E9A8B0016A475 /* CopyFiles */,
  153. );
  154. buildRules = (
  155. );
  156. dependencies = (
  157. );
  158. name = "json-test";
  159. productName = "json-test";
  160. productReference = CDF643321C6E9A8B0016A475 /* json-test */;
  161. productType = "com.apple.product-type.tool";
  162. };
  163. /* End PBXNativeTarget section */
  164. /* Begin PBXProject section */
  165. CDB2F72B1C5D47F70067C2EC /* Project object */ = {
  166. isa = PBXProject;
  167. attributes = {
  168. LastUpgradeCheck = 0720;
  169. ORGANIZATIONNAME = "Sam Jaffe";
  170. TargetAttributes = {
  171. CDB2F7321C5D47F70067C2EC = {
  172. CreatedOnToolsVersion = 7.2;
  173. };
  174. CDF643311C6E9A8B0016A475 = {
  175. CreatedOnToolsVersion = 7.2.1;
  176. };
  177. };
  178. };
  179. buildConfigurationList = CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */;
  180. compatibilityVersion = "Xcode 3.2";
  181. developmentRegion = English;
  182. hasScannedForEncodings = 0;
  183. knownRegions = (
  184. en,
  185. );
  186. mainGroup = CDB2F72A1C5D47F70067C2EC;
  187. productRefGroup = CDB2F7341C5D47F70067C2EC /* Products */;
  188. projectDirPath = "";
  189. projectRoot = "";
  190. targets = (
  191. CDB2F7321C5D47F70067C2EC /* json */,
  192. CDF643311C6E9A8B0016A475 /* json-test */,
  193. );
  194. };
  195. /* End PBXProject section */
  196. /* Begin PBXSourcesBuildPhase section */
  197. CDB2F72F1C5D47F70067C2EC /* Sources */ = {
  198. isa = PBXSourcesBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */,
  202. CDB2F7431C5D48090067C2EC /* json.cpp in Sources */,
  203. CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */,
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. CDF6432E1C6E9A8B0016A475 /* Sources */ = {
  208. isa = PBXSourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. CD217D911CCAD587007C50C6 /* json_test.cpp in Sources */,
  212. CD472C771CCC1ABD0084C8D6 /* json_common.cpp in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXSourcesBuildPhase section */
  217. /* Begin XCBuildConfiguration section */
  218. CDB2F73C1C5D47F70067C2EC /* Debug */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. ALWAYS_SEARCH_USER_PATHS = NO;
  222. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  223. CLANG_CXX_LIBRARY = "libc++";
  224. CLANG_ENABLE_MODULES = YES;
  225. CLANG_ENABLE_OBJC_ARC = YES;
  226. CLANG_WARN_BOOL_CONVERSION = YES;
  227. CLANG_WARN_CONSTANT_CONVERSION = YES;
  228. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  229. CLANG_WARN_EMPTY_BODY = YES;
  230. CLANG_WARN_ENUM_CONVERSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. CODE_SIGN_IDENTITY = "-";
  236. COPY_PHASE_STRIP = NO;
  237. DEBUG_INFORMATION_FORMAT = dwarf;
  238. ENABLE_STRICT_OBJC_MSGSEND = YES;
  239. ENABLE_TESTABILITY = YES;
  240. GCC_C_LANGUAGE_STANDARD = gnu99;
  241. GCC_DYNAMIC_NO_PIC = NO;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_OPTIMIZATION_LEVEL = 0;
  244. GCC_PREPROCESSOR_DEFINITIONS = (
  245. "DEBUG=1",
  246. "$(inherited)",
  247. );
  248. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  249. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  250. GCC_WARN_UNDECLARED_SELECTOR = YES;
  251. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  252. GCC_WARN_UNUSED_FUNCTION = YES;
  253. GCC_WARN_UNUSED_VARIABLE = YES;
  254. MACOSX_DEPLOYMENT_TARGET = 10.10;
  255. MTL_ENABLE_DEBUG_INFO = YES;
  256. ONLY_ACTIVE_ARCH = YES;
  257. SDKROOT = macosx;
  258. };
  259. name = Debug;
  260. };
  261. CDB2F73D1C5D47F70067C2EC /* Release */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. ALWAYS_SEARCH_USER_PATHS = NO;
  265. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  266. CLANG_CXX_LIBRARY = "libc++";
  267. CLANG_ENABLE_MODULES = YES;
  268. CLANG_ENABLE_OBJC_ARC = YES;
  269. CLANG_WARN_BOOL_CONVERSION = YES;
  270. CLANG_WARN_CONSTANT_CONVERSION = YES;
  271. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  272. CLANG_WARN_EMPTY_BODY = YES;
  273. CLANG_WARN_ENUM_CONVERSION = YES;
  274. CLANG_WARN_INT_CONVERSION = YES;
  275. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  276. CLANG_WARN_UNREACHABLE_CODE = YES;
  277. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  278. CODE_SIGN_IDENTITY = "-";
  279. COPY_PHASE_STRIP = NO;
  280. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  281. ENABLE_NS_ASSERTIONS = NO;
  282. ENABLE_STRICT_OBJC_MSGSEND = YES;
  283. GCC_C_LANGUAGE_STANDARD = gnu99;
  284. GCC_NO_COMMON_BLOCKS = YES;
  285. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  286. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  287. GCC_WARN_UNDECLARED_SELECTOR = YES;
  288. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  289. GCC_WARN_UNUSED_FUNCTION = YES;
  290. GCC_WARN_UNUSED_VARIABLE = YES;
  291. MACOSX_DEPLOYMENT_TARGET = 10.10;
  292. MTL_ENABLE_DEBUG_INFO = NO;
  293. SDKROOT = macosx;
  294. };
  295. name = Release;
  296. };
  297. CDB2F73F1C5D47F70067C2EC /* Debug */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. DYLIB_COMPATIBILITY_VERSION = 1;
  301. DYLIB_CURRENT_VERSION = 1;
  302. EXECUTABLE_PREFIX = lib;
  303. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  304. GCC_ENABLE_CPP_RTTI = YES;
  305. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  306. PRODUCT_NAME = "$(TARGET_NAME)";
  307. };
  308. name = Debug;
  309. };
  310. CDB2F7401C5D47F70067C2EC /* Release */ = {
  311. isa = XCBuildConfiguration;
  312. buildSettings = {
  313. DYLIB_COMPATIBILITY_VERSION = 1;
  314. DYLIB_CURRENT_VERSION = 1;
  315. EXECUTABLE_PREFIX = lib;
  316. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  317. GCC_ENABLE_CPP_RTTI = YES;
  318. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  319. PRODUCT_NAME = "$(TARGET_NAME)";
  320. };
  321. name = Release;
  322. };
  323. CDF643361C6E9A8B0016A475 /* Debug */ = {
  324. isa = XCBuildConfiguration;
  325. buildSettings = {
  326. PRODUCT_NAME = "$(TARGET_NAME)";
  327. };
  328. name = Debug;
  329. };
  330. CDF643371C6E9A8B0016A475 /* Release */ = {
  331. isa = XCBuildConfiguration;
  332. buildSettings = {
  333. PRODUCT_NAME = "$(TARGET_NAME)";
  334. };
  335. name = Release;
  336. };
  337. /* End XCBuildConfiguration section */
  338. /* Begin XCConfigurationList section */
  339. CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. CDB2F73C1C5D47F70067C2EC /* Debug */,
  343. CDB2F73D1C5D47F70067C2EC /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Release;
  347. };
  348. CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. CDB2F73F1C5D47F70067C2EC /* Debug */,
  352. CDB2F7401C5D47F70067C2EC /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Release;
  356. };
  357. CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json-test" */ = {
  358. isa = XCConfigurationList;
  359. buildConfigurations = (
  360. CDF643361C6E9A8B0016A475 /* Debug */,
  361. CDF643371C6E9A8B0016A475 /* Release */,
  362. );
  363. defaultConfigurationIsVisible = 0;
  364. defaultConfigurationName = Release;
  365. };
  366. /* End XCConfigurationList section */
  367. };
  368. rootObject = CDB2F72B1C5D47F70067C2EC /* Project object */;
  369. }