PageRenderTime 43ms CodeModel.GetById 36ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

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