/wikipedia.xcodeproj/project.pbxproj

https://bitbucket.org/knoepfle/wikipedia · Unknown · 246 lines · 236 code · 10 blank · 0 comment · 0 complexity · 682cff5481fd62f9fd039aacbb856da6 MD5 · raw file

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 89D10A5B15DD482E008AF2DC /* wikipedia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. 89D10A5415DD482E008AF2DC /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. 8905D03315DDF1E500CDFEAB /* wikipedia.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = wikipedia.txt; sourceTree = "<group>"; };
  24. 8905D03415DDF1EE00CDFEAB /* wikipedia.awk */ = {isa = PBXFileReference; lastKnownFileType = text; path = wikipedia.awk; sourceTree = "<group>"; };
  25. 8905D03515DDF1EE00CDFEAB /* wikipedia.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = wikipedia.py; sourceTree = "<group>"; };
  26. 8905D03615DE0DD700CDFEAB /* wikipedia.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = wikipedia.sh; sourceTree = "<group>"; };
  27. 8905D03715DE197600CDFEAB /* download_pagecounts.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = download_pagecounts.sh; sourceTree = "<group>"; };
  28. 8905D03915DE2FFA00CDFEAB /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
  29. 892FD53B15E94DBE00F66E31 /* sum_pagecounts.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = sum_pagecounts.py; sourceTree = "<group>"; };
  30. 899BBF4B15E762F5003A219E /* join_pagecounts.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = join_pagecounts.sh; sourceTree = "<group>"; };
  31. 89C3DDF615E6152A00AE0B8B /* aggregate_pagecounts.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = aggregate_pagecounts.py; sourceTree = "<group>"; };
  32. 89D10A5615DD482E008AF2DC /* wikipedia */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = wikipedia; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = wikipedia.cpp; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 89D10A5315DD482E008AF2DC /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXFrameworksBuildPhase section */
  44. /* Begin PBXGroup section */
  45. 896141E715EAB3A4004DC874 /* edits */ = {
  46. isa = PBXGroup;
  47. children = (
  48. 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */,
  49. 8905D03315DDF1E500CDFEAB /* wikipedia.txt */,
  50. 8905D03415DDF1EE00CDFEAB /* wikipedia.awk */,
  51. 8905D03615DE0DD700CDFEAB /* wikipedia.sh */,
  52. 8905D03515DDF1EE00CDFEAB /* wikipedia.py */,
  53. );
  54. name = edits;
  55. sourceTree = "<group>";
  56. };
  57. 896141E915EAB3B8004DC874 /* views */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 89C3DDF615E6152A00AE0B8B /* aggregate_pagecounts.py */,
  61. 8905D03715DE197600CDFEAB /* download_pagecounts.sh */,
  62. 899BBF4B15E762F5003A219E /* join_pagecounts.sh */,
  63. 892FD53B15E94DBE00F66E31 /* sum_pagecounts.py */,
  64. );
  65. name = views;
  66. sourceTree = "<group>";
  67. };
  68. 89D10A4B15DD482E008AF2DC = {
  69. isa = PBXGroup;
  70. children = (
  71. 8905D03915DE2FFA00CDFEAB /* README.md */,
  72. 89D10A5915DD482E008AF2DC /* wikipedia */,
  73. 89D10A5715DD482E008AF2DC /* Products */,
  74. );
  75. sourceTree = "<group>";
  76. };
  77. 89D10A5715DD482E008AF2DC /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 89D10A5615DD482E008AF2DC /* wikipedia */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. 89D10A5915DD482E008AF2DC /* wikipedia */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 896141E715EAB3A4004DC874 /* edits */,
  89. 896141E915EAB3B8004DC874 /* views */,
  90. );
  91. path = wikipedia;
  92. sourceTree = "<group>";
  93. };
  94. /* End PBXGroup section */
  95. /* Begin PBXNativeTarget section */
  96. 89D10A5515DD482E008AF2DC /* wikipedia */ = {
  97. isa = PBXNativeTarget;
  98. buildConfigurationList = 89D10A6015DD482E008AF2DC /* Build configuration list for PBXNativeTarget "wikipedia" */;
  99. buildPhases = (
  100. 89D10A5215DD482E008AF2DC /* Sources */,
  101. 89D10A5315DD482E008AF2DC /* Frameworks */,
  102. 89D10A5415DD482E008AF2DC /* CopyFiles */,
  103. );
  104. buildRules = (
  105. );
  106. dependencies = (
  107. );
  108. name = wikipedia;
  109. productName = wikipedia;
  110. productReference = 89D10A5615DD482E008AF2DC /* wikipedia */;
  111. productType = "com.apple.product-type.tool";
  112. };
  113. /* End PBXNativeTarget section */
  114. /* Begin PBXProject section */
  115. 89D10A4D15DD482E008AF2DC /* Project object */ = {
  116. isa = PBXProject;
  117. attributes = {
  118. LastUpgradeCheck = 0440;
  119. ORGANIZATIONNAME = "Daniel Knoepfle";
  120. };
  121. buildConfigurationList = 89D10A5015DD482E008AF2DC /* Build configuration list for PBXProject "wikipedia" */;
  122. compatibilityVersion = "Xcode 3.2";
  123. developmentRegion = English;
  124. hasScannedForEncodings = 0;
  125. knownRegions = (
  126. en,
  127. );
  128. mainGroup = 89D10A4B15DD482E008AF2DC;
  129. productRefGroup = 89D10A5715DD482E008AF2DC /* Products */;
  130. projectDirPath = "";
  131. projectRoot = "";
  132. targets = (
  133. 89D10A5515DD482E008AF2DC /* wikipedia */,
  134. );
  135. };
  136. /* End PBXProject section */
  137. /* Begin PBXSourcesBuildPhase section */
  138. 89D10A5215DD482E008AF2DC /* Sources */ = {
  139. isa = PBXSourcesBuildPhase;
  140. buildActionMask = 2147483647;
  141. files = (
  142. 89D10A5B15DD482E008AF2DC /* wikipedia.cpp in Sources */,
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. /* End PBXSourcesBuildPhase section */
  147. /* Begin XCBuildConfiguration section */
  148. 89D10A5E15DD482E008AF2DC /* Debug */ = {
  149. isa = XCBuildConfiguration;
  150. buildSettings = {
  151. ALWAYS_SEARCH_USER_PATHS = NO;
  152. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  153. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  154. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  155. COPY_PHASE_STRIP = NO;
  156. GCC_C_LANGUAGE_STANDARD = gnu99;
  157. GCC_DYNAMIC_NO_PIC = NO;
  158. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  159. GCC_OPTIMIZATION_LEVEL = 0;
  160. GCC_PREPROCESSOR_DEFINITIONS = (
  161. "DEBUG=1",
  162. "$(inherited)",
  163. );
  164. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  165. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  166. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  167. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  168. GCC_WARN_UNUSED_VARIABLE = YES;
  169. MACOSX_DEPLOYMENT_TARGET = 10.7;
  170. ONLY_ACTIVE_ARCH = YES;
  171. SDKROOT = macosx;
  172. };
  173. name = Debug;
  174. };
  175. 89D10A5F15DD482E008AF2DC /* Release */ = {
  176. isa = XCBuildConfiguration;
  177. buildSettings = {
  178. ALWAYS_SEARCH_USER_PATHS = NO;
  179. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  180. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  181. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  182. COPY_PHASE_STRIP = YES;
  183. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  184. GCC_C_LANGUAGE_STANDARD = gnu99;
  185. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  186. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  187. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  188. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  189. GCC_WARN_UNUSED_VARIABLE = YES;
  190. MACOSX_DEPLOYMENT_TARGET = 10.7;
  191. SDKROOT = macosx;
  192. };
  193. name = Release;
  194. };
  195. 89D10A6115DD482E008AF2DC /* Debug */ = {
  196. isa = XCBuildConfiguration;
  197. buildSettings = {
  198. ALWAYS_SEARCH_USER_PATHS = YES;
  199. PRODUCT_NAME = "$(TARGET_NAME)";
  200. USER_HEADER_SEARCH_PATHS = /usr/local/include;
  201. };
  202. name = Debug;
  203. };
  204. 89D10A6215DD482E008AF2DC /* Release */ = {
  205. isa = XCBuildConfiguration;
  206. buildSettings = {
  207. ALWAYS_SEARCH_USER_PATHS = YES;
  208. PRODUCT_NAME = "$(TARGET_NAME)";
  209. USER_HEADER_SEARCH_PATHS = /usr/local/include;
  210. };
  211. name = Release;
  212. };
  213. /* End XCBuildConfiguration section */
  214. /* Begin XCConfigurationList section */
  215. 89D10A5015DD482E008AF2DC /* Build configuration list for PBXProject "wikipedia" */ = {
  216. isa = XCConfigurationList;
  217. buildConfigurations = (
  218. 89D10A5E15DD482E008AF2DC /* Debug */,
  219. 89D10A5F15DD482E008AF2DC /* Release */,
  220. );
  221. defaultConfigurationIsVisible = 0;
  222. defaultConfigurationName = Release;
  223. };
  224. 89D10A6015DD482E008AF2DC /* Build configuration list for PBXNativeTarget "wikipedia" */ = {
  225. isa = XCConfigurationList;
  226. buildConfigurations = (
  227. 89D10A6115DD482E008AF2DC /* Debug */,
  228. 89D10A6215DD482E008AF2DC /* Release */,
  229. );
  230. defaultConfigurationIsVisible = 0;
  231. defaultConfigurationName = Release;
  232. };
  233. /* End XCConfigurationList section */
  234. };
  235. rootObject = 89D10A4D15DD482E008AF2DC /* Project object */;
  236. }