mirror of https://github.com/procxx/kepka.git
				
				
				
			
		
			
				
	
	
		
			374 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			374 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
// !$*UTF8*$!
 | 
						|
{
 | 
						|
	archiveVersion = 1;
 | 
						|
	classes = {
 | 
						|
	};
 | 
						|
	objectVersion = 46;
 | 
						|
	objects = {
 | 
						|
 | 
						|
/* Begin PBXBuildFile section */
 | 
						|
		0747FEFC1CC63B6100096FC3 /* basic_tokenized_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FEF01CC63B6100096FC3 /* basic_tokenized_file.cpp */; };
 | 
						|
		0747FEFD1CC63B6100096FC3 /* checked_utf8_string.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FEF21CC63B6100096FC3 /* checked_utf8_string.cpp */; };
 | 
						|
		0747FEFE1CC63B6100096FC3 /* clean_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FEF51CC63B6100096FC3 /* clean_file.cpp */; };
 | 
						|
		0747FEFF1CC63B6100096FC3 /* cpp_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FEF81CC63B6100096FC3 /* cpp_file.cpp */; };
 | 
						|
		0747FF001CC63B6100096FC3 /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FEFA1CC63B6100096FC3 /* logging.cpp */; };
 | 
						|
		0747FF0D1CC63BAC00096FC3 /* generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FF041CC63BAC00096FC3 /* generator.cpp */; };
 | 
						|
		0747FF0E1CC63BAC00096FC3 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FF061CC63BAC00096FC3 /* main.cpp */; };
 | 
						|
		0747FF0F1CC63BAC00096FC3 /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FF071CC63BAC00096FC3 /* options.cpp */; };
 | 
						|
		0747FF101CC63BAC00096FC3 /* parsed_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FF091CC63BAC00096FC3 /* parsed_file.cpp */; };
 | 
						|
		0747FF111CC63BAC00096FC3 /* processor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0747FF0B1CC63BAC00096FC3 /* processor.cpp */; };
 | 
						|
		0747FF141CC63BD800096FC3 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0747FF131CC63BD800096FC3 /* CoreFoundation.framework */; };
 | 
						|
		0747FF161CC63D4500096FC3 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0747FF151CC63D4500096FC3 /* CoreServices.framework */; };
 | 
						|
		0747FF181CC63D4F00096FC3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0747FF171CC63D4F00096FC3 /* Cocoa.framework */; };
 | 
						|
		0747FF1A1CC63DA100096FC3 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0747FF191CC63DA100096FC3 /* CoreText.framework */; };
 | 
						|
/* End PBXBuildFile section */
 | 
						|
 | 
						|
/* Begin PBXCopyFilesBuildPhase section */
 | 
						|
		0747FEE41CC63AD900096FC3 /* CopyFiles */ = {
 | 
						|
			isa = PBXCopyFilesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			dstPath = /usr/share/man/man1/;
 | 
						|
			dstSubfolderSpec = 0;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 1;
 | 
						|
		};
 | 
						|
/* End PBXCopyFilesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXFileReference section */
 | 
						|
		0747FEE61CC63AD900096FC3 /* codegen_numbers */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = codegen_numbers; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		0747FEF01CC63B6100096FC3 /* basic_tokenized_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = basic_tokenized_file.cpp; path = ../../../SourceFiles/codegen/common/basic_tokenized_file.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FEF11CC63B6100096FC3 /* basic_tokenized_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = basic_tokenized_file.h; path = ../../../SourceFiles/codegen/common/basic_tokenized_file.h; sourceTree = "<group>"; };
 | 
						|
		0747FEF21CC63B6100096FC3 /* checked_utf8_string.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checked_utf8_string.cpp; path = ../../../SourceFiles/codegen/common/checked_utf8_string.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FEF31CC63B6100096FC3 /* checked_utf8_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checked_utf8_string.h; path = ../../../SourceFiles/codegen/common/checked_utf8_string.h; sourceTree = "<group>"; };
 | 
						|
		0747FEF41CC63B6100096FC3 /* clean_file_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clean_file_reader.h; path = ../../../SourceFiles/codegen/common/clean_file_reader.h; sourceTree = "<group>"; };
 | 
						|
		0747FEF51CC63B6100096FC3 /* clean_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clean_file.cpp; path = ../../../SourceFiles/codegen/common/clean_file.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FEF61CC63B6100096FC3 /* clean_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clean_file.h; path = ../../../SourceFiles/codegen/common/clean_file.h; sourceTree = "<group>"; };
 | 
						|
		0747FEF71CC63B6100096FC3 /* const_utf8_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = const_utf8_string.h; path = ../../../SourceFiles/codegen/common/const_utf8_string.h; sourceTree = "<group>"; };
 | 
						|
		0747FEF81CC63B6100096FC3 /* cpp_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cpp_file.cpp; path = ../../../SourceFiles/codegen/common/cpp_file.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FEF91CC63B6100096FC3 /* cpp_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cpp_file.h; path = ../../../SourceFiles/codegen/common/cpp_file.h; sourceTree = "<group>"; };
 | 
						|
		0747FEFA1CC63B6100096FC3 /* logging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = logging.cpp; path = ../../../SourceFiles/codegen/common/logging.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FEFB1CC63B6100096FC3 /* logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logging.h; path = ../../../SourceFiles/codegen/common/logging.h; sourceTree = "<group>"; };
 | 
						|
		0747FF041CC63BAC00096FC3 /* generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = generator.cpp; path = ../../../SourceFiles/codegen/numbers/generator.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FF051CC63BAC00096FC3 /* generator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = generator.h; path = ../../../SourceFiles/codegen/numbers/generator.h; sourceTree = "<group>"; };
 | 
						|
		0747FF061CC63BAC00096FC3 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../../SourceFiles/codegen/numbers/main.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FF071CC63BAC00096FC3 /* options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = options.cpp; path = ../../../SourceFiles/codegen/numbers/options.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FF081CC63BAC00096FC3 /* options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = options.h; path = ../../../SourceFiles/codegen/numbers/options.h; sourceTree = "<group>"; };
 | 
						|
		0747FF091CC63BAC00096FC3 /* parsed_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsed_file.cpp; path = ../../../SourceFiles/codegen/numbers/parsed_file.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FF0A1CC63BAC00096FC3 /* parsed_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsed_file.h; path = ../../../SourceFiles/codegen/numbers/parsed_file.h; sourceTree = "<group>"; };
 | 
						|
		0747FF0B1CC63BAC00096FC3 /* processor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = processor.cpp; path = ../../../SourceFiles/codegen/numbers/processor.cpp; sourceTree = "<group>"; };
 | 
						|
		0747FF0C1CC63BAC00096FC3 /* processor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = processor.h; path = ../../../SourceFiles/codegen/numbers/processor.h; sourceTree = "<group>"; };
 | 
						|
		0747FF131CC63BD800096FC3 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
 | 
						|
		0747FF151CC63D4500096FC3 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
 | 
						|
		0747FF171CC63D4F00096FC3 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
 | 
						|
		0747FF191CC63DA100096FC3 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
 | 
						|
/* End PBXFileReference section */
 | 
						|
 | 
						|
/* Begin PBXFrameworksBuildPhase section */
 | 
						|
		0747FEE31CC63AD900096FC3 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				0747FF1A1CC63DA100096FC3 /* CoreText.framework in Frameworks */,
 | 
						|
				0747FF181CC63D4F00096FC3 /* Cocoa.framework in Frameworks */,
 | 
						|
				0747FF161CC63D4500096FC3 /* CoreServices.framework in Frameworks */,
 | 
						|
				0747FF141CC63BD800096FC3 /* CoreFoundation.framework in Frameworks */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXFrameworksBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXGroup section */
 | 
						|
		0747FEDD1CC63AD900096FC3 = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FF021CC63B7500096FC3 /* src */,
 | 
						|
				0747FF381CC63EFF00096FC3 /* Frameworks */,
 | 
						|
				0747FEE71CC63AD900096FC3 /* Products */,
 | 
						|
			);
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		0747FEE71CC63AD900096FC3 /* Products */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FEE61CC63AD900096FC3 /* codegen_numbers */,
 | 
						|
			);
 | 
						|
			name = Products;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		0747FF021CC63B7500096FC3 /* src */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FF031CC63B7E00096FC3 /* common */,
 | 
						|
				0747FF121CC63BB100096FC3 /* numbers */,
 | 
						|
			);
 | 
						|
			name = src;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		0747FF031CC63B7E00096FC3 /* common */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FEF01CC63B6100096FC3 /* basic_tokenized_file.cpp */,
 | 
						|
				0747FEF11CC63B6100096FC3 /* basic_tokenized_file.h */,
 | 
						|
				0747FEF21CC63B6100096FC3 /* checked_utf8_string.cpp */,
 | 
						|
				0747FEF31CC63B6100096FC3 /* checked_utf8_string.h */,
 | 
						|
				0747FEF41CC63B6100096FC3 /* clean_file_reader.h */,
 | 
						|
				0747FEF51CC63B6100096FC3 /* clean_file.cpp */,
 | 
						|
				0747FEF61CC63B6100096FC3 /* clean_file.h */,
 | 
						|
				0747FEF71CC63B6100096FC3 /* const_utf8_string.h */,
 | 
						|
				0747FEF81CC63B6100096FC3 /* cpp_file.cpp */,
 | 
						|
				0747FEF91CC63B6100096FC3 /* cpp_file.h */,
 | 
						|
				0747FEFA1CC63B6100096FC3 /* logging.cpp */,
 | 
						|
				0747FEFB1CC63B6100096FC3 /* logging.h */,
 | 
						|
			);
 | 
						|
			name = common;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		0747FF121CC63BB100096FC3 /* numbers */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FF041CC63BAC00096FC3 /* generator.cpp */,
 | 
						|
				0747FF051CC63BAC00096FC3 /* generator.h */,
 | 
						|
				0747FF061CC63BAC00096FC3 /* main.cpp */,
 | 
						|
				0747FF071CC63BAC00096FC3 /* options.cpp */,
 | 
						|
				0747FF081CC63BAC00096FC3 /* options.h */,
 | 
						|
				0747FF091CC63BAC00096FC3 /* parsed_file.cpp */,
 | 
						|
				0747FF0A1CC63BAC00096FC3 /* parsed_file.h */,
 | 
						|
				0747FF0B1CC63BAC00096FC3 /* processor.cpp */,
 | 
						|
				0747FF0C1CC63BAC00096FC3 /* processor.h */,
 | 
						|
			);
 | 
						|
			name = numbers;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		0747FF381CC63EFF00096FC3 /* Frameworks */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				0747FF191CC63DA100096FC3 /* CoreText.framework */,
 | 
						|
				0747FF171CC63D4F00096FC3 /* Cocoa.framework */,
 | 
						|
				0747FF151CC63D4500096FC3 /* CoreServices.framework */,
 | 
						|
				0747FF131CC63BD800096FC3 /* CoreFoundation.framework */,
 | 
						|
			);
 | 
						|
			name = Frameworks;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXGroup section */
 | 
						|
 | 
						|
/* Begin PBXNativeTarget section */
 | 
						|
		0747FEE51CC63AD900096FC3 /* codegen_numbers */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 0747FEED1CC63AD900096FC3 /* Build configuration list for PBXNativeTarget "codegen_numbers" */;
 | 
						|
			buildPhases = (
 | 
						|
				0747FEE21CC63AD900096FC3 /* Sources */,
 | 
						|
				0747FEE31CC63AD900096FC3 /* Frameworks */,
 | 
						|
				0747FEE41CC63AD900096FC3 /* CopyFiles */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = codegen_numbers;
 | 
						|
			productName = codegen_numbers;
 | 
						|
			productReference = 0747FEE61CC63AD900096FC3 /* codegen_numbers */;
 | 
						|
			productType = "com.apple.product-type.tool";
 | 
						|
		};
 | 
						|
/* End PBXNativeTarget section */
 | 
						|
 | 
						|
/* Begin PBXProject section */
 | 
						|
		0747FEDE1CC63AD900096FC3 /* Project object */ = {
 | 
						|
			isa = PBXProject;
 | 
						|
			attributes = {
 | 
						|
				LastUpgradeCheck = 0730;
 | 
						|
				ORGANIZATIONNAME = "Telegram Desktop";
 | 
						|
				TargetAttributes = {
 | 
						|
					0747FEE51CC63AD900096FC3 = {
 | 
						|
						CreatedOnToolsVersion = 7.3;
 | 
						|
					};
 | 
						|
				};
 | 
						|
			};
 | 
						|
			buildConfigurationList = 0747FEE11CC63AD900096FC3 /* Build configuration list for PBXProject "codegen_numbers" */;
 | 
						|
			compatibilityVersion = "Xcode 3.2";
 | 
						|
			developmentRegion = English;
 | 
						|
			hasScannedForEncodings = 0;
 | 
						|
			knownRegions = (
 | 
						|
				en,
 | 
						|
			);
 | 
						|
			mainGroup = 0747FEDD1CC63AD900096FC3;
 | 
						|
			productRefGroup = 0747FEE71CC63AD900096FC3 /* Products */;
 | 
						|
			projectDirPath = "";
 | 
						|
			projectRoot = "";
 | 
						|
			targets = (
 | 
						|
				0747FEE51CC63AD900096FC3 /* codegen_numbers */,
 | 
						|
			);
 | 
						|
		};
 | 
						|
/* End PBXProject section */
 | 
						|
 | 
						|
/* Begin PBXSourcesBuildPhase section */
 | 
						|
		0747FEE21CC63AD900096FC3 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				0747FF101CC63BAC00096FC3 /* parsed_file.cpp in Sources */,
 | 
						|
				0747FF0F1CC63BAC00096FC3 /* options.cpp in Sources */,
 | 
						|
				0747FEFC1CC63B6100096FC3 /* basic_tokenized_file.cpp in Sources */,
 | 
						|
				0747FEFD1CC63B6100096FC3 /* checked_utf8_string.cpp in Sources */,
 | 
						|
				0747FF111CC63BAC00096FC3 /* processor.cpp in Sources */,
 | 
						|
				0747FF001CC63B6100096FC3 /* logging.cpp in Sources */,
 | 
						|
				0747FEFE1CC63B6100096FC3 /* clean_file.cpp in Sources */,
 | 
						|
				0747FF0E1CC63BAC00096FC3 /* main.cpp in Sources */,
 | 
						|
				0747FEFF1CC63B6100096FC3 /* cpp_file.cpp in Sources */,
 | 
						|
				0747FF0D1CC63BAC00096FC3 /* generator.cpp in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXSourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin XCBuildConfiguration section */
 | 
						|
		0747FEEB1CC63AD900096FC3 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "c++14";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "";
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = dwarf;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				ENABLE_TESTABILITY = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = c99;
 | 
						|
				GCC_DYNAMIC_NO_PIC = NO;
 | 
						|
				GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_PREPROCESSOR_DEFINITIONS = (
 | 
						|
					"DEBUG=1",
 | 
						|
					"$(inherited)",
 | 
						|
				);
 | 
						|
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(QT_PATH)/include",
 | 
						|
					../../../SourceFiles,
 | 
						|
				);
 | 
						|
				LIBRARY_SEARCH_PATHS = "$(QT_PATH)/lib";
 | 
						|
				MACOSX_DEPLOYMENT_TARGET = 10.11;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = YES;
 | 
						|
				OBJROOT = "./../../../../Mac/obj/codegen_numbers/$(CONFIGURATION)";
 | 
						|
				ONLY_ACTIVE_ARCH = YES;
 | 
						|
				OTHER_LDFLAGS = (
 | 
						|
					"-lQt5Core_debug",
 | 
						|
					"-lqtpcre_debug",
 | 
						|
					"-lz",
 | 
						|
				);
 | 
						|
				QT_PATH = "/usr/local/tdesktop/Qt-5.6.0";
 | 
						|
				SDKROOT = macosx;
 | 
						|
				SYMROOT = ./../../../../Mac/codegen/;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		0747FEEC1CC63AD900096FC3 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "c++14";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				CODE_SIGN_IDENTITY = "";
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 | 
						|
				ENABLE_NS_ASSERTIONS = NO;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = c99;
 | 
						|
				GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(QT_PATH)/include",
 | 
						|
					../../../SourceFiles,
 | 
						|
				);
 | 
						|
				LIBRARY_SEARCH_PATHS = "$(QT_PATH)/lib";
 | 
						|
				MACOSX_DEPLOYMENT_TARGET = 10.11;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = NO;
 | 
						|
				OBJROOT = "./../../../../Mac/obj/codegen_numbers/$(CONFIGURATION)";
 | 
						|
				OTHER_LDFLAGS = (
 | 
						|
					"-lQt5Core",
 | 
						|
					"-lqtpcre",
 | 
						|
					"-lz",
 | 
						|
				);
 | 
						|
				QT_PATH = "/usr/local/tdesktop/Qt-5.6.0";
 | 
						|
				SDKROOT = macosx;
 | 
						|
				SYMROOT = ./../../../../Mac/codegen/;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		0747FEEE1CC63AD900096FC3 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		0747FEEF1CC63AD900096FC3 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
/* End XCBuildConfiguration section */
 | 
						|
 | 
						|
/* Begin XCConfigurationList section */
 | 
						|
		0747FEE11CC63AD900096FC3 /* Build configuration list for PBXProject "codegen_numbers" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				0747FEEB1CC63AD900096FC3 /* Debug */,
 | 
						|
				0747FEEC1CC63AD900096FC3 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		0747FEED1CC63AD900096FC3 /* Build configuration list for PBXNativeTarget "codegen_numbers" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				0747FEEE1CC63AD900096FC3 /* Debug */,
 | 
						|
				0747FEEF1CC63AD900096FC3 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
/* End XCConfigurationList section */
 | 
						|
	};
 | 
						|
	rootObject = 0747FEDE1CC63AD900096FC3 /* Project object */;
 | 
						|
}
 |