project.pbxproj 11 KB

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