|
|
@@ -0,0 +1,403 @@
|
|
|
+// !$*UTF8*$!
|
|
|
+{
|
|
|
+ archiveVersion = 1;
|
|
|
+ classes = {
|
|
|
+ };
|
|
|
+ objectVersion = 48;
|
|
|
+ objects = {
|
|
|
+
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */; };
|
|
|
+ D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35301612097A4DC00727A88 /* AppDelegate.swift */; };
|
|
|
+ D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */; };
|
|
|
+ D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */; };
|
|
|
+ D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */; };
|
|
|
+ D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADF2097AA5000F9AC9A /* http.pb.swift */; };
|
|
|
+ D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
+/* Begin PBXFileReference section */
|
|
|
+ 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NaturalLanguage.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NaturalLanguage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NaturalLanguage.release.xcconfig"; path = "Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ D353015E2097A4DC00727A88 /* NaturalLanguage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NaturalLanguage.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ D35301612097A4DC00727A88 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
+ D353016D2097A4DC00727A88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = annotations.pb.swift; sourceTree = "<group>"; };
|
|
|
+ D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.pb.swift; sourceTree = "<group>"; };
|
|
|
+ D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.grpc.swift; sourceTree = "<group>"; };
|
|
|
+ D3C78ADF2097AA5000F9AC9A /* http.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = http.pb.swift; sourceTree = "<group>"; };
|
|
|
+ D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = "<group>"; };
|
|
|
+/* End PBXFileReference section */
|
|
|
+
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ D353015B2097A4DC00727A88 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXGroup section */
|
|
|
+ 3D052FD55FC47A80E6A7AB0A /* Pods */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */,
|
|
|
+ 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */,
|
|
|
+ );
|
|
|
+ name = Pods;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 8056D5BB75218C1982B22A68 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */,
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ D35301552097A4DC00727A88 = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ D35301602097A4DC00727A88 /* NaturalLanguage */,
|
|
|
+ D353015F2097A4DC00727A88 /* Products */,
|
|
|
+ 3D052FD55FC47A80E6A7AB0A /* Pods */,
|
|
|
+ 8056D5BB75218C1982B22A68 /* Frameworks */,
|
|
|
+ );
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ D353015F2097A4DC00727A88 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ D353015E2097A4DC00727A88 /* NaturalLanguage.app */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ D35301602097A4DC00727A88 /* NaturalLanguage */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */,
|
|
|
+ D3C78ADF2097AA5000F9AC9A /* http.pb.swift */,
|
|
|
+ D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */,
|
|
|
+ D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */,
|
|
|
+ D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */,
|
|
|
+ D35301612097A4DC00727A88 /* AppDelegate.swift */,
|
|
|
+ D353016D2097A4DC00727A88 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = NaturalLanguage;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXGroup section */
|
|
|
+
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
+ D353015D2097A4DC00727A88 /* NaturalLanguage */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */;
|
|
|
+ buildPhases = (
|
|
|
+ 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */,
|
|
|
+ D353015A2097A4DC00727A88 /* Sources */,
|
|
|
+ D353015B2097A4DC00727A88 /* Frameworks */,
|
|
|
+ D353015C2097A4DC00727A88 /* Resources */,
|
|
|
+ C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */,
|
|
|
+ 80E1BDF830F9EEC4C0FFA0DA /* [CP] Copy Pods Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = NaturalLanguage;
|
|
|
+ productName = NaturalLanguage;
|
|
|
+ productReference = D353015E2097A4DC00727A88 /* NaturalLanguage.app */;
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
+ };
|
|
|
+/* End PBXNativeTarget section */
|
|
|
+
|
|
|
+/* Begin PBXProject section */
|
|
|
+ D35301562097A4DC00727A88 /* Project object */ = {
|
|
|
+ isa = PBXProject;
|
|
|
+ attributes = {
|
|
|
+ LastSwiftUpdateCheck = 0920;
|
|
|
+ LastUpgradeCheck = 0920;
|
|
|
+ ORGANIZATIONNAME = Google;
|
|
|
+ TargetAttributes = {
|
|
|
+ D353015D2097A4DC00727A88 = {
|
|
|
+ CreatedOnToolsVersion = 9.2;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ buildConfigurationList = D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */;
|
|
|
+ compatibilityVersion = "Xcode 8.0";
|
|
|
+ developmentRegion = en;
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
+ knownRegions = (
|
|
|
+ en,
|
|
|
+ Base,
|
|
|
+ );
|
|
|
+ mainGroup = D35301552097A4DC00727A88;
|
|
|
+ productRefGroup = D353015F2097A4DC00727A88 /* Products */;
|
|
|
+ projectDirPath = "";
|
|
|
+ projectRoot = "";
|
|
|
+ targets = (
|
|
|
+ D353015D2097A4DC00727A88 /* NaturalLanguage */,
|
|
|
+ );
|
|
|
+ };
|
|
|
+/* End PBXProject section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ D353015C2097A4DC00727A88 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
|
+ );
|
|
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
|
+ outputPaths = (
|
|
|
+ "$(DERIVED_FILE_DIR)/Pods-NaturalLanguage-checkManifestLockResult.txt",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+ 80E1BDF830F9EEC4C0FFA0DA /* [CP] Copy Pods Resources */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ name = "[CP] Copy Pods Resources";
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-resources.sh\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+ C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ "${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/SwiftGRPC/SwiftGRPC.framework",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
|
|
|
+ "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
|
|
|
+ );
|
|
|
+ name = "[CP] Embed Pods Frameworks";
|
|
|
+ outputPaths = (
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftGRPC.framework",
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
|
|
|
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
+ D353015A2097A4DC00727A88 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */,
|
|
|
+ D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */,
|
|
|
+ D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */,
|
|
|
+ D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */,
|
|
|
+ D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */,
|
|
|
+ D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
+ D353016E2097A4DC00727A88 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ ENABLE_TESTABILITY = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ 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;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ D353016F2097A4DC00727A88 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ 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;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ D35301712097A4DC00727A88 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = 6SF6F2622J;
|
|
|
+ INFOPLIST_FILE = NaturalLanguage/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_VERSION = 4.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ D35301722097A4DC00727A88 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = 6SF6F2622J;
|
|
|
+ INFOPLIST_FILE = NaturalLanguage/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_VERSION = 4.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
+
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
+ D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ D353016E2097A4DC00727A88 /* Debug */,
|
|
|
+ D353016F2097A4DC00727A88 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ D35301712097A4DC00727A88 /* Debug */,
|
|
|
+ D35301722097A4DC00727A88 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+/* End XCConfigurationList section */
|
|
|
+ };
|
|
|
+ rootObject = D35301562097A4DC00727A88 /* Project object */;
|
|
|
+}
|