project.pbxproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B27602B18011ED900032D7F /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602718011ED900032D7F /* lz4.c */; };
  10. 0B27602C18011ED900032D7F /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602718011ED900032D7F /* lz4.c */; };
  11. 0B27602D18011ED900032D7F /* lz4.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602818011ED900032D7F /* lz4.h */; };
  12. 0B27602E18011ED900032D7F /* lz4.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602818011ED900032D7F /* lz4.h */; };
  13. 0B27602F18011ED900032D7F /* lz4hc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602918011ED900032D7F /* lz4hc.c */; };
  14. 0B27603018011ED900032D7F /* lz4hc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602918011ED900032D7F /* lz4hc.c */; };
  15. 0B27603118011ED900032D7F /* lz4hc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602A18011ED900032D7F /* lz4hc.h */; };
  16. 0B27603218011ED900032D7F /* lz4hc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602A18011ED900032D7F /* lz4hc.h */; };
  17. 371B371C1BB8F771005BCFBD /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 37BC9F561A1A164600B50C55 /* xxhash.c */; };
  18. 37BC9F581A1A164600B50C55 /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 37BC9F561A1A164600B50C55 /* xxhash.c */; };
  19. 37BC9F591A1A164600B50C55 /* xxhash.h in Headers */ = {isa = PBXBuildFile; fileRef = 37BC9F571A1A164600B50C55 /* xxhash.h */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXFileReference section */
  22. 0B27602718011ED900032D7F /* lz4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lz4.c; path = ../lz4.c; sourceTree = "<group>"; };
  23. 0B27602818011ED900032D7F /* lz4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lz4.h; path = ../lz4.h; sourceTree = "<group>"; };
  24. 0B27602918011ED900032D7F /* lz4hc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lz4hc.c; path = ../lz4hc.c; sourceTree = "<group>"; };
  25. 0B27602A18011ED900032D7F /* lz4hc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lz4hc.h; path = ../lz4hc.h; sourceTree = "<group>"; };
  26. 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLZ4.a; sourceTree = BUILT_PRODUCTS_DIR; };
  27. 37BC9F561A1A164600B50C55 /* xxhash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xxhash.c; path = ../xxhash.c; sourceTree = "<group>"; };
  28. 37BC9F571A1A164600B50C55 /* xxhash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = xxhash.h; path = ../xxhash.h; sourceTree = "<group>"; };
  29. D2AAC046055464E500DB518D /* libLZ4.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLZ4.a; sourceTree = BUILT_PRODUCTS_DIR; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. D289987405E68DCB004EDB86 /* Frameworks */ = {
  40. isa = PBXFrameworksBuildPhase;
  41. buildActionMask = 2147483647;
  42. files = (
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. 08FB7794FE84155DC02AAC07 /* lzma */ = {
  49. isa = PBXGroup;
  50. children = (
  51. 08FB7795FE84155DC02AAC07 /* Source */,
  52. 1AB674ADFE9D54B511CA2CBB /* Products */,
  53. );
  54. name = lzma;
  55. sourceTree = "<group>";
  56. };
  57. 08FB7795FE84155DC02AAC07 /* Source */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 0B27602718011ED900032D7F /* lz4.c */,
  61. 0B27602818011ED900032D7F /* lz4.h */,
  62. 0B27602918011ED900032D7F /* lz4hc.c */,
  63. 0B27602A18011ED900032D7F /* lz4hc.h */,
  64. 37BC9F561A1A164600B50C55 /* xxhash.c */,
  65. 37BC9F571A1A164600B50C55 /* xxhash.h */,
  66. );
  67. name = Source;
  68. sourceTree = "<group>";
  69. };
  70. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  71. isa = PBXGroup;
  72. children = (
  73. D2AAC046055464E500DB518D /* libLZ4.a */,
  74. 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. /* End PBXGroup section */
  80. /* Begin PBXHeadersBuildPhase section */
  81. 0BDA9CC1121EE4C400ED5E97 /* Headers */ = {
  82. isa = PBXHeadersBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. 0B27602E18011ED900032D7F /* lz4.h in Headers */,
  86. 0B27603218011ED900032D7F /* lz4hc.h in Headers */,
  87. );
  88. runOnlyForDeploymentPostprocessing = 0;
  89. };
  90. D2AAC043055464E500DB518D /* Headers */ = {
  91. isa = PBXHeadersBuildPhase;
  92. buildActionMask = 2147483647;
  93. files = (
  94. 0B27602D18011ED900032D7F /* lz4.h in Headers */,
  95. 0B27603118011ED900032D7F /* lz4hc.h in Headers */,
  96. 37BC9F591A1A164600B50C55 /* xxhash.h in Headers */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXHeadersBuildPhase section */
  101. /* Begin PBXNativeTarget section */
  102. 0BDA9CC4121EE4C400ED5E97 /* iOS */ = {
  103. isa = PBXNativeTarget;
  104. buildConfigurationList = 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
  105. buildPhases = (
  106. 0BDA9CC1121EE4C400ED5E97 /* Headers */,
  107. 0BDA9CC2121EE4C400ED5E97 /* Sources */,
  108. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */,
  109. );
  110. buildRules = (
  111. );
  112. dependencies = (
  113. );
  114. name = iOS;
  115. productName = iPhone;
  116. productReference = 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */;
  117. productType = "com.apple.product-type.library.static";
  118. };
  119. D2AAC045055464E500DB518D /* Mac */ = {
  120. isa = PBXNativeTarget;
  121. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */;
  122. buildPhases = (
  123. D2AAC043055464E500DB518D /* Headers */,
  124. D2AAC044055464E500DB518D /* Sources */,
  125. D289987405E68DCB004EDB86 /* Frameworks */,
  126. );
  127. buildRules = (
  128. );
  129. dependencies = (
  130. );
  131. name = Mac;
  132. productName = lzma;
  133. productReference = D2AAC046055464E500DB518D /* libLZ4.a */;
  134. productType = "com.apple.product-type.library.static";
  135. };
  136. /* End PBXNativeTarget section */
  137. /* Begin PBXProject section */
  138. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  139. isa = PBXProject;
  140. attributes = {
  141. };
  142. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "LZ4" */;
  143. compatibilityVersion = "Xcode 3.2";
  144. developmentRegion = English;
  145. hasScannedForEncodings = 1;
  146. knownRegions = (
  147. English,
  148. Japanese,
  149. French,
  150. German,
  151. );
  152. mainGroup = 08FB7794FE84155DC02AAC07 /* lzma */;
  153. projectDirPath = "";
  154. projectRoot = "";
  155. targets = (
  156. D2AAC045055464E500DB518D /* Mac */,
  157. 0BDA9CC4121EE4C400ED5E97 /* iOS */,
  158. );
  159. };
  160. /* End PBXProject section */
  161. /* Begin PBXSourcesBuildPhase section */
  162. 0BDA9CC2121EE4C400ED5E97 /* Sources */ = {
  163. isa = PBXSourcesBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. 0B27602C18011ED900032D7F /* lz4.c in Sources */,
  167. 371B371C1BB8F771005BCFBD /* xxhash.c in Sources */,
  168. 0B27603018011ED900032D7F /* lz4hc.c in Sources */,
  169. );
  170. runOnlyForDeploymentPostprocessing = 0;
  171. };
  172. D2AAC044055464E500DB518D /* Sources */ = {
  173. isa = PBXSourcesBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. 0B27602B18011ED900032D7F /* lz4.c in Sources */,
  177. 37BC9F581A1A164600B50C55 /* xxhash.c in Sources */,
  178. 0B27602F18011ED900032D7F /* lz4hc.c in Sources */,
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. /* End PBXSourcesBuildPhase section */
  183. /* Begin XCBuildConfiguration section */
  184. 0B96A71D1304843300CDC521 /* Debug */ = {
  185. isa = XCBuildConfiguration;
  186. buildSettings = {
  187. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  188. GCC_OPTIMIZATION_LEVEL = fast;
  189. GCC_THREADSAFE_STATICS = NO;
  190. PRODUCT_NAME = LZ4;
  191. };
  192. name = Debug;
  193. };
  194. 0B96A71E1304843300CDC521 /* Debug */ = {
  195. isa = XCBuildConfiguration;
  196. buildSettings = {
  197. };
  198. name = Debug;
  199. };
  200. 0B96A71F1304843300CDC521 /* Debug */ = {
  201. isa = XCBuildConfiguration;
  202. buildSettings = {
  203. SDKROOT = iphoneos;
  204. };
  205. name = Debug;
  206. };
  207. 0BDA9CC7121EE4C400ED5E97 /* Release */ = {
  208. isa = XCBuildConfiguration;
  209. buildSettings = {
  210. SDKROOT = iphoneos;
  211. };
  212. name = Release;
  213. };
  214. 1DEB91ED08733DB70010E9CD /* Release */ = {
  215. isa = XCBuildConfiguration;
  216. buildSettings = {
  217. };
  218. name = Release;
  219. };
  220. 1DEB91F108733DB70010E9CD /* Release */ = {
  221. isa = XCBuildConfiguration;
  222. buildSettings = {
  223. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  224. GCC_OPTIMIZATION_LEVEL = fast;
  225. GCC_THREADSAFE_STATICS = NO;
  226. PRODUCT_NAME = LZ4;
  227. };
  228. name = Release;
  229. };
  230. /* End XCBuildConfiguration section */
  231. /* Begin XCConfigurationList section */
  232. 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
  233. isa = XCConfigurationList;
  234. buildConfigurations = (
  235. 0BDA9CC7121EE4C400ED5E97 /* Release */,
  236. 0B96A71F1304843300CDC521 /* Debug */,
  237. );
  238. defaultConfigurationIsVisible = 0;
  239. defaultConfigurationName = Release;
  240. };
  241. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */ = {
  242. isa = XCConfigurationList;
  243. buildConfigurations = (
  244. 1DEB91ED08733DB70010E9CD /* Release */,
  245. 0B96A71E1304843300CDC521 /* Debug */,
  246. );
  247. defaultConfigurationIsVisible = 0;
  248. defaultConfigurationName = Release;
  249. };
  250. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "LZ4" */ = {
  251. isa = XCConfigurationList;
  252. buildConfigurations = (
  253. 1DEB91F108733DB70010E9CD /* Release */,
  254. 0B96A71D1304843300CDC521 /* Debug */,
  255. );
  256. defaultConfigurationIsVisible = 0;
  257. defaultConfigurationName = Release;
  258. };
  259. /* End XCConfigurationList section */
  260. };
  261. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  262. }