| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */ = {isa = PBXBuildFile; fileRef = D35C9F361D74A1C0000443CD /* QuickProto.h */; settings = {ATTRIBUTES = (Public, ); }; };
- D35C9F6C1D74A4AB000443CD /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9F6B1D74A4AB000443CD /* main.swift */; };
- D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
- D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
- D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
- D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
- D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
- D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
- D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
- D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
- D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
- D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
- D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
- D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
- D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- D35C9F671D74A4AB000443CD /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- D35C9F341D74A1C0000443CD /* QuickProto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuickProto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- D35C9F361D74A1C0000443CD /* QuickProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuickProto.h; sourceTree = "<group>"; };
- D35C9F371D74A1C0000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- D35C9F691D74A4AB000443CD /* QuickDemo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QuickDemo; sourceTree = BUILT_PRODUCTS_DIR; };
- D35C9F6B1D74A4AB000443CD /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
- D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = _FileDescriptor.swift; path = ../Packages/QuickProto/Sources/_FileDescriptor.swift; sourceTree = "<group>"; };
- D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodeBuilder.swift; path = ../Packages/QuickProto/Sources/CodeBuilder.swift; sourceTree = "<group>"; };
- D3A2C81B1D75FC2200E5DFAB /* Field.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Field.swift; path = ../Packages/QuickProto/Sources/Field.swift; sourceTree = "<group>"; };
- D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = ../Packages/QuickProto/Sources/FieldDescriptor.swift; sourceTree = "<group>"; };
- D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldLabel.swift; path = ../Packages/QuickProto/Sources/FieldLabel.swift; sourceTree = "<group>"; };
- D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldType.swift; path = ../Packages/QuickProto/Sources/FieldType.swift; sourceTree = "<group>"; };
- D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptor.swift; path = ../Packages/QuickProto/Sources/FileDescriptor.swift; sourceTree = "<group>"; };
- D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptorSet.swift; path = ../Packages/QuickProto/Sources/FileDescriptorSet.swift; sourceTree = "<group>"; };
- D3A2C8211D75FC2200E5DFAB /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Message.swift; path = ../Packages/QuickProto/Sources/Message.swift; sourceTree = "<group>"; };
- D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageDescriptor.swift; path = ../Packages/QuickProto/Sources/MessageDescriptor.swift; sourceTree = "<group>"; };
- D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageReader.swift; path = ../Packages/QuickProto/Sources/MessageReader.swift; sourceTree = "<group>"; };
- D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSMutableData+Proto.swift"; path = "../Packages/QuickProto/Sources/NSMutableData+Proto.swift"; sourceTree = "<group>"; };
- D3A2C8251D75FC2200E5DFAB /* WireType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WireType.swift; path = ../Packages/QuickProto/Sources/WireType.swift; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- D35C9F301D74A1C0000443CD /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D35C9F661D74A4AB000443CD /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- D35C9F351D74A1C0000443CD /* QuickProto */ = {
- isa = PBXGroup;
- children = (
- D35C9F361D74A1C0000443CD /* QuickProto.h */,
- D35C9F371D74A1C0000443CD /* Info.plist */,
- );
- path = QuickProto;
- sourceTree = "<group>";
- };
- D35C9F6A1D74A4AB000443CD /* QuickDemo */ = {
- isa = PBXGroup;
- children = (
- D35C9F6B1D74A4AB000443CD /* main.swift */,
- );
- path = QuickDemo;
- sourceTree = "<group>";
- };
- D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */ = {
- isa = PBXGroup;
- children = (
- D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */,
- D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */,
- D3A2C81B1D75FC2200E5DFAB /* Field.swift */,
- D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */,
- D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */,
- D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */,
- D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */,
- D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */,
- D3A2C8211D75FC2200E5DFAB /* Message.swift */,
- D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */,
- D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */,
- D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */,
- D3A2C8251D75FC2200E5DFAB /* WireType.swift */,
- );
- name = QuickProto/Sources;
- sourceTree = "<group>";
- };
- D3D1C8511D6D15D9002F1B53 = {
- isa = PBXGroup;
- children = (
- D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */,
- D35C9F351D74A1C0000443CD /* QuickProto */,
- D35C9F6A1D74A4AB000443CD /* QuickDemo */,
- D3D1C85B1D6D15D9002F1B53 /* Products */,
- );
- sourceTree = "<group>";
- };
- D3D1C85B1D6D15D9002F1B53 /* Products */ = {
- isa = PBXGroup;
- children = (
- D35C9F341D74A1C0000443CD /* QuickProto.framework */,
- D35C9F691D74A4AB000443CD /* QuickDemo */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- D35C9F311D74A1C0000443CD /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- D35C9F331D74A1C0000443CD /* QuickProto */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */;
- buildPhases = (
- D35C9F2F1D74A1C0000443CD /* Sources */,
- D35C9F301D74A1C0000443CD /* Frameworks */,
- D35C9F311D74A1C0000443CD /* Headers */,
- D35C9F321D74A1C0000443CD /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = QuickProto;
- productName = QuickProto;
- productReference = D35C9F341D74A1C0000443CD /* QuickProto.framework */;
- productType = "com.apple.product-type.framework";
- };
- D35C9F681D74A4AB000443CD /* QuickDemo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D35C9F6F1D74A4AB000443CD /* Build configuration list for PBXNativeTarget "QuickDemo" */;
- buildPhases = (
- D35C9F651D74A4AB000443CD /* Sources */,
- D35C9F661D74A4AB000443CD /* Frameworks */,
- D35C9F671D74A4AB000443CD /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = QuickDemo;
- productName = QuickDemo;
- productReference = D35C9F691D74A4AB000443CD /* QuickDemo */;
- productType = "com.apple.product-type.tool";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- D3D1C8521D6D15D9002F1B53 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0800;
- LastUpgradeCheck = 0800;
- ORGANIZATIONNAME = Google;
- TargetAttributes = {
- D35C9F331D74A1C0000443CD = {
- CreatedOnToolsVersion = 8.0;
- DevelopmentTeam = EQHXZ8M8AV;
- LastSwiftMigration = 0800;
- ProvisioningStyle = Automatic;
- };
- D35C9F681D74A4AB000443CD = {
- CreatedOnToolsVersion = 8.0;
- DevelopmentTeam = EQHXZ8M8AV;
- ProvisioningStyle = Automatic;
- };
- };
- };
- buildConfigurationList = D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = D3D1C8511D6D15D9002F1B53;
- productRefGroup = D3D1C85B1D6D15D9002F1B53 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D35C9F331D74A1C0000443CD /* QuickProto */,
- D35C9F681D74A4AB000443CD /* QuickDemo */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- D35C9F321D74A1C0000443CD /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- D35C9F2F1D74A1C0000443CD /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */,
- D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */,
- D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */,
- D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */,
- D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */,
- D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */,
- D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */,
- D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */,
- D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */,
- D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */,
- D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */,
- D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */,
- D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D35C9F651D74A4AB000443CD /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- D35C9F6C1D74A4AB000443CD /* main.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- D35C9F3A1D74A1C0000443CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = EQHXZ8M8AV;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = QuickProto/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 3.0;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- D35C9F3B1D74A1C0000443CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = EQHXZ8M8AV;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = QuickProto/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 3.0;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- D35C9F6D1D74A4AB000443CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEVELOPMENT_TEAM = EQHXZ8M8AV;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 3.0;
- };
- name = Debug;
- };
- D35C9F6E1D74A4AB000443CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEVELOPMENT_TEAM = EQHXZ8M8AV;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 3.0;
- };
- name = Release;
- };
- D3D1C85F1D6D15D9002F1B53 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- 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_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_SUSPICIOUS_MOVES = YES;
- 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 = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = 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;
- MACOSX_DEPLOYMENT_TARGET = 10.11;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- D3D1C8601D6D15D9002F1B53 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- 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_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_SUSPICIOUS_MOVES = YES;
- 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 = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = 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;
- MACOSX_DEPLOYMENT_TARGET = 10.11;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D35C9F3A1D74A1C0000443CD /* Debug */,
- D35C9F3B1D74A1C0000443CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D35C9F6F1D74A4AB000443CD /* Build configuration list for PBXNativeTarget "QuickDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D35C9F6D1D74A4AB000443CD /* Debug */,
- D35C9F6E1D74A4AB000443CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D3D1C85F1D6D15D9002F1B53 /* Debug */,
- D3D1C8601D6D15D9002F1B53 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = D3D1C8521D6D15D9002F1B53 /* Project object */;
- }
|