project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */; };
  10. D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35301612097A4DC00727A88 /* AppDelegate.swift */; };
  11. D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */; };
  12. D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */; };
  13. D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */; };
  14. D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADF2097AA5000F9AC9A /* http.pb.swift */; };
  15. D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 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>"; };
  19. 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NaturalLanguage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 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>"; };
  21. D353015E2097A4DC00727A88 /* NaturalLanguage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NaturalLanguage.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. D35301612097A4DC00727A88 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  23. D353016D2097A4DC00727A88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  24. D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = annotations.pb.swift; sourceTree = "<group>"; };
  25. D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.pb.swift; sourceTree = "<group>"; };
  26. D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.grpc.swift; sourceTree = "<group>"; };
  27. D3C78ADF2097AA5000F9AC9A /* http.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = http.pb.swift; sourceTree = "<group>"; };
  28. D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = "<group>"; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. D353015B2097A4DC00727A88 /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */,
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXFrameworksBuildPhase section */
  40. /* Begin PBXGroup section */
  41. 3D052FD55FC47A80E6A7AB0A /* Pods */ = {
  42. isa = PBXGroup;
  43. children = (
  44. 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */,
  45. 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */,
  46. );
  47. name = Pods;
  48. sourceTree = "<group>";
  49. };
  50. 8056D5BB75218C1982B22A68 /* Frameworks */ = {
  51. isa = PBXGroup;
  52. children = (
  53. 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */,
  54. );
  55. name = Frameworks;
  56. sourceTree = "<group>";
  57. };
  58. D35301552097A4DC00727A88 = {
  59. isa = PBXGroup;
  60. children = (
  61. D35301602097A4DC00727A88 /* NaturalLanguage */,
  62. D353015F2097A4DC00727A88 /* Products */,
  63. 3D052FD55FC47A80E6A7AB0A /* Pods */,
  64. 8056D5BB75218C1982B22A68 /* Frameworks */,
  65. );
  66. sourceTree = "<group>";
  67. };
  68. D353015F2097A4DC00727A88 /* Products */ = {
  69. isa = PBXGroup;
  70. children = (
  71. D353015E2097A4DC00727A88 /* NaturalLanguage.app */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. D35301602097A4DC00727A88 /* NaturalLanguage */ = {
  77. isa = PBXGroup;
  78. children = (
  79. D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */,
  80. D3C78ADF2097AA5000F9AC9A /* http.pb.swift */,
  81. D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */,
  82. D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */,
  83. D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */,
  84. D35301612097A4DC00727A88 /* AppDelegate.swift */,
  85. D353016D2097A4DC00727A88 /* Info.plist */,
  86. );
  87. path = NaturalLanguage;
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXNativeTarget section */
  92. D353015D2097A4DC00727A88 /* NaturalLanguage */ = {
  93. isa = PBXNativeTarget;
  94. buildConfigurationList = D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */;
  95. buildPhases = (
  96. 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */,
  97. D353015A2097A4DC00727A88 /* Sources */,
  98. D353015B2097A4DC00727A88 /* Frameworks */,
  99. D353015C2097A4DC00727A88 /* Resources */,
  100. C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */,
  101. 80E1BDF830F9EEC4C0FFA0DA /* [CP] Copy Pods Resources */,
  102. );
  103. buildRules = (
  104. );
  105. dependencies = (
  106. );
  107. name = NaturalLanguage;
  108. productName = NaturalLanguage;
  109. productReference = D353015E2097A4DC00727A88 /* NaturalLanguage.app */;
  110. productType = "com.apple.product-type.application";
  111. };
  112. /* End PBXNativeTarget section */
  113. /* Begin PBXProject section */
  114. D35301562097A4DC00727A88 /* Project object */ = {
  115. isa = PBXProject;
  116. attributes = {
  117. LastSwiftUpdateCheck = 0920;
  118. LastUpgradeCheck = 0920;
  119. ORGANIZATIONNAME = Google;
  120. TargetAttributes = {
  121. D353015D2097A4DC00727A88 = {
  122. CreatedOnToolsVersion = 9.2;
  123. ProvisioningStyle = Automatic;
  124. };
  125. };
  126. };
  127. buildConfigurationList = D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */;
  128. compatibilityVersion = "Xcode 8.0";
  129. developmentRegion = en;
  130. hasScannedForEncodings = 0;
  131. knownRegions = (
  132. en,
  133. Base,
  134. );
  135. mainGroup = D35301552097A4DC00727A88;
  136. productRefGroup = D353015F2097A4DC00727A88 /* Products */;
  137. projectDirPath = "";
  138. projectRoot = "";
  139. targets = (
  140. D353015D2097A4DC00727A88 /* NaturalLanguage */,
  141. );
  142. };
  143. /* End PBXProject section */
  144. /* Begin PBXResourcesBuildPhase section */
  145. D353015C2097A4DC00727A88 /* Resources */ = {
  146. isa = PBXResourcesBuildPhase;
  147. buildActionMask = 2147483647;
  148. files = (
  149. );
  150. runOnlyForDeploymentPostprocessing = 0;
  151. };
  152. /* End PBXResourcesBuildPhase section */
  153. /* Begin PBXShellScriptBuildPhase section */
  154. 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */ = {
  155. isa = PBXShellScriptBuildPhase;
  156. buildActionMask = 2147483647;
  157. files = (
  158. );
  159. inputPaths = (
  160. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  161. "${PODS_ROOT}/Manifest.lock",
  162. );
  163. name = "[CP] Check Pods Manifest.lock";
  164. outputPaths = (
  165. "$(DERIVED_FILE_DIR)/Pods-NaturalLanguage-checkManifestLockResult.txt",
  166. );
  167. runOnlyForDeploymentPostprocessing = 0;
  168. shellPath = /bin/sh;
  169. 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";
  170. showEnvVarsInLog = 0;
  171. };
  172. 80E1BDF830F9EEC4C0FFA0DA /* [CP] Copy Pods Resources */ = {
  173. isa = PBXShellScriptBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. );
  177. inputPaths = (
  178. );
  179. name = "[CP] Copy Pods Resources";
  180. outputPaths = (
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. shellPath = /bin/sh;
  184. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-resources.sh\"\n";
  185. showEnvVarsInLog = 0;
  186. };
  187. C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */ = {
  188. isa = PBXShellScriptBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. );
  192. inputPaths = (
  193. "${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh",
  194. "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
  195. "${BUILT_PRODUCTS_DIR}/SwiftGRPC/SwiftGRPC.framework",
  196. "${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
  197. "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
  198. "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
  199. );
  200. name = "[CP] Embed Pods Frameworks";
  201. outputPaths = (
  202. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
  203. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftGRPC.framework",
  204. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
  205. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
  206. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. shellPath = /bin/sh;
  210. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh\"\n";
  211. showEnvVarsInLog = 0;
  212. };
  213. /* End PBXShellScriptBuildPhase section */
  214. /* Begin PBXSourcesBuildPhase section */
  215. D353015A2097A4DC00727A88 /* Sources */ = {
  216. isa = PBXSourcesBuildPhase;
  217. buildActionMask = 2147483647;
  218. files = (
  219. D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */,
  220. D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */,
  221. D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */,
  222. D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */,
  223. D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */,
  224. D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */,
  225. );
  226. runOnlyForDeploymentPostprocessing = 0;
  227. };
  228. /* End PBXSourcesBuildPhase section */
  229. /* Begin XCBuildConfiguration section */
  230. D353016E2097A4DC00727A88 /* Debug */ = {
  231. isa = XCBuildConfiguration;
  232. buildSettings = {
  233. ALWAYS_SEARCH_USER_PATHS = NO;
  234. CLANG_ANALYZER_NONNULL = YES;
  235. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  236. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  237. CLANG_CXX_LIBRARY = "libc++";
  238. CLANG_ENABLE_MODULES = YES;
  239. CLANG_ENABLE_OBJC_ARC = YES;
  240. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  241. CLANG_WARN_BOOL_CONVERSION = YES;
  242. CLANG_WARN_COMMA = YES;
  243. CLANG_WARN_CONSTANT_CONVERSION = YES;
  244. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  245. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  246. CLANG_WARN_EMPTY_BODY = YES;
  247. CLANG_WARN_ENUM_CONVERSION = YES;
  248. CLANG_WARN_INFINITE_RECURSION = YES;
  249. CLANG_WARN_INT_CONVERSION = YES;
  250. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  251. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  252. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  253. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  254. CLANG_WARN_STRICT_PROTOTYPES = YES;
  255. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  256. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  257. CLANG_WARN_UNREACHABLE_CODE = YES;
  258. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  259. CODE_SIGN_IDENTITY = "iPhone Developer";
  260. COPY_PHASE_STRIP = NO;
  261. DEBUG_INFORMATION_FORMAT = dwarf;
  262. ENABLE_STRICT_OBJC_MSGSEND = YES;
  263. ENABLE_TESTABILITY = YES;
  264. GCC_C_LANGUAGE_STANDARD = gnu11;
  265. GCC_DYNAMIC_NO_PIC = NO;
  266. GCC_NO_COMMON_BLOCKS = YES;
  267. GCC_OPTIMIZATION_LEVEL = 0;
  268. GCC_PREPROCESSOR_DEFINITIONS = (
  269. "DEBUG=1",
  270. "$(inherited)",
  271. );
  272. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  273. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  274. GCC_WARN_UNDECLARED_SELECTOR = YES;
  275. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  276. GCC_WARN_UNUSED_FUNCTION = YES;
  277. GCC_WARN_UNUSED_VARIABLE = YES;
  278. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  279. MTL_ENABLE_DEBUG_INFO = YES;
  280. ONLY_ACTIVE_ARCH = YES;
  281. SDKROOT = iphoneos;
  282. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  283. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  284. };
  285. name = Debug;
  286. };
  287. D353016F2097A4DC00727A88 /* Release */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_ANALYZER_NONNULL = YES;
  292. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  298. CLANG_WARN_BOOL_CONVERSION = YES;
  299. CLANG_WARN_COMMA = YES;
  300. CLANG_WARN_CONSTANT_CONVERSION = YES;
  301. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  302. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  303. CLANG_WARN_EMPTY_BODY = YES;
  304. CLANG_WARN_ENUM_CONVERSION = YES;
  305. CLANG_WARN_INFINITE_RECURSION = YES;
  306. CLANG_WARN_INT_CONVERSION = YES;
  307. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  308. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  309. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  310. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  311. CLANG_WARN_STRICT_PROTOTYPES = YES;
  312. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  313. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  314. CLANG_WARN_UNREACHABLE_CODE = YES;
  315. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  316. CODE_SIGN_IDENTITY = "iPhone Developer";
  317. COPY_PHASE_STRIP = NO;
  318. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  319. ENABLE_NS_ASSERTIONS = NO;
  320. ENABLE_STRICT_OBJC_MSGSEND = YES;
  321. GCC_C_LANGUAGE_STANDARD = gnu11;
  322. GCC_NO_COMMON_BLOCKS = YES;
  323. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  324. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  325. GCC_WARN_UNDECLARED_SELECTOR = YES;
  326. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  327. GCC_WARN_UNUSED_FUNCTION = YES;
  328. GCC_WARN_UNUSED_VARIABLE = YES;
  329. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  330. MTL_ENABLE_DEBUG_INFO = NO;
  331. SDKROOT = iphoneos;
  332. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  333. VALIDATE_PRODUCT = YES;
  334. };
  335. name = Release;
  336. };
  337. D35301712097A4DC00727A88 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. baseConfigurationReference = 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */;
  340. buildSettings = {
  341. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  342. CODE_SIGN_STYLE = Automatic;
  343. DEVELOPMENT_TEAM = 6SF6F2622J;
  344. INFOPLIST_FILE = NaturalLanguage/Info.plist;
  345. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  346. PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. SWIFT_VERSION = 4.0;
  349. TARGETED_DEVICE_FAMILY = "1,2";
  350. };
  351. name = Debug;
  352. };
  353. D35301722097A4DC00727A88 /* Release */ = {
  354. isa = XCBuildConfiguration;
  355. baseConfigurationReference = 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */;
  356. buildSettings = {
  357. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  358. CODE_SIGN_STYLE = Automatic;
  359. DEVELOPMENT_TEAM = 6SF6F2622J;
  360. INFOPLIST_FILE = NaturalLanguage/Info.plist;
  361. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  362. PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. SWIFT_VERSION = 4.0;
  365. TARGETED_DEVICE_FAMILY = "1,2";
  366. };
  367. name = Release;
  368. };
  369. /* End XCBuildConfiguration section */
  370. /* Begin XCConfigurationList section */
  371. D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */ = {
  372. isa = XCConfigurationList;
  373. buildConfigurations = (
  374. D353016E2097A4DC00727A88 /* Debug */,
  375. D353016F2097A4DC00727A88 /* Release */,
  376. );
  377. defaultConfigurationIsVisible = 0;
  378. defaultConfigurationName = Release;
  379. };
  380. D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */ = {
  381. isa = XCConfigurationList;
  382. buildConfigurations = (
  383. D35301712097A4DC00727A88 /* Debug */,
  384. D35301722097A4DC00727A88 /* Release */,
  385. );
  386. defaultConfigurationIsVisible = 0;
  387. defaultConfigurationName = Release;
  388. };
  389. /* End XCConfigurationList section */
  390. };
  391. rootObject = D35301562097A4DC00727A88 /* Project object */;
  392. }