project.pbxproj 9.0 KB

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