/wikipedia.xcodeproj/project.pbxproj
https://bitbucket.org/knoepfle/wikipedia · Unknown · 246 lines · 236 code · 10 blank · 0 comment · 0 complexity · 682cff5481fd62f9fd039aacbb856da6 MD5 · raw file
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 89D10A5B15DD482E008AF2DC /* wikipedia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- 89D10A5415DD482E008AF2DC /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 8905D03315DDF1E500CDFEAB /* wikipedia.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = wikipedia.txt; sourceTree = "<group>"; };
- 8905D03415DDF1EE00CDFEAB /* wikipedia.awk */ = {isa = PBXFileReference; lastKnownFileType = text; path = wikipedia.awk; sourceTree = "<group>"; };
- 8905D03515DDF1EE00CDFEAB /* wikipedia.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = wikipedia.py; sourceTree = "<group>"; };
- 8905D03615DE0DD700CDFEAB /* wikipedia.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = wikipedia.sh; sourceTree = "<group>"; };
- 8905D03715DE197600CDFEAB /* download_pagecounts.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = download_pagecounts.sh; sourceTree = "<group>"; };
- 8905D03915DE2FFA00CDFEAB /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
- 892FD53B15E94DBE00F66E31 /* sum_pagecounts.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = sum_pagecounts.py; sourceTree = "<group>"; };
- 899BBF4B15E762F5003A219E /* join_pagecounts.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = join_pagecounts.sh; sourceTree = "<group>"; };
- 89C3DDF615E6152A00AE0B8B /* aggregate_pagecounts.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = aggregate_pagecounts.py; sourceTree = "<group>"; };
- 89D10A5615DD482E008AF2DC /* wikipedia */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = wikipedia; sourceTree = BUILT_PRODUCTS_DIR; };
- 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = wikipedia.cpp; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 89D10A5315DD482E008AF2DC /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 896141E715EAB3A4004DC874 /* edits */ = {
- isa = PBXGroup;
- children = (
- 89D10A5A15DD482E008AF2DC /* wikipedia.cpp */,
- 8905D03315DDF1E500CDFEAB /* wikipedia.txt */,
- 8905D03415DDF1EE00CDFEAB /* wikipedia.awk */,
- 8905D03615DE0DD700CDFEAB /* wikipedia.sh */,
- 8905D03515DDF1EE00CDFEAB /* wikipedia.py */,
- );
- name = edits;
- sourceTree = "<group>";
- };
- 896141E915EAB3B8004DC874 /* views */ = {
- isa = PBXGroup;
- children = (
- 89C3DDF615E6152A00AE0B8B /* aggregate_pagecounts.py */,
- 8905D03715DE197600CDFEAB /* download_pagecounts.sh */,
- 899BBF4B15E762F5003A219E /* join_pagecounts.sh */,
- 892FD53B15E94DBE00F66E31 /* sum_pagecounts.py */,
- );
- name = views;
- sourceTree = "<group>";
- };
- 89D10A4B15DD482E008AF2DC = {
- isa = PBXGroup;
- children = (
- 8905D03915DE2FFA00CDFEAB /* README.md */,
- 89D10A5915DD482E008AF2DC /* wikipedia */,
- 89D10A5715DD482E008AF2DC /* Products */,
- );
- sourceTree = "<group>";
- };
- 89D10A5715DD482E008AF2DC /* Products */ = {
- isa = PBXGroup;
- children = (
- 89D10A5615DD482E008AF2DC /* wikipedia */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 89D10A5915DD482E008AF2DC /* wikipedia */ = {
- isa = PBXGroup;
- children = (
- 896141E715EAB3A4004DC874 /* edits */,
- 896141E915EAB3B8004DC874 /* views */,
- );
- path = wikipedia;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 89D10A5515DD482E008AF2DC /* wikipedia */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 89D10A6015DD482E008AF2DC /* Build configuration list for PBXNativeTarget "wikipedia" */;
- buildPhases = (
- 89D10A5215DD482E008AF2DC /* Sources */,
- 89D10A5315DD482E008AF2DC /* Frameworks */,
- 89D10A5415DD482E008AF2DC /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = wikipedia;
- productName = wikipedia;
- productReference = 89D10A5615DD482E008AF2DC /* wikipedia */;
- productType = "com.apple.product-type.tool";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 89D10A4D15DD482E008AF2DC /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0440;
- ORGANIZATIONNAME = "Daniel Knoepfle";
- };
- buildConfigurationList = 89D10A5015DD482E008AF2DC /* Build configuration list for PBXProject "wikipedia" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 89D10A4B15DD482E008AF2DC;
- productRefGroup = 89D10A5715DD482E008AF2DC /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 89D10A5515DD482E008AF2DC /* wikipedia */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXSourcesBuildPhase section */
- 89D10A5215DD482E008AF2DC /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 89D10A5B15DD482E008AF2DC /* wikipedia.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 89D10A5E15DD482E008AF2DC /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.7;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 89D10A5F15DD482E008AF2DC /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.7;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 89D10A6115DD482E008AF2DC /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- USER_HEADER_SEARCH_PATHS = /usr/local/include;
- };
- name = Debug;
- };
- 89D10A6215DD482E008AF2DC /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- USER_HEADER_SEARCH_PATHS = /usr/local/include;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 89D10A5015DD482E008AF2DC /* Build configuration list for PBXProject "wikipedia" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 89D10A5E15DD482E008AF2DC /* Debug */,
- 89D10A5F15DD482E008AF2DC /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 89D10A6015DD482E008AF2DC /* Build configuration list for PBXNativeTarget "wikipedia" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 89D10A6115DD482E008AF2DC /* Debug */,
- 89D10A6215DD482E008AF2DC /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 89D10A4D15DD482E008AF2DC /* Project object */;
- }