project.pbxproj 14 KB

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