project.pbxproj 7.0 KB

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