project.pbxproj 11 KB

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